Ruslan Ermilov 9b751f2080 1. Disable the recognition of the last dot character in the
default .Ar argument as an end-of-sentence character.

Example:
    .Ar
    foo
Produced:
    file ...  foo
Now produces:
    file ... foo

2.  Fixed an off-by-one bug in the .It macro for the -hang lists.

Example:
    .Bl -hang -width 8n -compact
    .It 1234
    OK
    .It 1234567
    OK
    .It 12345678
    BUG
    .El
Produced:
     1234      OK
     1234567   OK
     12345678 BUG
Now produces:
     1234      OK
     1234567   OK
     12345678  BUG

Ported from:	mdocNG
2001-02-14 11:03:06 +00:00
..
2000-01-16 10:22:31 +00:00
2001-01-10 14:18:12 +00:00
2001-02-04 14:26:56 +00:00
2000-07-14 09:57:37 +00:00
2000-03-19 22:00:57 +00:00
2001-01-03 18:32:10 +00:00
2000-08-20 09:51:08 +00:00
2000-11-14 11:20:58 +00:00
2001-01-21 22:22:31 +00:00
2000-11-30 21:07:50 +00:00
2001-02-07 21:58:16 +00:00