From 855ec93ea13ee7db9a35178bef682e0d60d32b4d Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 30 Aug 2019 18:35:03 +0000 Subject: [PATCH] adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual name we want to Xr... ok jmc --- src/lib/libc/string/ffs.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3 index d3ee24be..e78ab99e 100644 --- a/src/lib/libc/string/ffs.3 +++ b/src/lib/libc/string/ffs.3 @@ -27,9 +27,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ffs.3,v 1.10 2015/11/24 09:14:35 daniel Exp $ +.\" $OpenBSD: ffs.3,v 1.11 2019/08/30 18:35:03 deraadt Exp $ .\" -.Dd $Mdocdate: November 24 2015 $ +.Dd $Mdocdate: August 30 2019 $ .Dt FFS 3 .Os .Sh NAME @@ -48,7 +48,7 @@ and returns the index of that bit. Bits are numbered starting from 1, starting at the rightmost bit. A return value of 0 means that the argument was zero. .Sh SEE ALSO -.Xr bitstring 3 +.Xr bit_ffs 3 .Sh STANDARDS The .Fn ffs