From 819275519ee9b597e065955b4eccf20fcedca5f5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 8 Jul 2007 14:26:39 +0000 Subject: [PATCH] Add ffsl and ffsll to NAME line --- man3/ffs.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/ffs.3 b/man3/ffs.3 index cec1ef203..3fbef0da5 100644 --- a/man3/ffs.3 +++ b/man3/ffs.3 @@ -30,7 +30,7 @@ .\" .TH FFS 3 2003-08-05 "GNU" "Linux Programmer's Manual" .SH NAME -ffs \- find first bit set in a word +ffs, ffsl, ffsll \- find first bit set in a word .SH SYNOPSIS .nf .B #include