diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-02 00:10:37 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-02 00:10:37 +0000 |
commit | 0d055120de349c30f0ceb537d57f8694f67397da (patch) | |
tree | 6909226bceaa9d9affdfc9845b27a40c83ef76f3 /mdocml.1 | |
parent | fcccec27b02c05557ea3cad60051abb8ca5a2e62 (diff) | |
download | mandoc-0d055120de349c30f0ceb537d57f8694f67397da.tar.gz |
Improvements to the xml part.
Diffstat (limited to 'mdocml.1')
-rw-r--r-- | mdocml.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -84,7 +84,6 @@ structured ones: The engine doesn't understand the .Sq \&Xo , .Sq \&Xc , -.Sq \&Ns , .Sq \&No , .Sq \&Db , .Sq \&Sm , @@ -102,4 +101,9 @@ If terminating punctuation is found, then remaining tokens are flushed after line scope is closed, not just the last one. .El +.Pp +The roff engine in +.Nm +produces text in-line; thus, output may already be partially written by +the time an error is encountered. .\" .Sh BUGS |