diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-06 15:33:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-06 15:33:29 +0000 |
commit | 2c5e2d1085930e82ce52bf9402182a0630e8f39d (patch) | |
tree | 38c42798424c5a347f60bbdf83d6a53e0347e6cc | |
parent | 7ad3c2849ebafa909bcff5c056090861789c355d (diff) | |
download | mandoc-2c5e2d1085930e82ce52bf9402182a0630e8f39d.tar.gz |
improve wording and start a new sentence on a new line; from jmc@
-rw-r--r-- | mandoc.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -497,7 +497,7 @@ Use .Fl T Cm tree to show a human readable representation of the syntax tree. It is useful for debugging the source code of manual pages. -The exact format is subject to change, don't write parsers for it. +The exact format is subject to change, so don't write parsers for it. Each output line shows one syntax tree node. Child nodes are indented with respect to their parent node. The columns are: @@ -506,7 +506,8 @@ The columns are: .It For macro nodes, the macro name; for text and .Xr tbl 7 -nodes, the content. There is a special format for +nodes, the content. +There is a special format for .Xr eqn 7 nodes. .It |