Module Name:    src
Committed By:   riastradh
Date:           Fri Aug 16 19:39:51 UTC 2024

Modified Files:
        src/lib/libc/locale: c16rtomb.3 c32rtomb.3

Log Message:
c16rtomb(3), c32rtomb(3): No state overlap with mbrtoc8 or c8rtomb.

PR standards/58601: uchar.h C23 compliance: char8_t, mbrtoc8, c8rtomb


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/c16rtomb.3 \
    src/lib/libc/locale/c32rtomb.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/locale/c16rtomb.3
diff -u src/lib/libc/locale/c16rtomb.3:1.4 src/lib/libc/locale/c16rtomb.3:1.5
--- src/lib/libc/locale/c16rtomb.3:1.4	Fri Aug 16 19:36:21 2024
+++ src/lib/libc/locale/c16rtomb.3	Fri Aug 16 19:39:51 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: c16rtomb.3,v 1.4 2024/08/16 19:36:21 riastradh Exp $
+.\"	$NetBSD: c16rtomb.3,v 1.5 2024/08/16 19:39:51 riastradh Exp $
 .\"
 .\" Copyright (c) 2024 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -102,8 +102,10 @@ object with static storage duration, dis
 objects
 .Po
 including those used by
+.Xr mbrtoc8 3 ,
 .Xr mbrtoc16 3 ,
 .Xr mbrtoc32 3 ,
+.Xr c8rtomb 3 ,
 and
 .Xr c32rtomb 3
 .Pc ,
Index: src/lib/libc/locale/c32rtomb.3
diff -u src/lib/libc/locale/c32rtomb.3:1.4 src/lib/libc/locale/c32rtomb.3:1.5
--- src/lib/libc/locale/c32rtomb.3:1.4	Fri Aug 16 19:36:21 2024
+++ src/lib/libc/locale/c32rtomb.3	Fri Aug 16 19:39:51 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: c32rtomb.3,v 1.4 2024/08/16 19:36:21 riastradh Exp $
+.\"	$NetBSD: c32rtomb.3,v 1.5 2024/08/16 19:39:51 riastradh Exp $
 .\"
 .\" Copyright (c) 2024 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -85,8 +85,10 @@ object with static storage duration, dis
 objects
 .Po
 including those used by
+.Xr mbrtoc8 3 ,
 .Xr mbrtoc16 3 ,
 .Xr mbrtoc32 3 ,
+.Xr c8rtomb 3 ,
 and
 .Xr c16rtomb 3
 .Pc ,

Reply via email to