summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2007-08-02 23:45:10 +0000
committerwiz <wiz@NetBSD.org>2007-08-02 23:45:10 +0000
commite3d3393d019f648122a0d1d57cc6c75528efd798 (patch)
tree82bdc6a43595de6319ba4cb85914cefd63b17be6 /lib/libc/stdlib
parenta363c5f5b2ee7b42fbae8ceb2e5c217af4381138 (diff)
Add xref to shquote(3), suggested by joerg. Bump date.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/system.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index e12e1a222a9..fd7f8912a92 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: system.3,v 1.15 2003/08/07 16:43:45 agc Exp $
+.\" $NetBSD: system.3,v 1.16 2007/08/02 23:45:10 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)system.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd August 2, 2007
.Dt SYSTEM 3
.Os
.Sh NAME
@@ -87,7 +87,8 @@ returns the termination status for a program that terminates with a call of
.Xr sh 1 ,
.Xr execve 2 ,
.Xr waitpid 2 ,
-.Xr popen 3
+.Xr popen 3 ,
+.Xr shquote 3
.Sh STANDARDS
The
.Fn system