Module Name:    src
Committed By:   kamil
Date:           Wed Jan 11 07:32:36 UTC 2017

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
Correct man-page category of posix_spawn: is (3) not (2)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/lib/libc/sys/ptrace.2:1.52
--- src/lib/libc/sys/ptrace.2:1.51	Wed Jan 11 07:31:14 2017
+++ src/lib/libc/sys/ptrace.2	Wed Jan 11 07:32:36 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.51 2017/01/11 07:31:14 kamil Exp $
+.\"	$NetBSD: ptrace.2,v 1.52 2017/01/11 07:32:36 kamil Exp $
 .\"
 .\" This file is in the public domain.
 .Dd January 11, 2016
@@ -387,7 +387,7 @@ event can occur with similar operations,
 like
 .Xr clone 2
 or
-.Xr posix_spawn 2 .
+.Xr posix_spawn 3 .
 The
 .Dv PTRACE_FORK
 value means that process gives birth to its child

Reply via email to