aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-12 17:29:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-12 17:29:33 +0000
commit4fdc8558c5d198e182cb2f69447d3a16f5f8bbb2 (patch)
treedad29a169e3317eb9caf9d51765f1c552a1ff326 /mandoc.1
parent6efdd3d04812610b609a5ee9766ace5288969227 (diff)
downloadmandoc-4fdc8558c5d198e182cb2f69447d3a16f5f8bbb2.tar.gz
mandoc-4fdc8558c5d198e182cb2f69447d3a16f5f8bbb2.tar.zst
mandoc-4fdc8558c5d198e182cb2f69447d3a16f5f8bbb2.zip
show meta data for -Ttree output
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.114
1 files changed, 11 insertions, 3 deletions
diff --git a/mandoc.1 b/mandoc.1
index f99bb14b..a6738ef6 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.169 2017/01/10 12:53:07 schwarze Exp $
+.\" $Id: mandoc.1,v 1.170 2017/01/12 17:29:33 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 10 2017 $
+.Dd $Mdocdate: January 12 2017 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -498,7 +498,15 @@ Use
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, so don't write parsers for it.
-Each output line shows one syntax tree node.
+.Pp
+The first paragraph shows meta data found in the
+.Xr mdoc 7
+prologue, on the
+.Xr man 7
+.Ic \&TH
+line, or the fallbacks used.
+.Pp
+In the tree dump, each output line shows one syntax tree node.
Child nodes are indented with respect to their parent node.
The columns are:
.Pp