aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-03-20 14:31:04 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-05 10:26:32 +0100
commit7b5e3ad522e05df4a3a0bfb5afbcf640a0a67e47 (patch)
tree93b562e45e2e4534adf1664905025182475cf238
parentc0d82fb9cb4290902abdbe800133ae5e05f7b2c4 (diff)
downloadman-pages-7b5e3ad522e05df4a3a0bfb5afbcf640a0a67e47.tar.gz
posix_spawn.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/posix_spawn.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3
index 46c833a686..b60cdee607 100644
--- a/man3/posix_spawn.3
+++ b/man3/posix_spawn.3
@@ -624,7 +624,7 @@ PID of child: 10190
Child status: exited, status=127
.fi
.in
-.SS Source code
+.SS Program source
.nf
#include <spawn.h>
#include <stdio.h>