summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/ffs.36
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