]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
string_copying.7: wfix
authorAlejandro Colomar <alx@kernel.org>
Sat, 11 Nov 2023 22:30:55 +0000 (23:30 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 12 Nov 2023 09:08:31 +0000 (10:08 +0100)
Don't start this paragraph with a fragment.  Also, remove "by nature",
which is superfluous.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/string_copying.7

index b22d08298d3f8bd301b795692f3c4539fce16175..1637ebc9125c9701d2922a393c7a76c770e26a54 100644 (file)
@@ -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.