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/74624f4d3c66
branches: trunk
changeset: 350407:74624f4d3c66
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 4a3c52414ac5 -r 74624f4d3c66 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