Remove reference to multibyte(3) and trailing commas.
This commit is contained in:
parent
53b5b1c0c5
commit
026eaf4d13
@ -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 @@ The locale returned by this call must be freed with
|
||||
.Sh SEE ALSO
|
||||
.Xr freelocale 3 ,
|
||||
.Xr localeconv 3 ,
|
||||
.Xr newlocale 3 ,
|
||||
.Xr newlocale 3
|
||||
.\" .Xr querylocale 3 ,
|
||||
.\" .Xr uselocale 3 ,
|
||||
.\" .Xr xlocale 3
|
||||
|
@ -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 @@ This relinquishes any resources held exclusively by this locale.
|
||||
.Sh SEE ALSO
|
||||
.Xr duplocale 3 ,
|
||||
.Xr localeconv 3 ,
|
||||
.Xr newlocale 3 ,
|
||||
.Xr newlocale 3
|
||||
.\" .Xr querylocale 3 ,
|
||||
.\" .Xr uselocale 3 ,
|
||||
.\" .Xr xlocale 3
|
||||
|
@ -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 @@ and
|
||||
.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 @@ You must free the returned locale with
|
||||
.Sh SEE ALSO
|
||||
.Xr duplocale 3 ,
|
||||
.Xr freelocale 3 ,
|
||||
.Xr localeconv 3 ,
|
||||
.Xr localeconv 3
|
||||
.\" .Xr querylocale 3 ,
|
||||
.\" .Xr uselocale 3 ,
|
||||
.\" .Xr xlocale 3
|
||||
|
Loading…
Reference in New Issue
Block a user