aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-20 11:51:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-20 11:51:07 +0000
commit93b9517948ce8754648c4f1033dec11f6eeb7b93 (patch)
tree1d78933de1ee8ea09a58a2dae9334d4f5e60f71b /man.7
parentee5166e47bf9023c5bef7b18355da9392155a340 (diff)
downloadmandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.tar.gz
mandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.tar.zst
mandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.zip
Added `DT' macro (pointed out by joerg@netbsd.org).
Diffstat (limited to 'man.7')
-rw-r--r--man.716
1 files changed, 11 insertions, 5 deletions
diff --git a/man.7 b/man.7
index 1cffbe8d..f86baf21 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.30 2009/08/20 11:44:47 kristaps Exp $
+.\" $Id: man.7,v 1.31 2009/08/20 11:51:07 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -203,6 +203,7 @@ file.
. It B Ta n Ta next-line
. It BI Ta n Ta current
. It BR Ta n Ta current
+. It DT Ta 0 Ta current
. It I Ta n Ta next-line
. It IB Ta n Ta current
. It IR Ta n Ta current
@@ -221,7 +222,9 @@ file.
. It sp Ta 1 Ta current
. El
. Pp
-The lower-case
+The
+. Sq RS ,
+. Sq RE ,
. Sq br ,
. Sq fi ,
. Sq i ,
@@ -282,13 +285,14 @@ end of file.
. Pp
If a block macro is next-line scoped, it may only be followed by in-line
macros (excluding
+. Sq DT ,
+. Sq TH ,
. Sq br ,
. Sq na ,
. Sq sp ,
. Sq nf ,
-. Sq fi ,
and
-. Sq TH ) .
+. Sq fi ) .
.
.
.Sh REFERENCE
@@ -335,6 +339,8 @@ render in italics. Whitespace between arguments is omitted in output.
. It BR
Text is rendered alternately in bold face and roman (the default font).
Whitespace between arguments is omitted in output.
+. It DT
+Re-set the tab spacing to 0.5 inches.
. It HP
Begin a paragraph whose initial output line is left-justified, but
subsequent output lines are indented, with the following syntax:
@@ -455,7 +461,7 @@ End literal mode begun by
Italicise arguments. If no arguments are specified, all subsequent text
is italicised.
. It na
-No alignment to the right margin.
+Don't alignment the right margin.
. It nf
Begin literal mode: all subsequent free-form lines have their end of
line boundaries preserved. May be ended by