summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2019-06-12 12:32:54 +0000
committerwiz <wiz@NetBSD.org>2019-06-12 12:32:54 +0000
commit6c8e4e56cdeb5d38a8bfe2f80b5540c72ce7eafe (patch)
tree9d085a0e2ffb5ef5beb0ae2772881379b3215d33 /lib/libc/sys
parent94bba64eb0e5f4238aaa3cd39d721606114e70b9 (diff)
Fix typo.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/ptrace.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 6cf0fa30b5f..9cd99ac94bd 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.73 2019/06/12 12:30:42 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.74 2019/06/12 12:33:42 wiz Exp $
.\"
.\" This file is in the public domain.
.Dd June 12, 2019
@@ -492,7 +492,7 @@ event can be used to report unblocking of the parent.
.Fn posix_spawn
on
.Nx
-directly creates the child process without intermediant fork.
+directly creates the child process without intermediate fork.
The
.Dv PTRACE_POSIX_SPAWN
event semantics are the same as