gbranden pushed a commit to branch master
in repository groff.
commit 4228245ed8347f0141a09d5124c538465bdef8da
Author: Sebastien Peterson-Boudreau <[email protected]>
AuthorDate: Wed Jan 29 00:57:19 2025 -0400
pic(1): Fix incorrect quotation mark characters.
[I fleshed out the example so that it is a "capsule" example that
renders all by itself (within `PS`/`PE` macros) in a document. --GBR]
---
src/preproc/pic/pic.1.man | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index a15bec176..b98518b50 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -9,7 +9,7 @@ or TeX
.\" Legal Terms
.\" ====================================================================
.\"
-.\" Copyright (C) 1989-2024 Free Software Foundation, Inc.
+.\" Copyright (C) 1989-2025 Free Software Foundation, Inc.
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
@@ -1286,10 +1286,10 @@ has no effect on objects whose start and end points are
coincident.
In places where
.IB n th
is allowed,
-.BI \[aq] expr \[aq]th
+.BI \[ga] expr \[aq]th
is also allowed.
.
-.RB \[lq] \[aq]th \[lq]
+.RB \[lq] \[aq]th \[rq]
is a single token:
no space is allowed between the apostrophe and the
.RB \[lq] th \[rq].
@@ -1300,7 +1300,11 @@ Consider the following example.
.IP
.EX
for i = 1 to 4 do {
- line from \[aq]i\[aq]th box.nw to \[aq]i+1\[aq]th box.se
+ box
+ move right 0.5
+}
+for i = 1 to 3 do {
+ arrow from \[ga]i\[aq]th box.ne to \[ga]i+1\[aq]th box.sw
}
.EE
.
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit