diff options
author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-05-05 18:52:06 +0000 |
---|---|---|
committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-06-12 21:24:10 +0000 |
commit | 1b6936e125382523509901a4fc5b2932ed0e742d (patch) | |
tree | 9e4f04a1dc559a445e29a8b36b839de0b4b26eb5 /lib | |
parent | f1ad4340e4adfbe9e64b4e2e9e9b19d87fa84eef (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/memccpy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/memset.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 2de981449119..0d35a68fce67 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -80,7 +80,7 @@ The function conforms to .St -p1003.1-2004 and -.St -isoC-2024 . +.St -isoC-2023 . .Sh HISTORY The .Fn memccpy diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index f2dba3ec5a48..f6ab9dacb516 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -141,4 +141,4 @@ conforms to K.3.7.4.1. .Fn memset_explicit conforms to -.St -isoC-2024 . +.St -isoC-2023 . |