aboutsummaryrefslogtreecommitdiffstats
path: root/man3/posix_spawn.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_spawn.3')
-rw-r--r--man3/posix_spawn.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3
index 9bc0d34d18..694b25fba8 100644
--- a/man3/posix_spawn.3
+++ b/man3/posix_spawn.3
@@ -613,7 +613,7 @@ command is executed in the child, and the
.BR posix_spawn ()
call employs no file actions or attributes objects.
.PP
-.in +4
+.in +4n
.EX
$ \fB./a.out date\fP
PID of child: 7634
@@ -630,7 +630,7 @@ Consequently,
.BR date (1)
fails when trying to perform output and exits with a status of 1.
.PP
-.in +4
+.in +4n
.EX
$ \fB./a.out \-c date\fP
PID of child: 7636
@@ -654,7 +654,7 @@ is necessary
.RB ( SIGKILL
can't be blocked).
.PP
-.in +4
+.in +4n
.EX
$ \fB./a.out \-s sleep 60 &\fP
[1] 7637
@@ -671,7 +671,7 @@ When we try to execute a nonexistent command in the child, the
.BR exec (3)
fails and the child exits with a status of 127.
.PP
-.in +4
+.in +4n
.EX
$ \fB./a.out xxxxx
PID of child: 10190