system.3: tfix

Reported-by: Damir Nedzibovic <d.nedzibovic@anoxtech.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-07-27 13:53:44 +02:00
parent 89c1cb59ab
commit 61100fc051
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ using
.BR execl (3)
as follows:
execl("/bin/sh", "sh". "-c", command, (char *) 0);
execl("/bin/sh", "sh", "-c", command, (char *) 0);
.BR system ()
returns after the command has been completed.