summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authoresr <esr>2007-02-05 00:08:29 +0000
committeresr <esr>2007-02-05 00:08:29 +0000
commit05ef11456a1e8fecf6280416db53ab21e59ed651 (patch)
treee4d6cb1e6179254dac53c8c6b2c73f1382597f96 /man
parente40b42adbbf4af987bf12b5bec38eb025125e0c2 (diff)
downloadgroff-05ef11456a1e8fecf6280416db53ab21e59ed651.tar.gz
Chisel away another layer of macrology.
Diffstat (limited to 'man')
-rw-r--r--man/groff_out.man7
1 files changed, 2 insertions, 5 deletions
diff --git a/man/groff_out.man b/man/groff_out.man
index e7c0d5d2..71c88d21 100644
--- a/man/groff_out.man
+++ b/man/groff_out.man
@@ -60,9 +60,6 @@ after these commands, otherwise the position is not changed.
.\" Begin of macro definitions
.eo
.
-.de Text
-. nop \)\$*
-..
.c comma separated list of indexed variables
.de list1..n
. ds @arg1 \$1\"
@@ -134,7 +131,7 @@ after these commands, otherwise the position is not changed.
. ds @arg2 \$2\"
. shift 2
. TQ
-. Text "\f[B]\*[@arg1]\f[]\ \f[I]\,\*[@arg2]\/\f[]\$*"
+. nop \f[B]\*[@arg1]\f[]\ \f[I]\,\*[@arg2]\/\f[]\$*
. rm @arg1
. rm @arg2
..
@@ -151,7 +148,7 @@ after these commands, otherwise the position is not changed.
. ds @sub \$1\"
. shift 1
. TQ
-. Text "\f[B]D\*[@sub]\f[]\ \f[I]\,\$*\/\f[]\*[@linebreak]"
+. nop \f[B]D\*[@sub]\f[]\ \f[I]\,\$*\/\f[]\*[@linebreak]
. rm @sub
..
.de Da-command