summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/system.3c
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2011-03-29 22:27:20 +0000
committerRichard Lowe <richlowe@richlowe.net>2011-03-29 22:27:20 +0000
commit6a5408e613dc0b372f722907d6c0b18e99c182dd (patch)
treef24e10b65bbb95c9edb6363c7a526a999c5ad765 /usr/src/man/man3c/system.3c
parent686c0471389a2f92c1e43b38e1b97771bee482ab (diff)
downloadillumos-gate-6a5408e613dc0b372f722907d6c0b18e99c182dd.tar.gz
850 system(3C) and similar could just use /bin/sh
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: John Sonnenschein <johns@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
Diffstat (limited to 'usr/src/man/man3c/system.3c')
-rw-r--r--usr/src/man/man3c/system.3c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/man/man3c/system.3c b/usr/src/man/man3c/system.3c
index 11812da3f8..f6404ba0bf 100644
--- a/usr/src/man/man3c/system.3c
+++ b/usr/src/man/man3c/system.3c
@@ -31,8 +31,7 @@ the shell in the format specified by \fBwaitpid\fR(3C).
.LP
If \fIstring\fR is a null pointer, \fBsystem()\fR checks if the shell exists
and is executable. If the shell is available, \fBsystem()\fR returns a
-non-zero value; otherwise, it returns \fB0\fR. The standard to which the
-caller conforms determines which shell is used. See \fBstandards\fR(5).
+non-zero value; otherwise, it returns \fB0\fR.
.sp
.LP
The \fBsystem()\fR function sets the \fBSIGINT\fR and \fBSIGQUIT\fR signals to