diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-29 10:10:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-29 10:10:35 +0000 |
commit | e34909a15faed90ad1d9efd5e6d44270ab386b5c (patch) | |
tree | 5bc2959eed1e9d8a08a9ec591c11ba2ac015c601 /mandoc.1 | |
parent | 40d86894cf83a9f39b0d85e391c7c16574971889 (diff) | |
download | mandoc-e34909a15faed90ad1d9efd5e6d44270ab386b5c.tar.gz |
Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobbering prior scope rules and line modes.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -220,7 +220,8 @@ and .Fl f Ns Ar no-ign-chars . . .It Fl f Ns Ar ign-errors -Don't halt when encountering parse errors. Useful with +When parsing multiple files, don't halt when one errors out. Useful +with .Fl T Ns Ar lint over a large set of manuals passed on the command line. .El |