summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2015-05-27 11:33:23 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2015-05-27 11:33:23 +0000
commite970173d01537a4c70e0a12029ce686e9fb9f62f (patch)
tree8966907728e3e195d3f8f7357198db3d405e4062 /usr/src/man/man3c
parent9066c328856ca2a6fa5fc26a4c0b1d9e03bce48b (diff)
parent3698b9760f5a9315a5040e7606f7db7aaa3e1ffb (diff)
downloadillumos-joyent-e970173d01537a4c70e0a12029ce686e9fb9f62f.tar.gz
[illumos-gate merge]
commit 3698b9760f5a9315a5040e7606f7db7aaa3e1ffb 5954 ffs(3c) manpage is a little confusing commit 58865bb7f764a6ca11f3057bee77153724ebb239 5955 pat_sync is clever enough to check for X86FSET_PAT commit cdf815bb84cfaf9b71a4c5a51616e2da60c68bfc 5852 remove SFW* from the gate's Makefiles commit bb2183e0683124f79bf4b91cf4d48201e752109e 5947 NULL is not a character in asm10k.c
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r--usr/src/man/man3c/ffs.3c6
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