diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-04-25 16:41:11 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-04-26 08:02:12 -0700 |
commit | 0f286bab570d79ede9cb61d7c88aab1d56ee3c50 (patch) | |
tree | f1e5d31048bdcaa2e3fccd8effe8e4fe884eefd4 | |
parent | 43da549e0419e2943d8bd143ebfb1db11a16c569 (diff) | |
download | illumos-joyent-0f286bab570d79ede9cb61d7c88aab1d56ee3c50.tar.gz |
6935 ffsl(3C) argument type is cut off
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/man/man3c/ffs.3c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/ffs.3c b/usr/src/man/man3c/ffs.3c index af461d1ee7..2e59b005b0 100644 --- a/usr/src/man/man3c/ffs.3c +++ b/usr/src/man/man3c/ffs.3c @@ -1,5 +1,5 @@ '\" te -.\" Copyright (c) 2014, Joyent, Inc. +.\" Copyright 2016 Joyent, Inc. .\" Copyright 1989 AT&T Copyright (c) 2002, Sun Microsystems, Inc. All Rights Reserved Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at .\" http://www.opengroup.org/bookstore/. @@ -18,7 +18,7 @@ ffs \- find first set bit \fBint\fR \fBffs\fR(\fBint\fR \fIi\fR); -\fBint\fR \fBffsl\fR(\flong\fR \fIi\fR); +\fBint\fR \fBffsl\fR(\fBlong\fR \fIi\fR); \fBint\fR \fBffsll\fR(\fBlong long\fR \fIi\fR); |