]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/wait.2
wait.2: ffix
[thirdparty/man-pages.git] / man2 / wait.2
index 675acb668d4eeb915f2cd934d3fe7e2beb3593a7..ba70211c6f1efc2407596b2f4dcf40506e33d4b3 100644 (file)
@@ -521,6 +521,7 @@ The parent process executes a loop that monitors the child using
 and uses the W*() macros described above to analyze the wait status value.
 
 The following shell session demonstrates the use of the program:
+.in +4n
 .nf
 
 $ ./a.out &
@@ -535,6 +536,9 @@ killed by signal 15
 [1]+  Done                    ./a.out
 $
 
+.fi
+.in
+.nf
 #include <sys/wait.h>
 #include <stdlib.h>
 #include <unistd.h>