1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Formatting fixes.

(This exposes a bug in mdoc(7) for which a patch has been sent upstream.)
This commit is contained in:
Ruslan Ermilov 2005-01-11 10:32:29 +00:00
parent 6afa350d53
commit 3baccdb9fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140054

View File

@ -171,7 +171,9 @@ represents the range of specific coded values between the
range endpoints, inclusive. range endpoints, inclusive.
.Pp .Pp
.Bf Em .Bf Em
See the COMPATIBILITY section below for an important note regarding See the
.Sx COMPATIBILITY
section below for an important note regarding
differences in the way the current differences in the way the current
implementation interprets range expressions differently from implementation interprets range expressions differently from
previous implementations. previous implementations.
@ -292,7 +294,7 @@ Translate the contents of file1 to upper-case.
(This should be preferred over the traditional (This should be preferred over the traditional
.Ux .Ux
idiom of idiom of
.Ql "tr a-z A-Z" , .Dq Li "tr a-z A-Z" ,
since it works correctly in all locales.) since it works correctly in all locales.)
.Pp .Pp
Strip out non-printable characters from file1. Strip out non-printable characters from file1.
@ -312,11 +314,11 @@ implementations of
.Nm .Nm
did not order characters in range expressions according to the current did not order characters in range expressions according to the current
locale's collation order, making it possible to convert unaccented Latin locale's collation order, making it possible to convert unaccented Latin
characters (esp. as found in English text) from upper to lower case using characters (esp.\& as found in English text) from upper to lower case using
the traditional the traditional
.Ux .Ux
idiom of idiom of
.Ql "tr A-Z a-z" . .Dq Li "tr A-Z a-z" .
Since Since
.Nm .Nm
now obeys the locale's collation order, this idiom may not produce now obeys the locale's collation order, this idiom may not produce
@ -325,13 +327,13 @@ upper case, or when the order of characters within the two cases differs.
As noted in the As noted in the
.Sx EXAMPLES .Sx EXAMPLES
section above, the character class expressions section above, the character class expressions
.Ql "[:lower:]" .Dq Li [:lower:]
and and
.Ql "[:upper:]" .Dq Li [:upper:]
should be used instead of explicit character ranges like should be used instead of explicit character ranges like
.Ql "a-z" .Dq Li a-z
and and
.Ql "A-Z" . .Dq Li A-Z .
.Pp .Pp
System V has historically implemented character ranges using the syntax System V has historically implemented character ranges using the syntax
.Dq Li [c-c] .Dq Li [c-c]
@ -367,7 +369,7 @@ Additionally, any scripts that depended on the sequence
to to
represent the three characters represent the three characters
.Ql a , .Ql a ,
.Ql \&- .Ql \-
and and
.Ql z .Ql z
will have to be will have to be