bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/4791] New: etc/standards.texi: @strong{Note...} produces a


From: nightstrike at gmail dot com
Subject: [Bug binutils/4791] New: etc/standards.texi: @strong{Note...} produces a spurious cross-reference in Info
Date: 15 Jul 2007 03:15:32 -0000

Received these two warnings during 'make info' of the latest cvs version:

../../src/etc/standards.texi:1743: warning: @strong{Note...} produces a 
spurious cross-reference in Info; reword to avoid that.
../../src/etc/standards.texi:1858: warning: @strong{Note...} produces a 
spurious cross-reference in Info; reword to avoid that.

The phrase "Note" is set with strong emphasis in such a way as to tag it as a 
cross-reference.  This should not occur.  The following patch cleans up the 
text of both entries and makes their formatting identical:

Index: standards.texi
===================================================================
RCS file: /cvs/src/src/etc/standards.texi,v
retrieving revision 1.3
diff -u -p -r1.3 standards.texi
--- standards.texi      27 Feb 2006 16:26:23 -0000      1.3
+++ standards.texi      15 Jul 2007 03:14:53 -0000
@@ -1740,7 +1740,7 @@ Specify an HTTP proxy.
 @samp{-q} in Make.

 @item quiet
-Used in many programs to inhibit the usual output.  @strong{Note:} every
+Used in many programs to inhibit the usual output.  Note that every
 program accepting @samp{--quiet} should accept @samp{--silent} as a
 synonym.

@@ -1854,9 +1854,9 @@ Used by @code{recode} to chose files or
 @samp{-T} in @code{cat}.

 @item silent
-Used in many programs to inhibit the usual output.
address@hidden:} every program accepting
address@hidden should accept @samp{--quiet} as a synonym.
+Used in many programs to inhibit the usual output.  Note that every
+program accepting @samp{--silent} should accept @samp{--quiet} as
+a synonym.

 @item size
 @samp{-s} in @code{ls}.

-- 
           Summary: etc/standards.texi: @strong{Note...} produces a spurious
                    cross-reference in Info
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: nightstrike at gmail dot com
                CC: bug-binutils at gnu dot org,nightstrike at gmail dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4791

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]