diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-04-27 11:40:55 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-04-27 11:40:55 +0000 |
commit | 590e7ae762b5a5b0b3d48114e826093fe5cedbe8 (patch) | |
tree | 354241ce654739adc9fe21c3d7e8b46862d93f87 /usr/src/man/man3c | |
parent | 1be60dda1ae728338de9f82a1056a9acc7a55802 (diff) | |
parent | 0f286bab570d79ede9cb61d7c88aab1d56ee3c50 (diff) | |
download | illumos-joyent-590e7ae762b5a5b0b3d48114e826093fe5cedbe8.tar.gz |
[illumos-gate merge]
commit 0f286bab570d79ede9cb61d7c88aab1d56ee3c50
6935 ffsl(3C) argument type is cut off
commit 43da549e0419e2943d8bd143ebfb1db11a16c569
6933 VGATEXT_FONT creation should depend on bdf_to_c.awk
Diffstat (limited to 'usr/src/man/man3c')
-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); |