aboutsummaryrefslogtreecommitdiffstats
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 8ac4f76310..aabd332e66 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -95,7 +95,7 @@ E.g.
.br
.nf
- while(something) {
+ while (something) {
int ret = system("foo");
if (WIFSIGNALED(ret) &&