summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-09-26 17:12:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-09-26 17:12:46 +0000
commit6832cb2a564d1b7216f721d62c317af374ccec32 (patch)
treef927938b20413708f0681cedcd5909f5ec711ae9 /usr.bin
parentba4810304719b236dd316f8b065f0e346964b33b (diff)
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/mandoc.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1
index 0867920be68..39a66a81283 100644
--- a/usr.bin/mandoc/mandoc.1
+++ b/usr.bin/mandoc/mandoc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mandoc.1,v 1.85 2015/09/26 12:54:39 schwarze Exp $
+.\" $OpenBSD: mandoc.1,v 1.86 2015/09/26 17:12:45 jmc Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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