Module Name: src
Committed By: wiz
Date: Wed Jun 12 12:33:42 UTC 2019
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/lib/libc/sys/ptrace.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.73 src/lib/libc/sys/ptrace.2:1.74
--- src/lib/libc/sys/ptrace.2:1.73 Wed Jun 12 12:30:42 2019
+++ src/lib/libc/sys/ptrace.2 Wed Jun 12 12:33:42 2019
@@ -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 o
.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