diff options
author | 2019-08-30 18:35:03 +0000 | |
---|---|---|
committer | 2019-08-30 18:35:03 +0000 | |
commit | 656f8b8f0f0fda206f6d08ba2690cdaa9894b320 (patch) | |
tree | 434cf43cdace494f73148cab9512f4d8b8a31198 /lib/libc | |
parent | Move 4 manual pages from not-a-function filenames to a correct filename, (diff) | |
download | wireguard-openbsd-656f8b8f0f0fda206f6d08ba2690cdaa9894b320.tar.xz wireguard-openbsd-656f8b8f0f0fda206f6d08ba2690cdaa9894b320.zip |
adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual
name we want to Xr...
ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/ffs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index d3ee24be5a9..e78ab99e8f5 100644 --- a/lib/libc/string/ffs.3 +++ b/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 |