aboutsummaryrefslogtreecommitdiffstats
path: root/man2/wait.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/wait.2')
-rw-r--r--man2/wait.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/wait.2 b/man2/wait.2
index 74a774e95c..ea1d5cd638 100644
--- a/man2/wait.2
+++ b/man2/wait.2
@@ -50,18 +50,18 @@
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS
+.nf
.B #include <sys/types.h>
-.br
.B #include <sys/wait.h>
.PP
.BI "pid_t wait(int *" "wstatus" );
-.PP
.BI "pid_t waitpid(pid_t " pid ", int *" wstatus ", int " options );
.PP
.BI "int waitid(idtype_t " idtype ", id_t " id \
", siginfo_t *" infop ", int " options );
/* This is the glibc and POSIX interface; see
NOTES for information on the raw system call. */
+.fi
.PP
.RS -4
Feature Test Macro Requirements for glibc (see