Module Name:    src
Committed By:   riastradh
Date:           Fri Aug 16 23:25:18 UTC 2024

Modified Files:
        src/lib/libc/locale: mbrtoc8.3

Log Message:
mbrtoc8(3): Restore word accidentally removed.

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/mbrtoc8.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/mbrtoc8.3
diff -u src/lib/libc/locale/mbrtoc8.3:1.4 src/lib/libc/locale/mbrtoc8.3:1.5
--- src/lib/libc/locale/mbrtoc8.3:1.4	Fri Aug 16 23:12:17 2024
+++ src/lib/libc/locale/mbrtoc8.3	Fri Aug 16 23:25:18 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mbrtoc8.3,v 1.4 2024/08/16 23:12:17 riastradh Exp $
+.\"	$NetBSD: mbrtoc8.3,v 1.5 2024/08/16 23:25:18 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-8, keeping state so it can restart after incremental progress.
+function decodes multibyte characters in the current locale and
+converts them to UTF-8, keeping state so it can restart after
+incremental progress.
 .Pp
 Each call to
 .Nm :

Reply via email to