summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-09-26 17:12:45 +0000
committerjmc <jmc@openbsd.org>2015-09-26 17:12:45 +0000
commit2f83faf2e72e53e7d5a080e87b8c317111eaaa9f (patch)
treeb3b7c6fa6d41d5be71902a8752da3a734567e1e3
parentlint is dead: delete useless LINTLIBRARY comments (diff)
downloadwireguard-openbsd-2f83faf2e72e53e7d5a080e87b8c317111eaaa9f.tar.xz
wireguard-openbsd-2f83faf2e72e53e7d5a080e87b8c317111eaaa9f.zip
tweak previous;
-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