svn commit: r352279 - stable/12/lib/libc/locale

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 07:18:34 UTC 2019


Author: bapt
Date: Fri Sep 13 07:18:32 2019
New Revision: 352279
URL: https://svnweb.freebsd.org/changeset/base/352279

Log:
  MFC r352127:
  
  In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)
  tools to generate the locales data. state it in the libc manpages.

Modified:
  stable/12/lib/libc/locale/euc.5
  stable/12/lib/libc/locale/multibyte.3
  stable/12/lib/libc/locale/setlocale.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/locale/euc.5
==============================================================================
--- stable/12/lib/libc/locale/euc.5	Fri Sep 13 07:15:48 2019	(r352278)
+++ stable/12/lib/libc/locale/euc.5	Fri Sep 13 07:18:32 2019	(r352279)
@@ -31,7 +31,7 @@
 .\"	@(#)euc.4	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd November 8, 2003
+.Dd September 9, 2019
 .Dt EUC 5
 .Os
 .Sh NAME
@@ -58,7 +58,7 @@
 .\".Ux
 .\"based systems.
 .\"See
-.\".Xr mklocale 1
+.\".Xr localedef 1
 .\"for a complete description of the
 .\".Ev LC_CTYPE
 .\"source file format.
@@ -130,5 +130,5 @@ Notice that the global
 is set to 0x8080, this implies that from those 2 bits the codeset can
 be determined.
 .Sh SEE ALSO
-.Xr mklocale 1 ,
+.Xr localedef 1 ,
 .Xr setlocale 3

Modified: stable/12/lib/libc/locale/multibyte.3
==============================================================================
--- stable/12/lib/libc/locale/multibyte.3	Fri Sep 13 07:15:48 2019	(r352278)
+++ stable/12/lib/libc/locale/multibyte.3	Fri Sep 13 07:18:32 2019	(r352279)
@@ -32,7 +32,7 @@
 .\"	@(#)multibyte.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd April 8, 2004
+.Dd September 9, 2019
 .Dt MULTIBYTE 3
 .Os
 .Sh NAME
@@ -127,7 +127,7 @@ multibyte characters:
 .It Xr wctomb 3 Ta "convert a wide-character code to a character"
 .El
 .Sh SEE ALSO
-.Xr mklocale 1 ,
+.Xr localedef 1 ,
 .Xr setlocale 3 ,
 .Xr stdio 3 ,
 .Xr big5 5 ,

Modified: stable/12/lib/libc/locale/setlocale.3
==============================================================================
--- stable/12/lib/libc/locale/setlocale.3	Fri Sep 13 07:15:48 2019	(r352278)
+++ stable/12/lib/libc/locale/setlocale.3	Fri Sep 13 07:18:32 2019	(r352279)
@@ -31,7 +31,7 @@
 .\"	@(#)setlocale.3	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd November 21, 2003
+.Dd September 9, 2019
 .Dt SETLOCALE 3
 .Os
 .Sh NAME
@@ -150,8 +150,7 @@ and the category
 .Sh ERRORS
 No errors are defined.
 .Sh SEE ALSO
-.Xr colldef 1 ,
-.Xr mklocale 1 ,
+.Xr localedef 1 ,
 .Xr catopen 3 ,
 .Xr ctype 3 ,
 .Xr localeconv 3 ,


More information about the svn-src-all mailing list