Browse Source

adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual

name we want to Xr...
ok jmc
OPENBSD_6_6
deraadt 5 years ago
parent
commit
855ec93ea1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/string/ffs.3

+ 3
- 3
src/lib/libc/string/ffs.3 View File

@ -27,9 +27,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt FFS 3
.Os .Os
.Sh NAME .Sh NAME
@ -48,7 +48,7 @@ and returns the index of that bit.
Bits are numbered starting from 1, starting at the rightmost bit. Bits are numbered starting from 1, starting at the rightmost bit.
A return value of 0 means that the argument was zero. A return value of 0 means that the argument was zero.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bitstring 3
.Xr bit_ffs 3
.Sh STANDARDS .Sh STANDARDS
The The
.Fn ffs .Fn ffs


Loading…
Cancel
Save