[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51076] doc/pic.ms: Remove a repeated word ("the"), untangle, and p
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51076] doc/pic.ms: Remove a repeated word ("the"), untangle, and protect '.' in " ." |
Date: |
Sat, 20 May 2017 20:20:36 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
URL:
<http://savannah.gnu.org/bugs/?51076>
Summary: doc/pic.ms: Remove a repeated word ("the"),
untangle, and protect '.' in " ."
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sun 21 May 2017 12:20:35 AM UTC
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From 6a672c5f646a7af3f73d1b5e47a5ab99a6210702 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sun, 21 May 2017 00:15:26 +0000
Subject: [PATCH] Remove a repeated word ("the"), untangle the paragraph and
change " ." to " \&."
See man-pages(7), chapter "Conventions for source file layout".
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
doc/pic.ms | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/pic.ms b/doc/pic.ms
index 483578e1..4da55e48 100644
--- a/doc/pic.ms
+++ b/doc/pic.ms
@@ -1435,11 +1435,12 @@ reference, usable anywhere a location is needed. This
construction is
very important for putting together large, multi-part diagrams.
.PP
Blocks are also a variable-scoping mechanism, like a \fIgroff\/\fP(1)
-environment. All variable assignments done inside a block are undone
-at the end of it. To get at values within a block, write a name of
-the block followed by a dot, followed by the label you
-want. For example, we could refer the the center of the box in the
-above composite as \fBlast [] .Caption\fP or \fBA.Caption\fP.
+environment.
+All variable assignments done inside a block are undone at the end of it.
+To get at values within a block, write a name of the block followed by a
+dot, followed by the label you want.
+For example, we could refer the center of the box in the above composite as
+\fBlast [] \&.Caption\fP or \fBA.Caption\fP.
.PP
This kind of reference to a label can be used in any way any other
location can be. For example, if we added \fB"Hi!" at A.Caption\fP
--
2.11.0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51076>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51076] doc/pic.ms: Remove a repeated word ("the"), untangle, and protect '.' in " .",
Bjarni Ingi Gislason <=