From: Elliott Hughes Date: Tue, 14 Nov 2023 00:46:43 +0000 (-0800) Subject: ffs.3: All these functions live in . X-Git-Tag: man-pages-6.06~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5fee6a3c910bed4f253f6d42d8fef54ccc14ae;p=thirdparty%2Fman-pages.git ffs.3: All these functions live in . In most cases you'll get them transitively through , but it's misleading for the man page to claim that they're _in_ , and especially weird to claim they're in _different_ headers from each other! This is also true of Apple's headers, and FreeBSD (the other BSDs only have ffs(), not its siblings). Signed-off-by: Elliott Hughes Signed-off-by: Alejandro Colomar --- diff --git a/man3/ffs.3 b/man3/ffs.3 index 5a5e1c21cb..aab5f10998 100644 --- a/man3/ffs.3 +++ b/man3/ffs.3 @@ -22,9 +22,6 @@ Standard C library .B #include .P .BI "int ffs(int " i ); -.P -.B #include -.P .BI "int ffsl(long " i ); .BI "int ffsll(long long " i ); .fi @@ -87,9 +84,6 @@ T{ .BR ffsll () T} Thread safety MT-Safe .TE -.SH VERSIONS -BSD systems have a prototype in -.IR . .SH STANDARDS .TP .BR ffs ()