Skip to content

Commit

Permalink
fork.2: add _exit(2) xref and spell "ID" consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed Mar 24, 2022
1 parent 1b8d5d3 commit 489899c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/libc/sys/fork.2
@@ -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.
Expand Down Expand Up @@ -117,11 +117,12 @@ This limit is configuration-dependent; or
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 ,
Expand Down

0 comments on commit 489899c

Please sign in to comment.