diff options
Diffstat (limited to 'man2/wait.2')
| -rw-r--r-- | man2/wait.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/wait.2 b/man2/wait.2 index a1ee8872b4..b86bcc95a5 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -55,9 +55,9 @@ wait, waitpid, waitid \- wait for process to change state .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 |
