Date: Sat, 7 Nov 2015 21:07:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290514 - head/usr.bin/localedef Message-ID: <201511072107.tA7L7eab082786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Nov 7 21:07:40 2015 New Revision: 290514 URL: https://svnweb.freebsd.org/changeset/base/290514 Log: Rewrite the histoty part Fix information about "Dragonfly-style" format which on freebsd is named BSD-style Noted by: bdrewery Modified: head/usr.bin/localedef/localedef.1 Modified: head/usr.bin/localedef/localedef.1 ============================================================================== --- head/usr.bin/localedef/localedef.1 Sat Nov 7 20:36:54 2015 (r290513) +++ head/usr.bin/localedef/localedef.1 Sat Nov 7 21:07:40 2015 (r290514) @@ -87,7 +87,7 @@ The following options are supported: .It Fl c Creates permanent output even if warning messages have been issued. .It Fl D -.Dx Ns -style +BSD-style output. Rather than the default of creating the .Ar localename @@ -152,7 +152,7 @@ belonging to the same locale can be proc creates a directory of files that represents the locale's data, unless instructed otherwise by the .Fl D ( -.Dx +BSD output) option. The contants of this directory should generally be copied into the appropriate subdirectory of @@ -249,14 +249,19 @@ values defined by the US-ASCII, the resu .Sh HISTORY .Nm first appeared in -.Dx 4.3 . -It was ported from Illumos from the point +.Fx 11 . +.Pp +It was written by .An Garrett D'Amore .Aq Mt garrett@nexenta.com -added multibyte support (October 2010). +for Illumos. .An John Marino .Aq Mt draco@marino.st provided the alternations necessary to compile cleanly on -.Dx -as well as altered libc to use the new collation (the changes were also based -on Illumos, but modified to work with xlocale functionality.) +.Dx . +.An Baptiste Daroussin +.Aq Mt bapt@FreeBSD.org +ported it to +.Fx +and converted it to +.Xr tree 3 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511072107.tA7L7eab082786>