diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-01 06:14:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-01 06:14:42 +0200 |
commit | db6a69baecd9b7a98e6de31eec2e20477130d8ef (patch) | |
tree | be21fb6d6cfec8a1ef62c46c1bfcb59e7b735b8e /doc/gawk.texi | |
parent | d8fd5725c32a6aa76eb8438adc0c912e6ad2696b (diff) | |
download | gawk-db6a69baecd9b7a98e6de31eec2e20477130d8ef.tar.gz |
Minor doc fix.eap4-last-fix-3
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 8a2de8b7..05d03a61 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -17044,7 +17044,7 @@ for generating random numbers to the value @var{x}. Each seed value leads to a particular sequence of random numbers.@footnote{Computer-generated random numbers really are not truly -random. They are technically known as ``pseudorandom.'' This means +random. They are technically known as @dfn{pseudorandom}. This means that although the numbers in a sequence appear to be random, you can in fact generate the same sequence of random numbers over and over again.} Thus, if the seed is set to the same value a second time, |