]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/system.3.patch
b202c83ddf80f1c996b6f1711b9ee9ddfec72861
[apple/libc.git] / stdlib / FreeBSD / system.3.patch
1 --- system.3.bsdnew 2009-11-13 14:11:52.000000000 -0800
2 +++ system.3 2009-11-13 14:11:52.000000000 -0800
3 @@ -43,13 +43,13 @@
4 .Sh SYNOPSIS
5 .In stdlib.h
6 .Ft int
7 -.Fn system "const char *string"
8 +.Fn system "const char *command"
9 .Sh DESCRIPTION
10 The
11 .Fn system
12 function
13 hands the argument
14 -.Fa string
15 +.Fa command
16 to the command interpreter
17 .Xr sh 1 .
18 The calling process waits for the shell
19 @@ -62,7 +62,7 @@ and blocking
20 .Dv SIGCHLD .
21 .Pp
22 If
23 -.Fa string
24 +.Fa command
25 is a
26 .Dv NULL
27 pointer,