summaryrefslogtreecommitdiff
path: root/man/groff_tmac.man
diff options
context:
space:
mode:
authoresr <esr>2007-02-04 17:20:10 +0000
committeresr <esr>2007-02-04 17:20:10 +0000
commit089c5dcc962f16d0cfe569f14a886e1866bf1715 (patch)
tree0b1c5594893160573a9d757ce04fab560616bc15 /man/groff_tmac.man
parent60f279d46be27b81f38314cf86fc98f1f9b3f58b (diff)
downloadgroff-089c5dcc962f16d0cfe569f14a886e1866bf1715.tar.gz
.eo isn't used, so there is little point in the .c macro. Remove it.
Diffstat (limited to 'man/groff_tmac.man')
-rw-r--r--man/groff_tmac.man20
1 files changed, 8 insertions, 12 deletions
diff --git a/man/groff_tmac.man b/man/groff_tmac.man
index 2f392cc8..5b2032c3 100644
--- a/man/groff_tmac.man
+++ b/man/groff_tmac.man
@@ -44,41 +44,37 @@ FDL in the main directory of the groff source package.
.ds Ellipsis \&.\|.\|.\&\"
.
.\"--------------------------------------------------------------------
-.\" Ignore all arguments like a comment, even after a .eo call.
-.de c
-..
-.c --------------------------------------------------------------------
-.c .Text (<text>...)
-.c
-.c Treat the arguments as text, no matter how they look.
-.c
+.\" .Text (<text>...)
+.\"
+.\" Treat the arguments as text, no matter how they look.
+.\"
.de Text
. if \\n[.$]=0 \
. return
. nop \)\\$*\)
..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
.de 'char
. ds @tmp@ `\f(CR\\$1\f[]'
. shift
. Text \\*[@tmp@]\\$*
. rm @tmp@
..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
.de option
. ds @tmp@ \f(CB\\$1\f[]
. shift 1
. Text \\*[@tmp@]\\$*
. rm @tmp@
..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
.de argument
. ds @tmp@ \f(CI\\$1\f[]
. shift 1
. Text \\*[@tmp@]\\$*
. rm @tmp@
..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
.de request
. ds @tmp@ \f(CB\\$1\f[]
. shift 1