summaryrefslogtreecommitdiffstats
path: root/man3/system.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/system.3')
-rw-r--r--man3/system.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/system.3 b/man3/system.3
index 867632bb3..9bf432b09 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -167,7 +167,7 @@ For example:
.EX
while (something) {
int ret = system("foo");
-
+\&
if (WIFSIGNALED(ret) &&
(WTERMSIG(ret) == SIGINT || WTERMSIG(ret) == SIGQUIT))
break;