docs/156796: prototype fix in fls(3)

Jean-Yves Migeon jeanyves.migeon at free.fr
Tue May 3 16:50:10 UTC 2011


>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:



More information about the freebsd-doc mailing list