diff options
| author | deraadt <> | 1995-11-01 16:43:27 +0000 |
|---|---|---|
| committer | deraadt <> | 1995-11-01 16:43:27 +0000 |
| commit | 8bec8362247cc1f93778ff68eab547672f3c3020 (patch) | |
| tree | b0aa9911819f641b5a8b87daf5099aaf1bbe8943 /src/lib/libc/stdlib | |
| parent | baf6c4e93805f8fd17f8e285ba81747a8149e381 (diff) | |
| download | openbsd-8bec8362247cc1f93778ff68eab547672f3c3020.tar.gz openbsd-8bec8362247cc1f93778ff68eab547672f3c3020.tar.bz2 openbsd-8bec8362247cc1f93778ff68eab547672f3c3020.zip | |
error in system(3) man page from John Kohl
Diffstat (limited to 'src/lib/libc/stdlib')
| -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, |
