aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-11 23:30:55 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-12 10:08:31 +0100
commiteef9d18d7ae6083acb290f896e5dcbb8369e82cb (patch)
tree787f91d48e5de7d682465b485b11280e06053dce
parent889738a87ae8fdd73c336b77dc8bc0de9fb123ae (diff)
downloadman-pages-eef9d18d7ae6083acb290f896e5dcbb8369e82cb.tar.gz
string_copying.7: wfix
Don't start this paragraph with a fragment. Also, remove "by nature", which is superfluous. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/string_copying.78
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.