From 082aa268e483357dab7d6c2132a475d7986181ae Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 5 Dec 2023 00:44:40 +0100 Subject: string_copying.7: wfix Signed-off-by: Alejandro Colomar --- man7/string_copying.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/string_copying.7 b/man7/string_copying.7 index 067a1156c..02e379a7d 100644 --- a/man7/string_copying.7 +++ b/man7/string_copying.7 @@ -287,7 +287,9 @@ To copy a known-length character sequence into a string, use .IR "\%stpcpy(mempcpy(dst,\ src,\ len),\ \[dq]\[dq])" . .P A string is also accepted as input, -because these functions ask for the length, +because +.BR mempcpy (3) +asks for the length, and a string is composed of a character sequence of the same length plus a terminating null character. .\" ----- DESCRIPTION :: String vs character sequence -----------------/ -- cgit v1.2.3