ffs.3: SEE ALSO: add memchr(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Petr Baudis 2009-04-21 16:21:28 +12:00 committed by Michael Kerrisk
parent a9cbb6cf2b
commit 02b30d94db
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
.\"
.\" Modified 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FFS 3 2003-08-05 "GNU" "Linux Programmer's Manual"
.TH FFS 3 2009-04-21 "GNU" "Linux Programmer's Manual"
.SH NAME
ffs, ffsl, ffsll \- find first bit set in a word
.SH SYNOPSIS
@ -68,4 +68,5 @@ or 0 if no bits are set in
BSD systems have a prototype in
.IR <string.h> .
.SH "SEE ALSO"
.BR memchr (3),
.BR feature_test_macros (7)