summaryrefslogtreecommitdiff
path: root/man3/strxfrm.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strxfrm.3')
-rw-r--r--man3/strxfrm.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/strxfrm.3 b/man3/strxfrm.3
index 9de984e5..08757ebe 100644
--- a/man3/strxfrm.3
+++ b/man3/strxfrm.3
@@ -35,23 +35,23 @@ strxfrm \- string transformation
.BI "size_t strxfrm(char *" dest ", const char *" src ", size_t " n );
.fi
.SH DESCRIPTION
-The \fBstrxfrm()\fP function transforms the \fIsrc\fP string into a
-form such that the result of \fBstrcmp()\fP on two strings that have
-been transformed with \fBstrxfrm()\fP is the same as the result of
-\fBstrcoll()\fP on the two strings before their transformation. The
+The \fBstrxfrm\fP() function transforms the \fIsrc\fP string into a
+form such that the result of \fBstrcmp\fP() on two strings that have
+been transformed with \fBstrxfrm\fP() is the same as the result of
+\fBstrcoll\fP() on the two strings before their transformation. The
first \fIn\fP characters of the transformed string are placed in
\fIdest\fP. The transformation is based on the program's current
locale for category \fILC_COLLATE\fP. (See \fBsetlocale\fP(3)).
.SH "RETURN VALUE"
-The \fBstrxfrm()\fP function returns the number of bytes required to
+The \fBstrxfrm\fP() function returns the number of bytes required to
store the transformed string in \fIdest\fP excluding the terminating
`\\0' character. If the value returned is \fIn\fP or more, the
contents of \fIdest\fP are indeterminate.
.SH "CONFORMING TO"
SVID 3, 4.3BSD, ISO 9899
.SH NOTES
-In the \fI"POSIX"\fP or \fI"C"\fP locales \fBstrxfrm()\fP is equivalent to
-copying the string with \fBstrncpy()\fP.
+In the \fI"POSIX"\fP or \fI"C"\fP locales \fBstrxfrm\fP() is equivalent to
+copying the string with \fBstrncpy\fP().
.SH "SEE ALSO"
.BR bcmp (3),
.BR memcmp (3),