Date: Tue, 3 May 2011 16:48:39 GMT From: Jean-Yves Migeon <jeanyves.migeon@free.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/156796: prototype fix in fls(3) Message-ID: <201105031648.p43GmdB4034916@red.freebsd.org> Resent-Message-ID: <201105031650.p43GoAUA097544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156796 >Category: docs >Synopsis: prototype fix in fls(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 03 16:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Migeon >Release: FreeBSD-9 >Organization: >Environment: >Description: The fls(3) prototype displays incorrectly, as the .Ft int is placed at the wrong place. >How-To-Repeat: >Fix: Index: lib/libc/string/ffs.3 =================================================================== RCS file: /home/ncvs/src/lib/libc/string/ffs.3,v retrieving revision 1.13 diff -u -p -r1.13 ffs.3 --- lib/libc/string/ffs.3 13 Jan 2009 13:19:42 -0000 1.13 +++ lib/libc/string/ffs.3 3 May 2011 16:17:19 -0000 @@ -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" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105031648.p43GmdB4034916>