From 4f5bbd6115a4b9babb595c0451227ef01aecc2f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Nov 2018 23:17:15 +0100 Subject: [PATCH] system.3: ffix Signed-off-by: Michael Kerrisk --- man3/system.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man3/system.3 b/man3/system.3 index a9d07c660..e6da6b708 100644 --- a/man3/system.3 +++ b/man3/system.3 @@ -48,7 +48,11 @@ using .BR execl (3) as follows: .PP - execl("/bin/sh", "sh", "-c", command, (char *) 0); +.in +4n +.EX +execl("/bin/sh", "sh", "-c", command, (char *) 0); +.EE +.in .PP .BR system () returns after the command has been completed.