summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-21 14:50:32 +0000
committerwlemb <wlemb>2001-08-21 14:50:32 +0000
commitad16ddfeb7c79aa4c50d74225e4a4a4b97d8377d (patch)
tree7c8d2e2e64492a696c53178a83a7306d0c22b8bc /doc
parent7b55f13bdbec531d81ccc87790b7dae15a2fe964 (diff)
downloadgroff-ad16ddfeb7c79aa4c50d74225e4a4a4b97d8377d.tar.gz
* doc/pic.ms: Fix typo.
* src/devices/grohtml/post-html.cc (html_printer::end_font): Fix handling of `CR' font.
Diffstat (limited to 'doc')
-rw-r--r--doc/pic.ms16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/pic.ms b/doc/pic.ms
index 3166a4a8..bf29ea1a 100644
--- a/doc/pic.ms
+++ b/doc/pic.ms
@@ -10,7 +10,7 @@
.\" This document was written for free use and redistribution by
.\" Eric S. Raymond <esr@thyrsus.com> in August 1995.
.\"
-.\" $Id: pic.ms,v 1.5 2001/07/17 13:17:04 wlemb Exp $
+.\" $Id: pic.ms,v 1.6 2001/08/21 14:50:33 wlemb Exp $
.\"
.\" Set a proper TeX
.ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
@@ -584,7 +584,7 @@ line <- ->
.PP
In fact, the \fBarrow\fP command is just shorthand for \fBline ->\fP. And
there is a double-head modifier <->, so the figure above could have been made
-with \fCWline <->\fP.
+with \f(CWline <->\fP.
.PP
Arrowheads have a \fBwidth\fP attribute, the distance across the rear;
and a \fBheight\fP attribute, the length of the arrowhead along the shaft.
@@ -599,7 +599,7 @@ value of 0 will produce open arrowheads.
Line Thickness
.PP
It's also possible to change the line thickness of an object (this is
-a GNU extension, DWB \fBpic\fP doesn't support it.).
+a GNU extension, DWB \fBpic\fP doesn't support it).
The default thickness of the lines used to draw objects is controlled by the
.B linethick
variable.
@@ -1908,7 +1908,9 @@ for loop:
\& }
\& move down from last arrow .center;
\& [
-\& if ( $1 == boxht ) then { "\\fBline up left\\fP" } else { sprintf("\\fBarrow up left %g\\fP", $1) };
+\& if ( $1 == boxht ) \e
+\& then { "\\fBline up left\\fP" } \e
+\& else { sprintf("\\fBarrow up left %g\\fP", $1) };
\& ]
\& ]
\& move right from last [] .e;
@@ -1936,7 +1938,9 @@ define gridarrow
}
move down from last arrow .center;
[
- if ( $1 == boxht ) then { "\fBline up left\fP" } else { sprintf("\fBarrow up left %g\fP", $1) };
+ if ( $1 == boxht ) \
+ then { "\fBline up left\fP" } \
+ else { sprintf("\fBarrow up left %g\fP", $1) };
]
]
move right from last [] .e;
@@ -2416,7 +2420,7 @@ The \fBpic\fP language was originally described by Brian Kernighan in
Bell Labs Computing Science Technical Report #116 (you can obtain a
PostScript copy of the revised version, [1], by sending a mail message to
\&\fInetlib@research.att.com\fP with a body of \&`send 116 from
-research/cstr'.). There have been two revisions, in 1984 and 1991.
+research/cstr'). There have been two revisions, in 1984 and 1991.
.PP
The document you are reading effectively subsumes Kernighan's
description; it was written to fill in lacunae in the exposition and