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 [email protected] -added multibyte support (October 2010). +for Illumos. .An John Marino .Aq Mt [email protected] 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 [email protected] +ported it to +.Fx +and converted it to +.Xr tree 3 . _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
