fix @xref's to have trailing commas [from Andreas Jaeger <aj@arthur.rhein-neckar...
authorAndreas Jaeger <aj@arthur.rhein-neckar.de>
Thu, 25 Feb 1999 09:04:35 +0000 (09:04 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Thu, 25 Feb 1999 09:04:35 +0000 (04:04 -0500)
From-SVN: r25429

gcc/f/ChangeLog
gcc/f/intdoc.in

index f4023e2997d3d71d3b09f0b6012b8523407d1a91..d83750486768b23b40d3e1e6895a0462da442900 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * f/intdoc.in: Add missing `,' after cross references.
+
 1999-02-20  Craig Burley  <craig@jcb-sc.com>
 
        * Make-lang.in (f77.install-common, f77.install-info,
index e34621059fa5e362168ba3c0267916e93ad5b035..59bb56f33ba4edfc83434b080b3fd0c5e560674a 100644 (file)
@@ -2584,18 +2584,18 @@ to such programs, to wrap around
 (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.
 ")
 
 DEFDOC (IBCLR, "Clear a bit.", "\
 Returns the value of @var{@1@} with bit @var{@2@} cleared (set to
 zero).
-@xref{BTest Intrinsic} for information on bit positions.
+@xref{BTest Intrinsic}, for information on bit positions.
 ")
 
 DEFDOC (IBSET, "Set a bit.", "\
 Returns the value of @var{@1@} with bit @var{@2@} set (to one).
-@xref{BTest Intrinsic} for information on bit positions.
+@xref{BTest Intrinsic}, for information on bit positions.
 ")
 
 DEFDOC (IBITS, "Extract a bit subfield of a variable.", "\