diff options
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/ffs.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/ffs.3c b/usr/src/man/man3c/ffs.3c index 62c6a3d247..af461d1ee7 100644 --- a/usr/src/man/man3c/ffs.3c +++ b/usr/src/man/man3c/ffs.3c @@ -8,7 +8,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH FFS 3C "Jul 24, 2002" +.TH FFS 3C "May 21, 2015" .SH NAME ffs \- find first set bit .SH SYNOPSIS @@ -26,7 +26,7 @@ ffs \- find first set bit \fBint\fR \fBflsl\fR(\fBlong\fR \fIi\fR); -\fBint\fR \fBflsl\fR(\fBlong long\fR \fIi\fR); +\fBint\fR \fBflsll\fR(\fBlong long\fR \fIi\fR); .fi .SH DESCRIPTION @@ -37,7 +37,7 @@ Bits are numbered starting at one (the least significant bit). .sp .LP The \fBfls()\fR, \fBflsl()\fR, and \fBflsll()\fR functions find the last bit set -(beginning with the most significant bit) and return the index of that bit. +(beginning with the least significant bit) and return the index of that bit. Bits are numbered starting at one (the least significant bit). .SH RETURN VALUES .LP |