From 0f286bab570d79ede9cb61d7c88aab1d56ee3c50 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Mon, 25 Apr 2016 16:41:11 -0700 Subject: 6935 ffsl(3C) argument type is cut off Reviewed by: Josef 'Jeff' Sipek Reviewed by: Yuri Pankov Approved by: Dan McDonald --- usr/src/man/man3c/ffs.3c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/man/man3c') 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); -- cgit v1.2.3