diff options
Diffstat (limited to 'lib/libc/stdlib/system.3')
-rw-r--r-- | lib/libc/stdlib/system.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 27f5137..3d13489 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -70,7 +70,7 @@ pointer, will return non-zero if the command interpreter .Xr sh 1 is available, and zero if it is not. -.Pp +.Sh RETURN VALUES The .Fn system function |