From 6c98cc04186e84e64e3c2e1f0a95dbb91c2bae5b Mon Sep 17 00:00:00 2001 From: Cody Harris Date: Mon, 22 Sep 2025 15:52:25 -0400 Subject: [PATCH] man/man2/getsockopt.2: tfix Message-ID: <3589b9717dacf9e21bea9317da0840ad9095d7f1.1758570745.git.git@hypodyne.net> Signed-off-by: Alejandro Colomar --- man/man2/getsockopt.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/getsockopt.2 b/man/man2/getsockopt.2 index 27a088d1c..f37b87d20 100644 --- a/man/man2/getsockopt.2 +++ b/man/man2/getsockopt.2 @@ -13,7 +13,7 @@ Standard C library .nf .B #include .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 ); -- 2.47.3