diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/f/intdoc.texi | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/intdoc.texi')
-rw-r--r-- | gcc/f/intdoc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index cf48c4b9914..74153db4fdd 100644 --- a/gcc/f/intdoc.texi +++ b/gcc/f/intdoc.texi @@ -1178,7 +1178,7 @@ Causes external subroutine @var{Handler} to be executed after a delay of @var{Seconds} seconds by using @code{alarm(1)} to set up a signal and @code{signal(2)} to catch it. If @var{Status} is supplied, it will be -returned with the the number of seconds remaining until any previously +returned with the number of seconds remaining until any previously scheduled alarm was due to be delivered, or zero if there was no previously scheduled alarm. @xref{Signal Intrinsic (subroutine)}. |