From 9d0cc7117c9bb5449fd2ee7382b28201af9cae57 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Oct 2008 22:11:15 -0500 Subject: [PATCH] wait.2: ffix --- man2/wait.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/wait.2 b/man2/wait.2 index 675acb668..ba70211c6 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -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 #include #include