summaryrefslogtreecommitdiff
path: root/man/groff_out.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-07-03 12:46:54 +0000
committerwlemb <wlemb>2004-07-03 12:46:54 +0000
commit312065e97893f691bdce357b1aeacf2d64c1e9cc (patch)
treea43a15c39b1c473ad2ad9c2ac8aa595b28b1e963 /man/groff_out.man
parent3b9aa46bb67602a46cb2c73c722fe63c9bae0384 (diff)
downloadgroff-312065e97893f691bdce357b1aeacf2d64c1e9cc.tar.gz
* tmac/an-old.tmac (RI): Always start with font `R'.
(RI, IR): Properly end with font `R'. * man/ditroff.man, man/groff_font.man, man/groff_out.man, src/devices/grohtml/grohtml.man, src/preproc/grn/grn.man, src/preproc/pic/pic.man, tmac/groff_man.man, tmac/groff_ms.man: Don't pass more than six arguments to .R, .I, .B, etc., for compatibility with traditional troff macros.
Diffstat (limited to 'man/groff_out.man')
-rw-r--r--man/groff_out.man28
1 files changed, 15 insertions, 13 deletions
diff --git a/man/groff_out.man b/man/groff_out.man
index bdcee62f..d7825941 100644
--- a/man/groff_out.man
+++ b/man/groff_out.man
@@ -3,7 +3,7 @@
.ig
groff_out.5
-Last update: 1 Jun 2004
+Last update: 2 Jul 2004
This file is part of groff, the GNU roff type-setting system.
@@ -1541,36 +1541,36 @@ formatter.
.
.P
.nf
-.I # prologue
+.I "# prologue"
.ft CB
x T latin1
x res 240 24 40
x init
-.I # begin a new page
+.I "# begin a new page"
.ft CB
p1
-.I # font setup
+.I "# font setup"
.ft CB
x font 1 R
f1
s10
-.I # initial positioning on the page
+.I "# initial positioning on the page"
.ft CB
V40
H0
-.I # write text `hell'
+.I "# write text `hell'"
.ft CB
thell
-.I # inform about a space, and do it by a horizontal jump
+.I "# inform about a space, and do it by a horizontal jump"
.ft CB
wh24
-.I # write text `world'
+.I "# write text `world'"
.ft CB
tworld
-.I # announce line break, but do nothing because ...
+.I "# announce line break, but do nothing because ..."
.ft CB
n40 0
-.I # ... the end of the document has been reached
+.I "# ... the end of the document has been reached"
.ft CB
x trailer
V2640
@@ -1610,7 +1610,7 @@ f5
s10
V16
H100
-.I # write text with old-style jump-and-write command
+.I "# write text with old-style jump-and-write command"
.ft CB
ch07e07l03lw06w11o07r05l03dh7
n16 0
@@ -1714,8 +1714,10 @@ groff drawing commands:
.
.RS
.P
-.I The position after a graphic object has been drawn is at its end;
-.I for circles and ellipses, the "end" is at the right side.
+.ft I
+The position after a graphic object has been drawn is at its end;
+for circles and ellipses, the "end" is at the right side.
+.ft
.RE
.
.P