groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/15: doc/pic.ms: Fix damaged figure captions.


From: G. Branden Robinson
Subject: [groff] 01/15: doc/pic.ms: Fix damaged figure captions.
Date: Wed, 11 Aug 2021 17:04:02 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 22c12b95dd815b7b9863cc545a24a41e8a8f1083
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
AuthorDate: Sat Mar 21 22:34:55 2020 +0000

    doc/pic.ms: Fix damaged figure captions.
    
    '\"' is not how you escape a double quote in macro arguments; change it
    to one of at least two correct spellings, '""'.  Fixes damaged captions
    to Figures 3-5, 3-6, and 4-2.
    
    Also drop useless spaces from attribute grammar.
    
    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    
    Fixes <https://savannah.gnu.org/bugs/?58018>.
    
    [Commit message rewritten by GBR.]
---
 doc/pic.ms | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/pic.ms b/doc/pic.ms
index cfe3db3..ed7b19e 100644
--- a/doc/pic.ms
+++ b/doc/pic.ms
@@ -330,7 +330,7 @@ would have been joined to the top of the arc, like this:
 .PS
 arc; move; "arc";
 .PE
-.CE "5: Result of \fBarc; move; \"arc\"\fP"
+.CE "5: Result of \fBarc; move; ""arc""\fP"
 .PP
 This is because drawing an arc changes the default direction to the
 one its exit end points at.
@@ -339,7 +339,7 @@ To reinforce this point, consider:
 .PS
 arc cw; move; "arc";
 .PE
-.CE "6: Result of \fBarc cw; move; \"arc\"\fP"
+.CE "6: Result of \fBarc cw; move; ""arc""\fP"
 .PP
 All we've done differently here is specify \[lq]cw\[rq] for a clockwise arc
 (\[lq]ccw\[rq] specifies counter-clockwise direction).
@@ -443,7 +443,7 @@ modifier:
 .PS
 box width 3 "this text is far too long for a default box"
 .PE
-.CE "2: Result of \fBbox width 3 \"text far too long\"\fP"
+.CE "2: Result of \fBbox width 3 ""text far too long""\fP"
 .PP
 This modifier takes a dimension in inches.
 There is also a \[lq]height\[rq] modifier that changes a box's height.
@@ -2876,14 +2876,14 @@ direction on the block's bounding box.
 .DS
 .CW
 <attribute> ::=
-  h[eigh]t <expr>       \fR# set height of closed figure \fP
-  wid[th] <expr>        \fR# set width of closed figure \fP
-  rad[ius] <expr>       \fR# set radius of circle/arc \fP
-  diam[eter] <expr>     \fR# set diameter of circle/arc \fP
-  up [<expr>]           \fR# move up \fP
-  down [<expr>]         \fR# move down \fP
-  left [<expr>]         \fR# move left \fP
-  right [<expr>]        \fR# move right \fP
+  h[eigh]t <expr>       \fR# set height of closed figure\fP
+  wid[th] <expr>        \fR# set width of closed figure\fP
+  rad[ius] <expr>       \fR# set radius of circle/arc\fP
+  diam[eter] <expr>     \fR# set diameter of circle/arc\fP
+  up [<expr>]           \fR# move up\fP
+  down [<expr>]         \fR# move down\fP
+  left [<expr>]         \fR# move left\fP
+  right [<expr>]        \fR# move right\fP
   from <position>       \fR# set from position of open figure\fP
   to <position>         \fR# set to position of open figure\fP
   at <position>         \fR# set center of open figure\fP



reply via email to

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