Loading...
stdlib/system.3 Libc-262 Libc-498.1.5
--- Libc/Libc-262/stdlib/system.3
+++ Libc/Libc-498.1.5/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.10 2001/09/07 14:46:36 asmodai Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/system.3,v 1.11 2002/05/27 03:45:27 dd Exp $
 .\"
 .Dd June 4, 1993
 .Dt SYSTEM 3
@@ -47,13 +47,13 @@
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft int
-.Fn system "const char *string"
+.Fn system "const char *command"
 .Sh DESCRIPTION
 The
 .Fn system
 function
 hands the argument
-.Fa string
+.Fa command
 to the command interpreter
 .Xr sh 1 .
 The calling process waits for the shell
@@ -66,7 +66,7 @@
 .Dv SIGCHLD .
 .Pp
 If
-.Fa string
+.Fa command
 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.