From 794e74fd54156f767801eb60a0d79a496c73e505 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 11 Jul 2026 15:30:40 +0200 Subject: [PATCH] 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 --- man/man9/strscpy.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3