Browse Source

error in system(3) man page from John Kohl

OPENBSD_2_0
deraadt 28 years ago
parent
commit
7516783ce7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/system.3

+ 2
- 2
src/lib/libc/stdlib/system.3 View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)system.3 6.5 (Berkeley) 6/29/91
.\" $Id: system.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $
.\" $Id: system.3,v 1.2 1995/11/01 16:43:27 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt SYSTEM 3
@ -72,7 +72,7 @@ will return non-zero.
Otherwise,
.Fn system
returns the termination status of the shell in the format specified by
.Xr waitpid 3 .
.Xr waitpid 2 .
.Sh RETURN VALUES
If a child process cannot be created, or the termination status of
the shell cannot be obtained,


Loading…
Cancel
Save