diff options
author | danger <danger@FreeBSD.org> | 2008-06-26 08:24:59 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2008-06-26 08:24:59 +0000 |
commit | ca3c788812715a263f83dcec4bdabaf6c10eb922 (patch) | |
tree | 84feaf4c9dd13035f00762901c5c59bd557c998b /lib/libc/stdlib/system.3 | |
parent | b8643de2d0b7a329c677c0e2821b57791c7d4ae7 (diff) | |
download | FreeBSD-src-ca3c788812715a263f83dcec4bdabaf6c10eb922.zip FreeBSD-src-ca3c788812715a263f83dcec4bdabaf6c10eb922.tar.gz |
Mark the section describing return values with an appropriate section flag.
PR: docs/122818
MFC after: 3 days
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 |