diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-25 18:06:54 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-25 18:06:54 +0000 |
commit | b10b6b4916d15d74b9ed25b76553cbe1b918866f (patch) | |
tree | 6b1ede52654029d48fc2cc4084d3d5453565ca8f /gcc/f/intdoc.texi | |
parent | 75b560607016f0afeb215c1ef23b8657d28bc52b (diff) | |
download | gcc-b10b6b4916d15d74b9ed25b76553cbe1b918866f.tar.gz |
Fix two typos
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25444 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/intdoc.texi')
-rw-r--r-- | gcc/f/intdoc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index 22ea23f1ada..18c12b1173b 100644 --- a/gcc/f/intdoc.texi +++ b/gcc/f/intdoc.texi @@ -5741,7 +5741,7 @@ Description: 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 @@ Intrinsic groups: @code{mil}, @code{f90}, @code{vxt}. 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 @@ 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. For information on other intrinsics with the same name: @xref{Time Intrinsic (UNIX)}. |