summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authoresr <esr>2007-02-04 22:49:59 +0000
committeresr <esr>2007-02-04 22:49:59 +0000
commit8047b82aa3bdef477d5c104d12bda31b8f6643ea (patch)
treec7e559c7d99bfafbf40fca3b23a38185a63cc07b /man
parent1daf3dea6bc2b1e3a0a2d3733c56c07f04b17a0d (diff)
downloadgroff-8047b82aa3bdef477d5c104d12bda31b8f6643ea.tar.gz
Use TQ rather than TP, remove more unecessary code, remove a Germanism.
Diffstat (limited to 'man')
-rw-r--r--man/groff_out.man22
1 files changed, 3 insertions, 19 deletions
diff --git a/man/groff_out.man b/man/groff_out.man
index 14a8ecdf..cfeed185 100644
--- a/man/groff_out.man
+++ b/man/groff_out.man
@@ -30,16 +30,6 @@ FDL in the main directory of the groff source package.
.
.mso www.tmac
.
-.if n \{\
-. mso tty-char.tmac
-. ftr CR R
-. ftr CI I
-. ftr CB B
-.\}
-.
-.if '\*[.T]'dvi' \
-. ftr CB CW
-.
.if t \{\
.EQ
delim $$
@@ -71,12 +61,6 @@ after these commands, otherwise the position is not changed.
.de Text
. nop \)\$*
..
-.c follow-up line for a .TP header
-.de TP+
-. br
-. ns
-. TP \$1
-..
.c a bulleted paragraph
.de Topic
. TP 2m
@@ -178,7 +162,7 @@ after these commands, otherwise the position is not changed.
. ds @arg1 \$1\"
. ds @arg2 \$2\"
. shift 2
-. TP+
+. TQ
. Text "\f[B]\*[@arg1]\f[]\ \f[I]\,\*[@arg2]\/\f[]\$*"
. rm @arg1
. rm @arg2
@@ -195,7 +179,7 @@ after these commands, otherwise the position is not changed.
.de D-command+
. ds @sub \$1\"
. shift 1
-. TP+
+. TQ
. Text "\f[B]D\*[@sub]\f[]\ \f[I]\,\$*\/\f[]\*[@linebreak]"
. rm @sub
..
@@ -2099,7 +2083,7 @@ described only parts of the
.I groff
extensions of the output language.
.
-It has been rewritten 2002 by \m[blue]Bernd Warken\m[] and is
+It was rewritten in 2002 by Bernd Warken and is
maintained by
.MT wl@gnu.org .
Werner Lemberg