From: Alejandro Colomar Date: Sat, 11 Jul 2026 13:30:40 +0000 (+0200) Subject: man/man9/strscpy.9: NAME: Clarify both etymology and actual semantics X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fman-pages.git man/man9/strscpy.9: NAME: Clarify both etymology and actual semantics The function is called strscpy() with an 's' for 'safe', but it should actually be called strtcpy() with a 't' for 'truncation'. Signed-off-by: Alejandro Colomar --- diff --git a/man/man9/strscpy.9 b/man/man9/strscpy.9 index b957b68c3..090a05026 100644 --- a/man/man9/strscpy.9 +++ b/man/man9/strscpy.9 @@ -4,7 +4,7 @@ .\" .TH strscpy 9 (date) "Linux man-pages (unreleased)" .SH NAME -strscpy \- string truncate copy +strscpy \- string safe\[ha]W truncate copy .SH LIBRARY Linux kernel .SH SYNOPSIS