groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/man groff_out.man


From: Eric S. Raymond
Subject: [Groff-commit] groff/man groff_out.man
Date: Wed, 07 Feb 2007 17:17:10 +0000

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

Modified files:
        man            : groff_out.man 

Log message:
        Third step: reduce Da-comand, fix a call-sequence bug in the original.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/man/groff_out.man?cvsroot=groff&r1=1.32&r2=1.33

Patches:
Index: groff_out.man
===================================================================
RCS file: /sources/groff/groff/man/groff_out.man,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- groff_out.man       7 Feb 2007 16:54:46 -0000       1.32
+++ groff_out.man       7 Feb 2007 17:17:09 -0000       1.33
@@ -84,16 +84,10 @@
 .c continue previous .D-command heading
 .de D-command+
 .TQ
-.\fBD\$1\fP\ \fI\,\$2\/address@hidden
+\fBD\$1\fP\ \fI\,\$2\/\fP\|address@hidden
 ..
 .de Da-command
-.  shift 1
-.  ie t \
-.    ds @args $h sub 1$\~$v sub 1$ $h sub 2$\~$v sub 2$\"
-.  el \
-.    ds @args \fIh1\~v1 h2\~v2\fP\"
-.  IP "\fBDa\fP\ address@hidden|address@hidden"
-.  rm @args
+.IP "\fBDa\fP\ \fIh1\~v1 h2\~v2\fP\|address@hidden"
 ..
 .c graphics command .D with a variable number of arguments
 .c format: .D-multiarg <subcommand>
@@ -936,7 +930,7 @@
 .
 .
 .D-command C d
-.D-command+ C d dummy_arg
+.D-command+ C "d dummy_arg"
 Draw a solid circle using the current fill color with diameter\~\c
 .IR d
 (integer in basic units\~\c




reply via email to

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