Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen exec lives in section 3, not 2.
details: https://anonhg.NetBSD.org/src/rev/3d35e5ff71c6
branches: trunk
changeset: 540561:3d35e5ff71c6
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Dec 18 20:13:06 2002 +0000
description:
exec lives in section 3, not 2.
diffstat:
lib/libc/gen/sysctl.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 043a85031baf -r 3d35e5ff71c6 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3 Wed Dec 18 20:10:37 2002 +0000
+++ b/lib/libc/gen/sysctl.3 Wed Dec 18 20:13:06 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.3,v 1.103 2002/12/11 19:14:34 jdolecek Exp $
+.\" $NetBSD: sysctl.3,v 1.104 2002/12/18 20:13:06 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1352,10 +1352,10 @@
Both are of type integer.
.It Li PROC_STOPEXEC
If non zero, the process will be stopped on next
-.Xr exec 2
+.Xr exec 3
call.
The process created by
-.Xr exec 2
+.Xr exec 3
is created in the SSTOP state and is never scheduled for running
before being stopped.
This feature helps attaching a process with a debugger such as
Home |
Main Index |
Thread Index |
Old Index