diff options
author | Bart Coddens <bart.coddens@gmail.com> | 2014-06-04 20:59:15 +0200 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-06-09 15:03:01 -0400 |
commit | 13bb82abd861fb185be572d7ae5710bf0f98a17a (patch) | |
tree | 07b2365e7f59c0c3fdced1e32cc6c1c499212775 | |
parent | 3038a2b421b40dc5ac11cd88423696618584f85a (diff) | |
download | illumos-joyent-13bb82abd861fb185be572d7ae5710bf0f98a17a.tar.gz |
4849 strlcpy(9F) points to the wrong header
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r-- | usr/src/man/man9f/string.9f | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/man/man9f/string.9f b/usr/src/man/man9f/string.9f index a07dbe941e..5300eb52d6 100644 --- a/usr/src/man/man9f/string.9f +++ b/usr/src/man/man9f/string.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 STRING 9F "Feb 27, 2009" +.TH STRING 9F "Jun 4, 2014" .SH NAME string, strcasecmp, strncasecmp, strncat, strlcat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strlcpy, strfree, strspn, strdup, ddi_strdup, strlen, @@ -12,6 +12,7 @@ strnlen \- string operations .LP .nf #include <sys/ddi.h> +#include <sys/sunddi.h> \fBint\fR \fBstrcasecmp\fR(\fBconst char *\fR\fIs1\fR, \fBconst char *\fR\fIs2\fR); .fi |