From 46eb8f2e89a3a96e1047d23f59fb21f5a8165fe1 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 3 May 2011 19:33:06 +0000 Subject: Fix prototype for ffsll(3) and fls(3). PR: docs/156796 Submitted by: Jean-Yves Migeon MFC after: 3 days --- lib/libc/string/ffs.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index acb1ac8..bf6f5f5 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -30,7 +30,7 @@ .\" @(#)ffs.3 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd October 26, 2008 +.Dd May 3, 2011 .Dt FFS 3 .Os .Sh NAME @@ -50,8 +50,8 @@ .Ft int .Fn ffsl "long value" .Ft int -.Ft int .Fn ffsll "long long value" +.Ft int .Fn fls "int value" .Ft int .Fn flsl "long value" -- cgit v1.1