From: Alejandro Colomar Date: Sat, 3 Dec 2022 19:37:59 +0000 (+0100) Subject: sendfile.2: SYNOPSIS: Add _Nullable X-Git-Tag: man-pages-6.02~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b649e31e30f3321db0d6ce33c3cc695beb3df5dc;p=thirdparty%2Fman-pages.git sendfile.2: SYNOPSIS: Add _Nullable Signed-off-by: Alejandro Colomar --- diff --git a/man2/sendfile.2 b/man2/sendfile.2 index a50f2797a4..9dbe1691c4 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -26,8 +26,9 @@ Standard C library .nf .B #include .PP -.BI "ssize_t sendfile(int" " out_fd" ", int" " in_fd" ", off_t *" \ - offset ", size_t" " count" ); +.BI "ssize_t sendfile(int" " out_fd" ", int" " in_fd" ", \ +off_t *_Nullable " offset , +.BI " size_t" " count" ); .\" The below is too ugly. Comments about glibc versions belong .\" in the notes, not in the header. .\"