diff options
| -rw-r--r-- | man7/string_copying.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/string_copying.7 b/man7/string_copying.7 index b22d08298d..1637ebc912 100644 --- a/man7/string_copying.7 +++ b/man7/string_copying.7 @@ -303,10 +303,10 @@ To copy a measured character sequence, use To copy a measured character sequence into a string, use .BR ustr2stp (3). .P -Because these functions ask for the length, -and a string is by nature composed of a character sequence of the same length -plus a terminating null byte, -a string is also accepted as input. +A string is also accepted as input, +because these functions ask for the length, +and a string is composed of a character sequence of the same length +plus a terminating null byte. .\" ----- DESCRIPTION :: String vs character sequence -----------------/ .SS String vs character sequence Some functions only operate on strings. |
