diff options
| author | jtc <jtc@NetBSD.org> | 1996-02-16 22:30:46 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-02-16 22:30:46 +0000 |
| commit | c34d1a35dd63ae40652b9c317ef45fcbfa67c331 (patch) | |
| tree | a0bff24058c3fc9777bb3a93e887de845b4a569c /lib/libc/stdlib/system.3 | |
| parent | 298144d0a49c9d96bfffd315700b5fe03a43c7c2 (diff) | |
Fixed bad cross reference: waitpid(3) -> waitpid(2).
Diffstat (limited to 'lib/libc/stdlib/system.3')
| -rw-r--r-- | lib/libc/stdlib/system.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 2a5efa03fcb..d03d8d2052a 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: system.3,v 1.6 1995/12/28 08:52:57 thorpej Exp $ +.\" $NetBSD: system.3,v 1.7 1996/02/16 22:30:46 jtc Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -88,8 +88,8 @@ returns the termination status for a program that terminates with a call of .Sh SEE ALSO .Xr sh 1 , .Xr execve 2 , -.Xr popen 3 , -.Xr waitpid 3 , +.Xr waitpid 2 , +.Xr popen 3 .Sh STANDARDS The .Fn system |
