]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sendfile.2: SYNOPSIS: Add _Nullable
authorAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 19:37:59 +0000 (20:37 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 3 Dec 2022 19:37:59 +0000 (20:37 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/sendfile.2

index a50f2797a4848d36b491bc138ef0bdea17a6152c..9dbe1691c46a30b1b4db08d07cd71e7c2fe86503 100644 (file)
@@ -26,8 +26,9 @@ Standard C library
 .nf
 .B #include <sys/sendfile.h>
 .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.
 .\"