summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.3
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-03-19 23:14:49 +0000
committerniklas <niklas@openbsd.org>1996-03-19 23:14:49 +0000
commit3fbbad10a5e74a7aaa576a50d86494daddc162b3 (patch)
treebec35e877279413f30916fe46b8c9a5921b002b5 /lib/libc/stdlib/system.3
parentMerging w/ NetBSD 021796. (diff)
downloadwireguard-openbsd-3fbbad10a5e74a7aaa576a50d86494daddc162b3.tar.xz
wireguard-openbsd-3fbbad10a5e74a7aaa576a50d86494daddc162b3.zip
From NetBSD: merge of 960317
Diffstat (limited to 'lib/libc/stdlib/system.3')
-rw-r--r--lib/libc/stdlib/system.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index d77a082545a..b3e3cb8e472 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -1,3 +1,6 @@
+.\" $OpenBSD: system.3,v 1.3 1996/03/19 23:15:12 niklas 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.
.\"
@@ -34,7 +37,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)system.3 6.5 (Berkeley) 6/29/91
-.\" $Id: system.3,v 1.2 1995/11/01 16:43:27 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt SYSTEM 3
@@ -87,8 +89,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