[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51609] [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51609] [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug |
Date: |
Fri, 28 Jul 2017 19:17:25 -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/?51609>
Summary: [PATCH] src: hdtbl.tmac-u: Fix one formatting and
one bug
Project: GNU troff
Submitted by: bjarniig
Submitted on: Fri 28 Jul 2017 11:17:23 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 5eee8669823ae738770b59cb2a616c554c40fdde Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Fri, 28 Jul 2017 22:17:15 +0000
Subject: [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug
Increase space between sentences.
The escape '\c' removes everything after it, except "\R..." ("info groff").
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
contrib/hdtbl/hdtbl.tmac-u | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/hdtbl/hdtbl.tmac-u b/contrib/hdtbl/hdtbl.tmac-u
index 069f9ce5..54be05d3 100644
--- a/contrib/hdtbl/hdtbl.tmac-u
+++ b/contrib/hdtbl/hdtbl.tmac-u
@@ -19,7 +19,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License
for more details.
You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+along with this program. If not, see <http://www.gnu.org/licenses/>.
..
.
@@ -66,7 +66,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.ds t*cptn "".sp .4" \
".t*pv 1.0 1.0" \
".ad l" \
- "\m[\\*[t*fgc]]Table \\n+[t*cptn]:\0\c\k*"\"
+ "\m[\\*[t*fgc]]Table \\n+[t*cptn]:\0\k*\c"\"
.
.
.\" %beginstrip%
--
2.13.2
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51609>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51609] [PATCH] src: hdtbl.tmac-u: Fix one formatting and one bug,
Bjarni Ingi Gislason <=