diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
commit | 7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b (patch) | |
tree | 4e5e5d4bc151118f333137c1c1d5c37de9060e4d /bfd/doc | |
parent | 4039cf45c25acfdfb362a14b518f48354abac920 (diff) | |
download | gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.zip gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.gz gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.bz2 |
* ld.texinfo: Replace @ with @@ when it is part of the text.
Correct ordering of M68HC11 entry.
* doc/binutils.texi: Fix ordering of top level nodes.
Replace erroneous uses of @itemx with @item.
* bfd.texinfo: Replace @ with @@ when it is part of the text.
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/bfd.texinfo | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 80308c0..db949ca 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-07 Patrice Dumas <pertusus@free.fr> + + * bfd.texinfo: Replace @ with @@ when it is part of the text. + 2012-12-17 Nick Clifton <nickc@redhat.com> * Makefile.am: Add copyright notice. diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index 45ffa73..3aa3300 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -1,7 +1,7 @@ \input texinfo.tex @setfilename bfd.info @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1997, 2000, -@c 2001, 2002, 2003, 2006, 2007, 2008, 2009 +@c 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2013 @c Free Software Foundation, Inc. @c @synindex fn cp @@ -16,7 +16,8 @@ @copying This file documents the BFD library. -Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008, 2013 +Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -64,7 +65,8 @@ included in the section entitled ``GNU Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991, 2001, 2003, 2006, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 2001, 2003, 2006, 2008, 2013 +Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -322,7 +324,7 @@ All of BFD lives in one directory. @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} @@ -333,7 +335,7 @@ All of BFD lives in one directory. \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 |