diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/wait.2 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man2/wait.2')
| -rw-r--r-- | man2/wait.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/wait.2 b/man2/wait.2 index 8eb67c22f3..a0d193f7a8 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -224,7 +224,7 @@ Only use this enclosed in #ifdef WCOREDUMP ... #endif. .BI WIFSTOPPED( status ) returns true if the child process was stopped by delivery of a signal; this is only possible if the call was done using -.BR WUNTRACED +.B WUNTRACED or when the child is being traced (see .BR ptrace (2)). .TP @@ -371,12 +371,12 @@ Each of these calls sets to an appropriate value in the case of an error. .SH ERRORS .TP -.BR ECHILD +.B ECHILD (for .BR wait ()) The calling process does not have any unwaited-for children. .TP -.BR ECHILD +.B ECHILD (for .BR waitpid () or @@ -429,7 +429,7 @@ is set to or the .B SA_NOCLDWAIT flag is set for -.BR SIGCHLD +.B SIGCHLD (see .BR sigaction (2)), then children that terminate do not become zombies and a call to |
