diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-25 09:47:09 -0500 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-09-21 13:54:02 +0000 |
commit | d042c5a26452797afc4fe8c2ceddebff94d88745 (patch) | |
tree | bc51db221e6a1f4babc967ba489e20d294d75315 /usr/src/man/man3c/string.3c | |
parent | 2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938 (diff) | |
download | illumos-gate-d042c5a26452797afc4fe8c2ceddebff94d88745.tar.gz |
8591 Man pages contain various errors
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/string.3c')
-rw-r--r-- | usr/src/man/man3c/string.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/string.3c b/usr/src/man/man3c/string.3c index 25207eb151..d4ee96be45 100644 --- a/usr/src/man/man3c/string.3c +++ b/usr/src/man/man3c/string.3c @@ -327,7 +327,7 @@ identical to \fBstrdup()\fR, execept it copies at most \fIn\fR bytes from \fBs1\fR and ensures the copied string is awlays null terminated. .LP The functions \fBstrdupa()\fR and \fBstrndupa()\fR behave identically to -\fBstrdup()\fr and \fBstrndup()\fR respectively; however, instead of allocating +\fBstrdup()\fR and \fBstrndup()\fR respectively; however, instead of allocating memory using \fBmalloc\fR(3C), they use \fBalloca\fR(3C). These functions are provided for compatibility only, their use is strongly discouraged due to their use of \fBalloca\fR(3C). @@ -559,8 +559,8 @@ For all except \fBstrlcat()\fR, \fBstrlcpy()\fR, and \fBstrsep()\fR, see .SH SEE ALSO .LP \fBmalloc\fR(3C), -\fBnewlocale(3C), \fBsetlocale\fR(3C), \fBstrxfrm\fR(3C), \fBuselocale\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +\fBnewlocale\fR(3C), \fBsetlocale\fR(3C), \fBstrxfrm\fR(3C), +\fBuselocale\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) .SH NOTES .LP When compiling multithreaded applications, the \fB_REENTRANT\fR flag must be |