summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/system.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/system.3 b/man3/system.3
index 880fe93c6..bde45ed82 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -40,9 +40,9 @@ system \- execute a shell command
.SH DESCRIPTION
The
.BR system ()
-library function uses
+library function behaves as if it used
.BR fork (2)
-to create a child process that executes the shell command specified in
+to create a child process that executed the shell command specified in
.I command
using
.BR execl (3)