diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/system.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/system.3 b/src/lib/libc/stdlib/system.3 index 520f51db0a..d77a082545 100644 --- a/src/lib/libc/stdlib/system.3 +++ b/src/lib/libc/stdlib/system.3 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" from: @(#)system.3 6.5 (Berkeley) 6/29/91 | 36 | .\" from: @(#)system.3 6.5 (Berkeley) 6/29/91 |
37 | .\" $Id: system.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ | 37 | .\" $Id: system.3,v 1.2 1995/11/01 16:43:27 deraadt Exp $ |
38 | .\" | 38 | .\" |
39 | .Dd June 29, 1991 | 39 | .Dd June 29, 1991 |
40 | .Dt SYSTEM 3 | 40 | .Dt SYSTEM 3 |
@@ -72,7 +72,7 @@ will return non-zero. | |||
72 | Otherwise, | 72 | Otherwise, |
73 | .Fn system | 73 | .Fn system |
74 | returns the termination status of the shell in the format specified by | 74 | returns the termination status of the shell in the format specified by |
75 | .Xr waitpid 3 . | 75 | .Xr waitpid 2 . |
76 | .Sh RETURN VALUES | 76 | .Sh RETURN VALUES |
77 | If a child process cannot be created, or the termination status of | 77 | If a child process cannot be created, or the termination status of |
78 | the shell cannot be obtained, | 78 | the shell cannot be obtained, |