Module Name: src
Committed By: gutteridge
Date: Thu Mar 24 01:52:48 UTC 2022
Modified Files:
src/lib/libc/sys: fork.2
Log Message:
fork.2: add _exit(2) xref and spell "ID" consistently
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/fork.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/fork.2
diff -u src/lib/libc/sys/fork.2:1.25 src/lib/libc/sys/fork.2:1.26
--- src/lib/libc/sys/fork.2:1.25 Sun Sep 1 19:40:07 2019
+++ src/lib/libc/sys/fork.2 Thu Mar 24 01:52:48 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: fork.2,v 1.25 2019/09/01 19:40:07 sevan Exp $
+.\" $NetBSD: fork.2,v 1.26 2022/03/24 01:52:48 gutteridge Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -117,11 +117,12 @@ This limit is configuration-dependent; o
the limit
.Dv RLIMIT_NPROC
on the total number of
-processes under execution by this user id would be exceeded.
+processes under execution by this user ID would be exceeded.
.It Bq Er ENOMEM
There is insufficient swap space for the new process.
.El
.Sh SEE ALSO
+.Xr _exit 2 ,
.Xr execve 2 ,
.Xr setrlimit 2 ,
.Xr vfork 2 ,