groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/man groff_tmac.man


From: Eric S. Raymond
Subject: [Groff-commit] groff/man groff_tmac.man
Date: Sun, 04 Feb 2007 17:20:10 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Eric S. Raymond <esr>   07/02/04 17:20:10

Modified files:
        man            : groff_tmac.man 

Log message:
        .eo isn't used, so there is little point in the .c macro.  Remove it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/man/groff_tmac.man?cvsroot=groff&r1=1.21&r2=1.22

Patches:
Index: groff_tmac.man
===================================================================
RCS file: /sources/groff/groff/man/groff_tmac.man,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- groff_tmac.man      4 Feb 2007 17:16:33 -0000       1.21
+++ groff_tmac.man      4 Feb 2007 17:20:10 -0000       1.22
@@ -44,41 +44,37 @@
 .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 address@hidden@]\\$*
 .  rm @tmp@
 ..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
 .de option
 .  ds @tmp@ \f(CB\\$1\f[]
 .  shift 1
 .  Text address@hidden@]\\$*
 .  rm @tmp@
 ..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
 .de argument
 .  ds @tmp@ \f(CI\\$1\f[]
 .  shift 1
 .  Text address@hidden@]\\$*
 .  rm @tmp@
 ..
-.c --------------------------------------------------------------------
+.\" --------------------------------------------------------------------
 .de request
 .  ds @tmp@ \f(CB\\$1\f[]
 .  shift 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]