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: Sun, 04 Feb 2007 23:11:16 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Eric S. Raymond <esr>   07/02/04 23:11:16

Modified files:
        man            : groff_out.man 

Log message:
        Got rid of ShellCommand, also incidentally fixing a bug -- type
        conventions for shell command lines were not matching those used
        for following output.

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

Patches:
Index: groff_out.man
===================================================================
RCS file: /sources/groff/groff/man/groff_out.man,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- groff_out.man       4 Feb 2007 22:49:59 -0000       1.25
+++ groff_out.man       4 Feb 2007 23:11:15 -0000       1.26
@@ -50,29 +50,6 @@
 ..
 .nr @STUPID_DRAWING_POSITIONING 1
 .
-.\" ----------------- Syntactical definitions
-.
-.\" comments when escapes are switched off
-.de c
-..
-.\" Begin of macro definitions
-.eo
-.
-.de Text
-.  nop \)\$*
-..
-.c a bulleted paragraph
-.de Topic
-.  TP 2m
-.  nop \[bu]
-..
-.de ShellCommand
-.  br
-.  IR "shell>" "\h'1m'\f[CB]\$*\f[]\/"
-..
-.ec
-.\" End of macro definitions
-.
 .c ----------------- Semantical definitions
 .
 .nr @maxcolor 65536
@@ -82,6 +59,9 @@
 .\" Begin of macro definitions
 .eo
 .
+.de Text
+.  nop \)\$*
+..
 .c format: .unit <letter> <punctuation>
 .de unit
 .  BR \$@
@@ -1601,14 +1581,16 @@
 on the command line.
 .
 .
-.Topic
+.IP \[bu] 2m 
 High-resolution device
 .I ps
 .
 .
 .RS
 .P
-.ShellCommand echo "hell world" | groff -Z -T ps
+.EX
+\fBshell>\fP echo "hell world" | groff -Z -T ps
+.EE
 .
 .
 .P
@@ -1643,7 +1625,7 @@
 to get its representation as a PostScript file.
 .
 .
-.Topic
+.IP \[bu] 2m 
 Low-resolution device
 .I latin1
 .
@@ -1660,7 +1642,9 @@
 .
 .
 .P
-.ShellCommand echo "hell world" | groff -Z -T latin1
+.EX
+\fBshell>\fP "hell world" | groff -Z -T latin1
+.EE
 .
 .
 .P
@@ -1710,7 +1694,7 @@
 to get a formatted text document.
 .
 .
-.Topic
+.IP \[bu] 2m 
 Classical style output
 .
 .
@@ -1724,7 +1708,9 @@
 .
 .
 .P
-.ShellCommand echo "hell world" | groff -Z -T X100
+.EX
+\fBshell>\fP "hell world" | groff -Z -T X100
+.EE
 .
 .
 .P
@@ -1781,11 +1767,11 @@
 features.
 .
 .
-.Topic
+.IP \[bu] 2m 
 The classical quasi device independence is not yet implemented.
 .
 .
-.Topic
+.IP \[bu] 2m 
 The old hardware was very different from what we use today.
 .
 So the
@@ -1808,7 +1794,7 @@
 .IR groff .
 .
 .
-.Topic
+.IP \[bu] 2m 
 The B-spline command
 .B D~
 is correctly handled by the
@@ -1817,7 +1803,7 @@
 postprocessor programs.
 .
 .
-.Topic
+.IP \[bu] 2m 
 The argument of the commands
 .B s
 and
@@ -1847,7 +1833,7 @@
 .
 .
 .ie (address@hidden == 1) \{\
-.Topic
+.IP \[bu] 2m 
 The position changing after the commands
 .BR Dp ,
 .BR DP ,
@@ -1857,7 +1843,7 @@
 kept for compatibility reasons.
 .\}             \" @STUPID_DRAWING_POSITIONING
 .el \{\
-.Topic
+.IP \[bu] 2m
 Temporarily, there existed some confusion on the positioning after the
 .B D
 commands that are
@@ -1934,7 +1920,9 @@
 .
 .RS
 .P
-.ShellCommand man @MAN7EXT@ groff
+.EX
+\fBshell>\fP man @MAN7EXT@ groff
+.EE
 .RE
 .
 .
@@ -2011,7 +1999,9 @@
 or from the shell prompt by
 .
 .RS
-.ShellCommand info groff
+.EX
+\fBshell>\fP info groff
+.EE
 .RE
 .
 .




reply via email to

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