]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3head/memory.h.3head: STANDARDS: wfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 5 Aug 2026 15:39:10 +0000 (17:39 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 5 Aug 2026 15:39:19 +0000 (17:39 +0200)
strncat(3), for example, necessarily operates on a string in $1.
For that reason, 'always' is a bit more appropriate than 'necessarily'.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3head/memory.h.3head

index 59f91e2ed0235980f33778ec9f48dbf79544a152..fb65142c26198d3a8c45f0bbbf9c223eca378abe 100644 (file)
@@ -66,7 +66,7 @@ These functions are also provided in
 .IR <string.h> ,
 as specified by ISO C.
 This is a historic mistake maintained for compatibility reasons;
-these functions don't necessarily operate on strings.
+these functions don't always operate on strings.
 .SH HISTORY
 SVr1, 4.3BSD.
 .P