summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-02-12 23:52:29 +0000
committerache <ache@FreeBSD.org>1999-02-12 23:52:29 +0000
commitae6996c0c980bb99524b0e58e59388ad65985975 (patch)
tree164935e83fab57f9bda98952759f542faafa76ac /lib
parentfa61c225af56ef56610108e5006c1075d5448be5 (diff)
downloadFreeBSD-src-ae6996c0c980bb99524b0e58e59388ad65985975.zip
FreeBSD-src-ae6996c0c980bb99524b0e58e59388ad65985975.tar.gz
re-phrase things a bit
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strxfrm.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index ebe6bd0..5f3e741 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -51,7 +51,7 @@ The
function transforms a null-terminated string pointed to by
.Fa src
according to the current locale collation if any,
-then copies the resulting string
+then copies the transformed string
into
.Fa dst .
Not more than
@@ -61,10 +61,11 @@ characters are copied into
including the terminating null character added.
If
.Fa n
-is set to 0,
+is set to 0
+(it helps to determine an actual size needed
+for transformation),
.Fa dst
-is permitted to be a NULL pointer (it helps to determine an actual size needed
-for transformation).
+is permitted to be a NULL pointer.
.Pp
Comparing two strings using
.Fn strcmp
OpenPOWER on IntegriCloud