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 e6da6b7083..19a4d8c201 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -50,7 +50,7 @@ as follows:
.PP
.in +4n
.EX
-execl("/bin/sh", "sh", "-c", command, (char *) 0);
+execl("/bin/sh", "sh", "-c", command, (char *) NULL);
.EE
.in
.PP