[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51440] [PATCH] groff_diff.7.man: Fix splitting of lines in bug #51
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51440] [PATCH] groff_diff.7.man: Fix splitting of lines in bug #51327 |
Date: |
Tue, 11 Jul 2017 09:53:12 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?51440>
Summary: [PATCH] groff_diff.7.man: Fix splitting of lines in
bug #51327
Project: GNU troff
Submitted by: bjarniig
Submitted on: Tue 11 Jul 2017 01:53:11 PM 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 cb6936f2eaa7b9ef0b119dc7a385f38470c3e9c1 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Tue, 11 Jul 2017 13:49:44 +0000
Subject: [PATCH] groff_diff.7.man: Fix splitting of lines in bug #51327
This fixes some wrong use of an escape type to splitt lines in commit
'a918d83ec'.
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
man/groff_diff.7.man | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 17117dd9..db8f4684 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3506,9 +3506,8 @@ delim $$
.EN
.
.TP
-\f[B]Dp\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ \
+\f[B]Dp\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ \c
$dx sub n$ $dy sub n$\[rs]n
-
Draw a polygon with, for $i = 1 ,..., n+1$, the
.IR i -th
vertex at the current position
@@ -3519,7 +3518,7 @@ At the moment, GNU pic only uses this command to
generate triangles
and rectangles.
.
.TP
-\f[B]DP\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ $dx sub n$ \
+\f[B]DP\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ $dx sub n$ \c
$dy sub n$\[rs]n
.
Like
@@ -3552,8 +3551,8 @@ does not depend on this.
.
Given a drawing command of the form
.IP
-\f[B]\[rs]D'\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$ $x \
-sub n$ $y sub n$\f[B]'\f[R]
+\f[B]\[rs]D'\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$
+$x sub n$ $y sub n$\f[B]'\f[R]
.
.P
where
@@ -3596,7 +3595,7 @@ Thus after executing a
.BR D \~\c
command of the form
.IP
-\f[B]D\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$ $x sub n$ \
+\f[B]D\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$ $x sub n$
$y sub n$\[rs]n
.
.P
--
2.13.2
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51440>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #51440] [PATCH] groff_diff.7.man: Fix splitting of lines in bug #51327,
Bjarni Ingi Gislason <=