diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-10-17 00:19:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-10-17 00:19:59 +0000 |
commit | de70a04fb79358b9ca8589c5eed818e499d91cd6 (patch) | |
tree | 009e464332d7706d96ce9822720d6e5bab5fc3e1 /usr.sbin | |
parent | 2b30cac8bf7ca0ed0d5af0bb3f214f7f7565f88f (diff) |
Very tricky diff to fix macro interpretation and spacing around tabs
in .Bl -column; it took me more than a day to get this right.
Triggered by a loosely related bug report from tim@.
The lesson for you is: Use .Ta macros in .Bl -column, avoid tabs,
or you are in for surprises: The last word before a tab is not
interpreted as a macro (unless there is a blank in between), the
first word after a tab isn't either (unless there is a blank in
between), and a blank after a tab causes a leading blank in the
respective output cell. Yes, "blank", "tab", "blank tab" and "tab
blank" all have different semantics; if you write code relying on
that, good luck maintaining it afterwards...
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions