mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
* doc/autoconf.texi (Special Shell Variables): Document RANDOM.
This commit is contained in:
parent
02af8eb027
commit
ec675a8991
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user