]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/getsockopt.2: tfix master
authorCody Harris <git@hypodyne.net>
Mon, 22 Sep 2025 19:52:25 +0000 (15:52 -0400)
committerAlejandro Colomar <alx@kernel.org>
Wed, 1 Oct 2025 17:54:32 +0000 (19:54 +0200)
Message-ID: <3589b9717dacf9e21bea9317da0840ad9095d7f1.1758570745.git.git@hypodyne.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/getsockopt.2

index 27a088d1cc93a72d5b114ddd434b11823c1d1b00..f37b87d20166f8b973a32556247013140f72aed2 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <sys/socket.h>
 .P
-.BR "int getsockopt(" "socklen *restrict optlen;"
+.BR "int getsockopt(" "socklen_t *restrict optlen;"
 .BI "               int " sockfd ", int " level ", int " optname ,
 .BI "               void " optval "[_Nullable restrict *" optlen ],
 .BI "               socklen_t *restrict " optlen );