OSDN Git Service

fix @xref's to have trailing commas [from Andreas Jaeger <aj@arthur.rhein-neckar...
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 1999 09:04:35 +0000 (09:04 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 1999 09:04:35 +0000 (09:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25429 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f4023e2..d837504 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 e346210..59bb56f 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.", "\