system.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-09 23:17:15 +01:00
parent f80fdeaf61
commit 4f5bbd6115
1 changed files with 5 additions and 1 deletions

View File

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