This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More texinfo patches (gcc/f/intdoc.texi)



Since my local makeinfo (version 3.12d) is used currently, I get the
following errors during make bootstrap:
../../egcs-cvs/gcc/f/intdoc.texi:5744: `.' or `,' must follow cross reference, not f.
../../egcs-cvs/gcc/f/intdoc.texi:5808: `.' or `,' must follow cross reference, not f.
../../egcs-cvs/gcc/f/intdoc.texi:10389: `.' or `,' must follow cross reference, not f.

A trivial patch is appended.

Andreas

1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* f/intdoc.texi: Add missing `,' after cross references.

--- gcc/f/intdoc.texi.~1~	Tue Feb 23 13:30:31 1999
+++ gcc/f/intdoc.texi	Thu Feb 25 16:16:47 1999
@@ -5741,7 +5741,7 @@
 
 Returns the value of @var{I} with bit @var{Pos} cleared (set to
 zero).
-@xref{BTest Intrinsic} for information on bit positions.
+@xref{BTest Intrinsic}, for information on bit positions.
 
 @node IBits Intrinsic
 @subsubsection IBits Intrinsic
@@ -5805,7 +5805,7 @@
 Description:
 
 Returns the value of @var{I} with bit @var{Pos} set (to one).
-@xref{BTest Intrinsic} for information on bit positions.
+@xref{BTest Intrinsic}, for information on bit positions.
 
 @end ifset
 @ifset familyF77
@@ -10386,7 +10386,7 @@
 (change from a larger value to a smaller one)
 as of the Year 10000.
 
-@xref{FDate Intrinsic (subroutine)} for an equivalent routine.
+@xref{FDate Intrinsic (subroutine)}, for an equivalent routine.
 
 For information on other intrinsics with the same name:
 @xref{Time Intrinsic (UNIX)}.

-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]