summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>2019-08-30 18:35:03 +0000
committerderaadt <>2019-08-30 18:35:03 +0000
commita0cefd158cb7a50d58d89b0f9851dde2e90c3b34 (patch)
tree4a5910f0267bcea497d6b05a2b36aeaae27c432e
parent8246156efcf91d8f31624e8dd455eee553240f60 (diff)
downloadopenbsd-a0cefd158cb7a50d58d89b0f9851dde2e90c3b34.tar.gz
openbsd-a0cefd158cb7a50d58d89b0f9851dde2e90c3b34.tar.bz2
openbsd-a0cefd158cb7a50d58d89b0f9851dde2e90c3b34.zip
adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual
name we want to Xr... ok jmc
-rw-r--r--src/lib/libc/string/ffs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3
index d3ee24be5a..e78ab99e8f 100644
--- a/src/lib/libc/string/ffs.3
+++ b/src/lib/libc/string/ffs.3
@@ -27,9 +27,9 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" $OpenBSD: ffs.3,v 1.10 2015/11/24 09:14:35 daniel Exp $ 30.\" $OpenBSD: ffs.3,v 1.11 2019/08/30 18:35:03 deraadt Exp $
31.\" 31.\"
32.Dd $Mdocdate: November 24 2015 $ 32.Dd $Mdocdate: August 30 2019 $
33.Dt FFS 3 33.Dt FFS 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -48,7 +48,7 @@ and returns the index of that bit.
48Bits are numbered starting from 1, starting at the rightmost bit. 48Bits are numbered starting from 1, starting at the rightmost bit.
49A return value of 0 means that the argument was zero. 49A return value of 0 means that the argument was zero.
50.Sh SEE ALSO 50.Sh SEE ALSO
51.Xr bitstring 3 51.Xr bit_ffs 3
52.Sh STANDARDS 52.Sh STANDARDS
53The 53The
54.Fn ffs 54.Fn ffs