re-phrase things a bit

This commit is contained in:
Andrey A. Chernov 1999-02-12 23:52:29 +00:00
parent f0e6ee9f05
commit e7f6db3ccb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43946

View file

@ -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