From d35ee30d777e9ad7c91e0aad513fad52928795e1 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 19 Dec 2001 00:59:54 +0000 Subject: Document that rfork() will return EINVAL if flags not listed in the manpage are passed in. --- lib/libc/sys/rfork.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') 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 -- cgit v1.1