diff options
author | 2000-04-20 13:50:01 +0000 | |
---|---|---|
committer | 2000-04-20 13:50:01 +0000 | |
commit | b43b90887f3b9d2c29965f870f90ae22a8c39b03 (patch) | |
tree | 30c566895531f29f7cd76f7a66a745b31029b375 /lib/libc/stdlib/system.3 | |
parent | Don't include machine/pmap.h, vm/pmap.h does that for us. (diff) | |
download | wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.tar.xz wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.zip |
Flesh out stdlib function man pages.
Diffstat (limited to 'lib/libc/stdlib/system.3')
-rw-r--r-- | lib/libc/stdlib/system.3 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index f2d26936779..2db413934e1 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: system.3,v 1.6 1999/06/29 18:36:24 aaron Exp $ +.\" $OpenBSD: system.3,v 1.7 2000/04/20 13:50:03 aaron Exp $ .\" .Dd June 29, 1991 .Dt SYSTEM 3 @@ -48,8 +48,7 @@ .Sh DESCRIPTION The .Fn system -function -hands the argument +function hands the argument .Fa string to the command interpreter .Xr sh 1 . @@ -63,9 +62,8 @@ and blocking .Pp If .Fa string -is a -.Dv NULL -pointer, +is +.Dv NULL , .Fn system will return non-zero. Otherwise, @@ -91,8 +89,7 @@ returns the termination status for a program that terminates with a call of .Sh STANDARDS The .Fn system -function -conforms to +function conforms to .St -ansiC and .St -p1003.2-92 . |