diff options
author | 2010-08-21 14:00:59 +0000 | |
---|---|---|
committer | 2010-08-21 14:00:59 +0000 | |
commit | cf3c80ccfd813d08db176ea61dcafef147feecac (patch) | |
tree | 446ddd41db9faccba0613a66d890e072c457bded /sys | |
parent | Display usage information as well as the error when a path to (diff) | |
download | wireguard-openbsd-cf3c80ccfd813d08db176ea61dcafef147feecac.tar.xz wireguard-openbsd-cf3c80ccfd813d08db176ea61dcafef147feecac.zip |
Backout previous.
As Kristaps found out, i was wrong: .Bl -column phrases do not ignore
spacing rules for trailing punctuation in general. In particular,
- the rightmost column of a column list is unaffected
- columns terminated by the .Ta macro instead of a tab are unaffected
- columns ending in a blank are unaffected
Spacing rules for trailing punctuation are only ignored when the tab
follows the punctuation immediately, without a blank in between,
because then the combination of punctuation and tab is treated by roff
as a word, and the punctuation is not recognized as isolated.
The reason this doesn't work in mandoc is that in the special case
of .Bl -column (not in general!), mandoc treats tabs as word delimiters.
We either need to solve this differently, or call it a bug in roff.
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions