diff options
Diffstat (limited to 'lib/libc/stdlib/system.3')
-rw-r--r-- | lib/libc/stdlib/system.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index d89c79e..9b82e7b 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -76,7 +76,7 @@ The .Fn system function returns the exit status of the shell, or \-1 if the -.Xr wait 3 +.Xr wait 2 for the shell failed. A return value of 127 means the execution of the shell failed. @@ -91,3 +91,6 @@ The function conforms to .St -ansiC . +and is expected to be +.St -p1003.2 +compatible. |