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.