]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/system.3
Libc-1158.50.2.tar.gz
[apple/libc.git] / stdlib / FreeBSD / system.3
index ba5fb6e7917f55e834b5ed5dc1c5ed31ba9b9a07..72bc6cbba6a7edcb85f4b2658fed36aaead8b91e 100644 (file)
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft int
-.Fn system "const char *string"
+.Fn system "const char *command"
 .Sh DESCRIPTION
 The
 .Fn system
 function
 hands the argument
-.Fa string
+.Fa command
 to the command interpreter
 .Xr sh 1 .
 The calling process waits for the shell
@@ -62,7 +62,7 @@ and blocking
 .Dv SIGCHLD .
 .Pp
 If
-.Fa string
+.Fa command
 is a
 .Dv NULL
 pointer,