From c34d1a35dd63ae40652b9c317ef45fcbfa67c331 Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 16 Feb 1996 22:30:46 +0000 Subject: [PATCH] Fixed bad cross reference: waitpid(3) -> waitpid(2). --- lib/libc/stdlib/system.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 2a5efa03fcba..d03d8d2052a6 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