X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..fc56b708803d28b949a9181528bb0da4d25b3b7b:/stdlib/FreeBSD/system.3 diff --git a/stdlib/FreeBSD/system.3 b/stdlib/FreeBSD/system.3 index ba5fb6e..72bc6cb 100644 --- a/stdlib/FreeBSD/system.3 +++ b/stdlib/FreeBSD/system.3 @@ -43,13 +43,13 @@ .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,