diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 21:10:09 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 21:10:09 +0100 |
| commit | fe27d8ac8151aa08b5f053776514a3ca8dd020b2 (patch) | |
| tree | 22660f8da6a71a14655a9f18cc46a5d8d76e6e4d | |
| parent | cae737335bc2d21769bcd0358e316d0d78373da1 (diff) | |
| download | man-pages-fe27d8ac8151aa08b5f053776514a3ca8dd020b2.tar.gz | |
wait.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -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 7f958ea71d..6a5a1309f0 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -36,8 +36,8 @@ Standard C library .nf .B #include <sys/wait.h> .PP -.BI "pid_t wait(int *" "wstatus" ); -.BI "pid_t waitpid(pid_t " pid ", int *" wstatus ", int " options ); +.BI "pid_t wait(int *_Nullable " "wstatus" ); +.BI "pid_t waitpid(pid_t " pid ", int *_Nullable " wstatus ", int " options ); .PP .BI "int waitid(idtype_t " idtype ", id_t " id \ ", siginfo_t *" infop ", int " options ); |
