Skip to content

Commit

Permalink
3799 ddi_ffs(9f): typo in function prototype
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
  • Loading branch information
bcoddens authored and richlowe committed Jun 6, 2013
1 parent aad0257 commit 480bbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/src/man/man9f/ddi_ffs.9f
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 480bbe0

Please sign in to comment.