Loading...
stdlib/system.3 Libc-583 Libc-262.2.12
--- Libc/Libc-583/stdlib/system.3
+++ Libc/Libc-262.2.12/stdlib/system.3
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)system.3	8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/system.3,v 1.11 2002/05/27 03:45:27 dd Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/system.3,v 1.10 2001/09/07 14:46:36 asmodai Exp $
 .\"
 .Dd June 4, 1993
 .Dt SYSTEM 3
@@ -47,13 +47,13 @@
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft int
-.Fn system "const char *command"
+.Fn system "const char *string"
 .Sh DESCRIPTION
 The
 .Fn system
 function
 hands the argument
-.Fa command
+.Fa string
 to the command interpreter
 .Xr sh 1 .
 The calling process waits for the shell
@@ -66,7 +66,7 @@
 .Dv SIGCHLD .
 .Pp
 If
-.Fa command
+.Fa string
 is a
 .Dv NULL
 pointer,
@@ -97,7 +97,7 @@
 .Fn system
 function
 conforms to
-.St -isoC
+.St -isoC .
 and is expected to be
 .St -p1003.2
 compatible.