K 10 svn:author V 2 ru K 8 svn:date V 27 2001-02-14T11:03:06.000000Z K 7 svn:log V 540 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 END