summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.1')
-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