Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Correct man-page category of posix_spawn: is (3...



details:   https://anonhg.NetBSD.org/src/rev/5e1e1c4b9a3d
branches:  trunk
changeset: 820549:5e1e1c4b9a3d
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Jan 11 07:32:36 2017 +0000

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

diffstat:

 lib/libc/sys/ptrace.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85a1c3af2857 -r 5e1e1c4b9a3d lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Wed Jan 11 07:31:14 2017 +0000
+++ b/lib/libc/sys/ptrace.2     Wed Jan 11 07:32:36 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index