summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/string.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/string.3c')
-rw-r--r--usr/src/man/man3c/string.3c6
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