]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/system.3.patch
434b3256acf2552852f950223ba32f8005ad883c
[apple/libc.git] / stdlib / FreeBSD / system.3.patch
1 --- _SB/Libc/stdlib/FreeBSD/system.3 2003-05-20 15:23:25.000000000 -0700
2 +++ _SB/Libc/stdlib/FreeBSD/system.3.edit 2006-06-28 16:55:53.000000000 -0700
3 @@ -47,13 +47,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 @@ -66,7 +66,7 @@
20 .Dv SIGCHLD .
21 .Pp
22 If
23 -.Fa string
24 +.Fa command
25 is a
26 .Dv NULL
27 pointer,