aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-18 16:34:52 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-18 16:34:52 +0100
commit91c6bf1ce9ec70849721847bde6b5d7074a6e971 (patch)
tree26c964648cab6e8c4c3de6e6f79a1a59572713d0
parent4797383171ec5aa58cb01a0ac5fdfc7176d0f404 (diff)
downloadman-pages-91c6bf1ce9ec70849721847bde6b5d7074a6e971.tar.gz
system.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/system.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/system.3 b/man3/system.3
index 1588928b44..cee1994fea 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -270,11 +270,11 @@ option to
To work around this problem,
prepend the command with a space as in the following call:
.PP
-.RS 4
+.in +4n
.EX
system(" \-unfortunate\-command\-name");
.EE
-.RE
+.in
.SH SEE ALSO
.BR sh (1),
.BR execve (2),