diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdlib/system.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/system.3')
| -rw-r--r-- | lib/libc/stdlib/system.3 | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index ef9b06f6584d..d0afe0537c9a 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -80,9 +80,9 @@ The  function  returns the exit status of the shell as returned by  .Xr waitpid 2 , -or \-1 if an error occurred when invoking  +or \-1 if an error occurred when invoking  .Xr fork 2 -or  +or  .Xr waitpid 2 .  A return value of 127 means the execution of the shell  failed.  | 
