diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 19:57:08 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:33:36 +0100 |
| commit | 201eb12e4f3d42c6fda0101228f7511ccac2d171 (patch) | |
| tree | 1ea798a5fae0f05743085c04cb85d31976dcef1d | |
| parent | bf3fac5f3542e2d61fde87aa6bd57aa7f0ff2dfe (diff) | |
| download | man-pages-201eb12e4f3d42c6fda0101228f7511ccac2d171.tar.gz | |
nanosleep.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/nanosleep.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 63603971cd..969c346093 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -22,7 +22,8 @@ Standard C library .nf .B #include <time.h> .PP -.BI "int nanosleep(const struct timespec *" req ", struct timespec *" rem ); +.BI "int nanosleep(const struct timespec *" req , +.BI " struct timespec *_Nullable " rem ); .fi .PP .RS -4 |
