Fix following problem at ld/ld.texinfo

bfd.texinfo:325: unknown command `colophon'
  bfd.texinfo:336: unknown command `cygnus'
This patch won't be necessary for next release.
This commit is contained in:
mef 2013-11-17 07:36:11 +00:00
parent c59a924196
commit 9b1951b2a6
2 changed files with 28 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.6 2013/08/07 02:41:30 mef Exp $
$NetBSD: distinfo,v 1.7 2013/11/17 07:36:11 mef Exp $
SHA1 (binutils-2.23.2.tar.bz2) = 042c51073205ebaf88c272d6168f9deb71984b56
RMD160 (binutils-2.23.2.tar.bz2) = 9788e2a8c4a7c74360919347c3bc72040e87b898
@ -11,3 +11,4 @@ SHA1 (patch-ag) = e778ddd88f34e264e6b2d6d31a56a02be565e916
SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c
SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf
SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a
SHA1 (patch-ld_ld.texinfo) = 98f3b37b288caea62f4cfcd56c778c34cbec1e14

View file

@ -0,0 +1,26 @@
$NetBSD: patch-ld_ld.texinfo,v 1.1 2013/11/17 07:36:11 mef Exp $
CentOS 5.1 claims
bfd.texinfo:325: unknown command `colophon'
bfd.texinfo:336: unknown command `cygnus'
--- ld/ld.texinfo.orig 2013-03-25 17:06:23.000000000 +0900
+++ ld/ld.texinfo 2013-11-16 13:21:12.000000000 +0900
@@ -7863,7 +7863,7 @@ If you have more than one @code{SECT} st
@printindex cp
@tex
-% I think something like @colophon should be in texinfo. In the
+% I think something like @@colophon should be in texinfo. In the
% meantime:
\long\def\colophon{\hbox to0pt{}\vfill
\centerline{The body of this manual is set in}
@@ -7874,7 +7874,7 @@ If you have more than one @code{SECT} st
\centerline{{\sl\fontname\tensl\/}}
\centerline{are used for emphasis.}\vfill}
\page\colophon
-% Blame: doc@cygnus.com, 28mar91.
+% Blame: doc@@cygnus.com, 28mar91.
@end tex
@bye