diff options
author | deraadt <> | 2019-08-30 18:35:03 +0000 |
---|---|---|
committer | deraadt <> | 2019-08-30 18:35:03 +0000 |
commit | a0cefd158cb7a50d58d89b0f9851dde2e90c3b34 (patch) | |
tree | 4a5910f0267bcea497d6b05a2b36aeaae27c432e | |
parent | 8246156efcf91d8f31624e8dd455eee553240f60 (diff) | |
download | openbsd-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.3 | 6 |
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. | |||
48 | Bits are numbered starting from 1, starting at the rightmost bit. | 48 | Bits are numbered starting from 1, starting at the rightmost bit. |
49 | A return value of 0 means that the argument was zero. | 49 | A 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 |
53 | The | 53 | The |
54 | .Fn ffs | 54 | .Fn ffs |