summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2013-06-07 22:13:31 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2013-06-07 22:13:33 +0000
commit0ac0f8872e81cc808f500f5e9eb48c5e1fdd831b (patch)
tree791b75413db3866ef20d30d15081100c2c09c239
parent7ad06a3c7e9bb14f980a8024c7f4c60709587fc5 (diff)
parent480bbe0b214df229f324a7a7ba1947025184eb83 (diff)
downloadillumos-joyent-0ac0f8872e81cc808f500f5e9eb48c5e1fdd831b.tar.gz
[illumos-gate merge]
commit 480bbe0b214df229f324a7a7ba1947025184eb83 3799 ddi_ffs(9f): typo in function prototype
-rw-r--r--usr/src/man/man9f/ddi_ffs.9f4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_ffs.9f b/usr/src/man/man9f/ddi_ffs.9f
index 4daf052b3b..afd1e13dbd 100644
--- a/usr/src/man/man9f/ddi_ffs.9f
+++ b/usr/src/man/man9f/ddi_ffs.9f
@@ -3,7 +3,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 DDI_FFS 9F "Jan 16, 2006"
+.TH DDI_FFS 9F "Jun 5, 2013"
.SH NAME
ddi_ffs, ddi_fls \- find first (last) bit set in a long integer
.SH SYNOPSIS
@@ -15,7 +15,7 @@ ddi_ffs, ddi_fls \- find first (last) bit set in a long integer
-\fBint\fR\fBddi_ffs\fR(\fBlong\fR \fImask\fR);
+\fBint\fR \fBddi_ffs\fR(\fBlong\fR \fImask\fR);
.fi
.LP