summaryrefslogtreecommitdiff
path: root/man/groff_out.man
diff options
context:
space:
mode:
authoresr <esr>2007-02-04 23:11:15 +0000
committeresr <esr>2007-02-04 23:11:15 +0000
commit2d0f113949efb8bcd5e1eb5dbe0d6ddc8e02cdc7 (patch)
tree4d0c36b34610e52e5bb70c48502712cbc88c962f /man/groff_out.man
parent8047b82aa3bdef477d5c104d12bda31b8f6643ea (diff)
downloadgroff-2d0f113949efb8bcd5e1eb5dbe0d6ddc8e02cdc7.tar.gz
Got rid of ShellCommand, also incidentally fixing a bug -- type
conventions for shell command lines were not matching those used for following output.
Diffstat (limited to 'man/groff_out.man')
-rw-r--r--man/groff_out.man64
1 files changed, 27 insertions, 37 deletions
diff --git a/man/groff_out.man b/man/groff_out.man
index cfeed185..8c62a993 100644
--- a/man/groff_out.man
+++ b/man/groff_out.man
@@ -50,29 +50,6 @@ after these commands, otherwise the position is not changed.
..
.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 @@ after these commands, otherwise the position is not changed.
.\" Begin of macro definitions
.eo
.
+.de Text
+. nop \)\$*
+..
.c format: .unit <letter> <punctuation>
.de unit
. BR \$@
@@ -1601,14 +1581,16 @@ fed into
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 @@ This output can be fed into the postprocessor
to get its representation as a PostScript file.
.
.
-.Topic
+.IP \[bu] 2m
Low-resolution device
.I latin1
.
@@ -1660,7 +1642,9 @@ formatter.
.
.
.P
-.ShellCommand echo "hell world" | groff -Z -T latin1
+.EX
+\fBshell>\fP "hell world" | groff -Z -T latin1
+.EE
.
.
.P
@@ -1710,7 +1694,7 @@ This output can be fed into the postprocessor
to get a formatted text document.
.
.
-.Topic
+.IP \[bu] 2m
Classical style output
.
.
@@ -1724,7 +1708,9 @@ displacements.
.
.
.P
-.ShellCommand echo "hell world" | groff -Z -T X100
+.EX
+\fBshell>\fP "hell world" | groff -Z -T X100
+.EE
.
.
.P
@@ -1781,11 +1767,11 @@ format is compatible with this specification except for the following
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 @@ modern
.IR groff .
.
.
-.Topic
+.IP \[bu] 2m
The B-spline command
.B D~
is correctly handled by the
@@ -1817,7 +1803,7 @@ parser, but the drawing routines aren't implemented in some of the
postprocessor programs.
.
.
-.Topic
+.IP \[bu] 2m
The argument of the commands
.B s
and
@@ -1847,7 +1833,7 @@ So conflicts with classical devices are very unlikely.
.
.
.ie (\n[@STUPID_DRAWING_POSITIONING] == 1) \{\
-.Topic
+.IP \[bu] 2m
The position changing after the commands
.BR Dp ,
.BR DP ,
@@ -1857,7 +1843,7 @@ is illogical, but as old versions of groff used this feature it is
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 @@ system or call from the shell prompt
.
.RS
.P
-.ShellCommand man @MAN7EXT@ groff
+.EX
+\fBshell>\fP man @MAN7EXT@ groff
+.EE
.RE
.
.
@@ -2011,7 +1999,9 @@ It can be read within the integrated help systems, within
or from the shell prompt by
.
.RS
-.ShellCommand info groff
+.EX
+\fBshell>\fP info groff
+.EE
.RE
.
.