Module Name: src
Committed By: riastradh
Date: Fri Aug 16 23:25:00 UTC 2024
Modified Files:
src/lib/libc/locale: mbrtoc16.3 mbrtoc32.3
Log Message:
mbrtoc16(3), mbrtoc32(3): Restore word accidentally removed.
PR lib/52374: <uchar.h> missing
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mbrtoc16.3 \
src/lib/libc/locale/mbrtoc32.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/mbrtoc16.3
diff -u src/lib/libc/locale/mbrtoc16.3:1.6 src/lib/libc/locale/mbrtoc16.3:1.7
--- src/lib/libc/locale/mbrtoc16.3:1.6 Fri Aug 16 23:11:02 2024
+++ src/lib/libc/locale/mbrtoc16.3 Fri Aug 16 23:25:00 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mbrtoc16.3,v 1.6 2024/08/16 23:11:02 riastradh Exp $
+.\" $NetBSD: mbrtoc16.3,v 1.7 2024/08/16 23:25:00 riastradh Exp $
.\"
.\" Copyright (c) 2024 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,8 +50,9 @@
.Sh DESCRIPTION
The
.Nm
-decodes multibyte characters in the current locale and converts them to
-UTF-16, keeping state so it can restart after incremental progress.
+function decodes multibyte characters in the current locale and
+converts them to UTF-16, keeping state so it can restart after
+incremental progress.
.Pp
Each call to
.Nm :
Index: src/lib/libc/locale/mbrtoc32.3
diff -u src/lib/libc/locale/mbrtoc32.3:1.6 src/lib/libc/locale/mbrtoc32.3:1.7
--- src/lib/libc/locale/mbrtoc32.3:1.6 Fri Aug 16 23:11:03 2024
+++ src/lib/libc/locale/mbrtoc32.3 Fri Aug 16 23:25:00 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mbrtoc32.3,v 1.6 2024/08/16 23:11:03 riastradh Exp $
+.\" $NetBSD: mbrtoc32.3,v 1.7 2024/08/16 23:25:00 riastradh Exp $
.\"
.\" Copyright (c) 2024 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,9 +50,9 @@
.Sh DESCRIPTION
The
.Nm
-decodes multibyte characters in the current locale and converts them to
-Unicode scalar values (i.e., to UTF-32), keeping state so it can
-restart after incremental progress.
+function decodes multibyte characters in the current locale and
+converts them to Unicode scalar values (i.e., to UTF-32), keeping state
+so it can restart after incremental progress.
.Pp
Each call to
.Nm :