]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Special Shell Variables): Document RANDOM.
authorAkim Demaille <akim@epita.fr>
Thu, 30 Nov 2000 12:51:12 +0000 (12:51 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 30 Nov 2000 12:51:12 +0000 (12:51 +0000)
ChangeLog
doc/autoconf.texi

index 089d8f810b78df53445161bb26e689e118e9cbdb..ab985c009050d406e148f87ba8b4b554e14866a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-30  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Special Shell Variables): Document RANDOM.
+
 2000-11-30  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Limitations of Usual Tools): Some about cp
index be2be5d90a692f6fda154581f6f9ca535c11c520..081d6bae6d4a824d6af430e427161aec0d12e807 100644 (file)
@@ -5464,6 +5464,13 @@ your script might be suspended waiting for data on its standard input.
 @evindex status
 This variable is an alias to @samp{$?} for @code{zsh} (at least 3.1.6),
 hence read-only.  Do not use it.
+
+@item RANDOM
+@evindex RANDOM
+Many shells provide @code{RANDOM}, a variable which returns a different
+integer when used.  Most of the time it values does not change when not
+used, but on @sc{irix 6.5}, the value changes all the time.  This can be
+oberved using @command{set}.
 @end table