Rewrite the histoty part

Fix information about "Dragonfly-style" format which on freebsd is named
BSD-style

Noted by:	bdrewery
This commit is contained in:
Baptiste Daroussin 2015-11-07 21:07:40 +00:00
parent 5b3b54e06c
commit 00d10c2c70

View File

@ -87,7 +87,7 @@ The following options are supported:
.It Fl c .It Fl c
Creates permanent output even if warning messages have been issued. Creates permanent output even if warning messages have been issued.
.It Fl D .It Fl D
.Dx Ns -style BSD-style
output. output.
Rather than the default of creating the Rather than the default of creating the
.Ar localename .Ar localename
@ -152,7 +152,7 @@ belonging to the same locale can be processed.)
creates a directory of files that represents the locale's data, creates a directory of files that represents the locale's data,
unless instructed otherwise by the unless instructed otherwise by the
.Fl D ( .Fl D (
.Dx BSD
output) option. output) option.
The contants of this directory should generally be copied into the The contants of this directory should generally be copied into the
appropriate subdirectory of appropriate subdirectory of
@ -249,14 +249,19 @@ values defined by the US-ASCII, the result is unspecified.
.Sh HISTORY .Sh HISTORY
.Nm .Nm
first appeared in first appeared in
.Dx 4.3 . .Fx 11 .
It was ported from Illumos from the point .Pp
It was written by
.An Garrett D'Amore .An Garrett D'Amore
.Aq Mt garrett@nexenta.com .Aq Mt garrett@nexenta.com
added multibyte support (October 2010). for Illumos.
.An John Marino .An John Marino
.Aq Mt draco@marino.st .Aq Mt draco@marino.st
provided the alternations necessary to compile cleanly on provided the alternations necessary to compile cleanly on
.Dx .Dx .
as well as altered libc to use the new collation (the changes were also based .An Baptiste Daroussin
on Illumos, but modified to work with xlocale functionality.) .Aq Mt bapt@FreeBSD.org
ported it to
.Fx
and converted it to
.Xr tree 3 .