summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-10-06 15:33:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-10-06 15:33:29 +0000
commit2c5e2d1085930e82ce52bf9402182a0630e8f39d (patch)
tree38c42798424c5a347f60bbdf83d6a53e0347e6cc
parent7ad3c2849ebafa909bcff5c056090861789c355d (diff)
downloadmandoc-2c5e2d1085930e82ce52bf9402182a0630e8f39d.tar.gz
improve wording and start a new sentence on a new line; from jmc@
-rw-r--r--mandoc.15
1 files changed, 3 insertions, 2 deletions
diff --git a/mandoc.1 b/mandoc.1
index ea095d4c..510f5ab5 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -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