[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10505: Problem with citation in info
From: |
Jim Meyering |
Subject: |
bug#10505: Problem with citation in info |
Date: |
Sat, 14 Jan 2012 20:53:53 +0100 |
Reuben Thomas wrote:
> coreutils.texi says:
>
> An earlier version of this chapter appeared in
> @uref{http://www.linuxjournal.com/article.php?sid=2762, the
> @cite{What's GNU?} column of @cite{Linux Journal}, 2 (June, 1994)}.
>
> But in coreutils.info this comes out as just
>
> An earlier version of this chapter appeared in 2 (June 1994).
Thanks for the proofreading and report, here's a patch:
>From 1d615494332c2d445b0b57c5e902abe3f40b6580 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 14 Jan 2012 20:52:27 +0100
Subject: [PATCH] doc: tweak a @uref so its alt reference text renders in info
* doc/coreutils.texi (Opening the software toolbox): Remove commas
from @uref argument, so the alternate text renders properly in info.
Reported by Reuben Thomas.
---
doc/coreutils.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 8cdc26d..685de20 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -16242,7 +16242,7 @@ Opening the software toolbox
An earlier version of this chapter appeared in
@uref{http://www.linuxjournal.com/article.php?sid=2762, the
address@hidden's GNU?} column of @cite{Linux Journal}, 2 (June, 1994)}.
address@hidden's GNU?} column of the June 1994 @cite{Linux Journal}}.
It was written by Arnold Robbins.
@menu
--
1.7.9.rc1.2.gccfe4