Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/locale Remove reference to multibyte(3) and trailin...
details: https://anonhg.NetBSD.org/src/rev/53b8f97b7f59
branches: trunk
changeset: 952711:53b8f97b7f59
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 15 15:38:43 2021 +0000
description:
Remove reference to multibyte(3) and trailing commas.
diffstat:
lib/libc/locale/duplocale.3 | 4 ++--
lib/libc/locale/freelocale.3 | 4 ++--
lib/libc/locale/newlocale.3 | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r d41fa7963a8e -r 53b8f97b7f59 lib/libc/locale/duplocale.3
--- a/lib/libc/locale/duplocale.3 Mon Feb 15 15:36:53 2021 +0000
+++ b/lib/libc/locale/duplocale.3 Mon Feb 15 15:38:43 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: duplocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: duplocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
.\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -51,7 +51,7 @@
.Sh SEE ALSO
.Xr freelocale 3 ,
.Xr localeconv 3 ,
-.Xr newlocale 3 ,
+.Xr newlocale 3
.\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 ,
.\" .Xr xlocale 3
diff -r d41fa7963a8e -r 53b8f97b7f59 lib/libc/locale/freelocale.3
--- a/lib/libc/locale/freelocale.3 Mon Feb 15 15:36:53 2021 +0000
+++ b/lib/libc/locale/freelocale.3 Mon Feb 15 15:38:43 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: freelocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: freelocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
.\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -49,7 +49,7 @@
.Sh SEE ALSO
.Xr duplocale 3 ,
.Xr localeconv 3 ,
-.Xr newlocale 3 ,
+.Xr newlocale 3
.\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 ,
.\" .Xr xlocale 3
diff -r d41fa7963a8e -r 53b8f97b7f59 lib/libc/locale/newlocale.3
--- a/lib/libc/locale/newlocale.3 Mon Feb 15 15:36:53 2021 +0000
+++ b/lib/libc/locale/newlocale.3 Mon Feb 15 15:38:43 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newlocale.3,v 1.2 2021/02/15 15:36:53 christos Exp $
+.\" $NetBSD: newlocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
.\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -78,8 +78,8 @@
.It LC_CTYPE_MASK
The locale for the
.Xr ctype 3
-and
-.Xr multibyte 3
+.\" and
+.\" .Xr multibyte 3
functions.
This controls recognition of upper and lower case, alphabetic or
non-alphabetic characters, and so on.
@@ -117,7 +117,7 @@
.Sh SEE ALSO
.Xr duplocale 3 ,
.Xr freelocale 3 ,
-.Xr localeconv 3 ,
+.Xr localeconv 3
.\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 ,
.\" .Xr xlocale 3
Home |
Main Index |
Thread Index |
Old Index