Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys fork.2: add _exit(2) xref and spell "ID" consis...
details: https://anonhg.NetBSD.org/src/rev/dd5a1487cf86
branches: trunk
changeset: 364419:dd5a1487cf86
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Thu Mar 24 01:52:48 2022 +0000
description:
fork.2: add _exit(2) xref and spell "ID" consistently
diffstat:
lib/libc/sys/fork.2 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 9e5877068e1c -r dd5a1487cf86 lib/libc/sys/fork.2
--- a/lib/libc/sys/fork.2 Wed Mar 23 23:24:21 2022 +0000
+++ b/lib/libc/sys/fork.2 Thu Mar 24 01:52:48 2022 +0000
@@ -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 @@
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 ,
Home |
Main Index |
Thread Index |
Old Index