groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/man groff.man


From: Eric S. Raymond
Subject: [Groff-commit] groff/man groff.man
Date: Mon, 19 Feb 2007 22:17:37 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Eric S. Raymond <esr>   07/02/19 22:17:37

Modified files:
        man            : groff.man 

Log message:
        * tmac/groff.man: This page is now viewer-portable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/man/groff.man?cvsroot=groff&r1=1.93&r2=1.94

Patches:
Index: groff.man
===================================================================
RCS file: /sources/groff/groff/man/groff.man,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- groff.man   19 Feb 2007 22:04:09 -0000      1.93
+++ groff.man   19 Feb 2007 22:17:37 -0000      1.94
@@ -62,7 +62,7 @@
 .
 .\" synopsis of a request
 .de REQ
-.  ie (\n[.$] = 1) \{\
+.  ie \n[.$]=1 \{\
 .    Text \f[CB]\\$\f[]
 .  \}
 .  el \{\
@@ -119,7 +119,7 @@
 .\" Result : prints \name[arg], where `name' is in CB, `arg' in I
 .\"
 .de ESC[]
-.  Text "\f[CB]\[rs]\\$1\[lB]\f[]\h'-0.2m'\f[I]\\$2\f[]\h'-0.15m'\[rB]"
+.  Text "\f[CB]\[rs]\\$1\[lB]\f[]\f[I]\\$2\f[]\[rB]"
 ..
 .\" ---------------------------------------------------------------------
 .\" .ESCq name arg
@@ -131,7 +131,7 @@
 .\" Result : prints \name'arg', where `name' is in CB, `arg' in I
 .\"
 .de ESCq
-.  Text "\f[CB]\[rs]\\$1\[cq]\f[]\h'-0.3m'\f[I]\\$2\f[]\[cq]"
+.  Text "\f[CB]\[rs]\\$1\[cq]\f[]\f[I]\\$2\f[]\[cq]"
 ..
 .\" ---------------------------------------------------------------------
 .\" .ESC? arg
@@ -203,7 +203,7 @@
 ..
 .\" synopsis for a long string
 .de string
-.  if (\n[.$] = 0) \
+.  if \n[.$]=0 \
 .    return
 .  Text \f[CB]\[rs]*\[lB]\\$1\[rB]\f[]\\$2
 ..




reply via email to

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