Remove reference to multibyte(3) and trailing commas.

This commit is contained in:
wiz 2021-02-15 15:38:43 +00:00
parent 53b5b1c0c5
commit 026eaf4d13
3 changed files with 8 additions and 8 deletions

View File

@ -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 .\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -51,7 +51,7 @@ The locale returned by this call must be freed with
.Sh SEE ALSO .Sh SEE ALSO
.Xr freelocale 3 , .Xr freelocale 3 ,
.Xr localeconv 3 , .Xr localeconv 3 ,
.Xr newlocale 3 , .Xr newlocale 3
.\" .Xr querylocale 3 , .\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 , .\" .Xr uselocale 3 ,
.\" .Xr xlocale 3 .\" .Xr xlocale 3

View File

@ -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 .\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -49,7 +49,7 @@ This relinquishes any resources held exclusively by this locale.
.Sh SEE ALSO .Sh SEE ALSO
.Xr duplocale 3 , .Xr duplocale 3 ,
.Xr localeconv 3 , .Xr localeconv 3 ,
.Xr newlocale 3 , .Xr newlocale 3
.\" .Xr querylocale 3 , .\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 , .\" .Xr uselocale 3 ,
.\" .Xr xlocale 3 .\" .Xr xlocale 3

View File

@ -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 .\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -78,8 +78,8 @@ and
.It LC_CTYPE_MASK .It LC_CTYPE_MASK
The locale for the The locale for the
.Xr ctype 3 .Xr ctype 3
and .\" and
.Xr multibyte 3 .\" .Xr multibyte 3
functions. functions.
This controls recognition of upper and lower case, alphabetic or This controls recognition of upper and lower case, alphabetic or
non-alphabetic characters, and so on. non-alphabetic characters, and so on.
@ -117,7 +117,7 @@ You must free the returned locale with
.Sh SEE ALSO .Sh SEE ALSO
.Xr duplocale 3 , .Xr duplocale 3 ,
.Xr freelocale 3 , .Xr freelocale 3 ,
.Xr localeconv 3 , .Xr localeconv 3
.\" .Xr querylocale 3 , .\" .Xr querylocale 3 ,
.\" .Xr uselocale 3 , .\" .Xr uselocale 3 ,
.\" .Xr xlocale 3 .\" .Xr xlocale 3