summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-19 00:59:54 +0000
committerjhb <jhb@FreeBSD.org>2001-12-19 00:59:54 +0000
commitd35ee30d777e9ad7c91e0aad513fad52928795e1 (patch)
treeb1f3d1d37dd94f5f2fee6e2465329af7b6b4d576 /lib
parent1f321859bde94a945399d734c0b360f6bb0b0bc6 (diff)
downloadFreeBSD-src-d35ee30d777e9ad7c91e0aad513fad52928795e1.zip
FreeBSD-src-d35ee30d777e9ad7c91e0aad513fad52928795e1.tar.gz
Document that rfork() will return EINVAL if flags not listed in the
manpage are passed in.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/rfork.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index a037a6e..4d8a516 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -142,6 +142,8 @@ would be exceeded (see
The RFPROC flag was not specified.
.It Bq Er EINVAL
Both the RFFDG and the RFCFDG flags were specified.
+.It Bq Er EINVAL
+Any flags not listed above were specified.
.It Bq Er ENOMEM
There is insufficient swap space for the new process.
.El
OpenPOWER on IntegriCloud