summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/system.3
diff options
context:
space:
mode:
authoraaron <>2000-04-20 13:50:03 +0000
committeraaron <>2000-04-20 13:50:03 +0000
commita4336f357f9e30dffdfad4909b24bd2e82c096a2 (patch)
treec79a224a41eb2c48668c4b4eda84163d7daadf64 /src/lib/libc/stdlib/system.3
parent92b3e44bedaf5a5f85880565a47206cdbf9bfa2a (diff)
downloadopenbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.gz
openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.bz2
openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.zip
Flesh out stdlib function man pages.
Diffstat (limited to 'src/lib/libc/stdlib/system.3')
-rw-r--r--src/lib/libc/stdlib/system.313
1 files changed, 5 insertions, 8 deletions
diff --git a/src/lib/libc/stdlib/system.3 b/src/lib/libc/stdlib/system.3
index f2d2693677..2db413934e 100644
--- a/src/lib/libc/stdlib/system.3
+++ b/src/lib/libc/stdlib/system.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: system.3,v 1.6 1999/06/29 18:36:24 aaron Exp $ 36.\" $OpenBSD: system.3,v 1.7 2000/04/20 13:50:03 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt SYSTEM 3 39.Dt SYSTEM 3
@@ -48,8 +48,7 @@
48.Sh DESCRIPTION 48.Sh DESCRIPTION
49The 49The
50.Fn system 50.Fn system
51function 51function hands the argument
52hands the argument
53.Fa string 52.Fa string
54to the command interpreter 53to the command interpreter
55.Xr sh 1 . 54.Xr sh 1 .
@@ -63,9 +62,8 @@ and blocking
63.Pp 62.Pp
64If 63If
65.Fa string 64.Fa string
66is a 65is
67.Dv NULL 66.Dv NULL ,
68pointer,
69.Fn system 67.Fn system
70will return non-zero. 68will return non-zero.
71Otherwise, 69Otherwise,
@@ -91,8 +89,7 @@ returns the termination status for a program that terminates with a call of
91.Sh STANDARDS 89.Sh STANDARDS
92The 90The
93.Fn system 91.Fn system
94function 92function conforms to
95conforms to
96.St -ansiC 93.St -ansiC
97and 94and
98.St -p1003.2-92 . 95.St -p1003.2-92 .