diff options
author | Garrett D'Amore <garrett@damore.org> | 2014-07-14 20:10:37 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2014-07-21 09:20:34 -0700 |
commit | 95c635efb7c3b86efc493e0447eaec7aecca3f0f (patch) | |
tree | 3c62b5521fea39ab7bab299052b02576ae802db9 /usr/src/man/man3c/string.3c | |
parent | 81d43577d1b5e76e6016ba642ecc1a76fde43021 (diff) | |
download | illumos-joyent-95c635efb7c3b86efc493e0447eaec7aecca3f0f.tar.gz |
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/man/man3c/string.3c')
-rw-r--r-- | usr/src/man/man3c/string.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/string.3c b/usr/src/man/man3c/string.3c index cd2dacbedf..4c31ca5f81 100644 --- a/usr/src/man/man3c/string.3c +++ b/usr/src/man/man3c/string.3c @@ -174,7 +174,7 @@ versions of \fBstrcmp()\fR and \fBstrncmp()\fR respectively, described below. The \fBstrcasecmp()\fR and \fBstrncasecmp()\fR functions compare two strings byte-by-byte, after converting each upper-case character to lower-case (as determined by the -\fBLC_CTYPE\fR category of the current locale). Note that neither the contents +\fBLC_CTYPE\fR category of the current locale). Note that neither the contents pointed to by \fIs1\fR nor \fIs2\fR are modified. .LP The functions return an integer |