diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-01 06:17:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-01 06:17:04 +0200 |
commit | 8954618d1958e26389519e7322e01ca8caafdf66 (patch) | |
tree | 68ba7fdf40881430ab575efcd5a82f908d900901 | |
parent | f70c3912a36e8d2ca4e63d0e1d7491f580b5c9f2 (diff) | |
parent | db6a69baecd9b7a98e6de31eec2e20477130d8ef (diff) | |
download | egawk-8954618d1958e26389519e7322e01ca8caafdf66.tar.gz egawk-8954618d1958e26389519e7322e01ca8caafdf66.tar.bz2 egawk-8954618d1958e26389519e7322e01ca8caafdf66.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 5cae20c6..6ed6b7bc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-01 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Change quotes to @dfn for pseudorandom. + A last-minute O'Reilly fix. + 2015-02-27 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Update UPDATE-MONTH and copyright year. diff --git a/doc/gawk.info b/doc/gawk.info index 6cddc1ba..82641494 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -12029,7 +12029,7 @@ numbers. (2) `mawk' uses a different seed each time. (3) Computer-generated random numbers really are not truly random. -They are technically known as "pseudorandom." This means that although +They are technically known as "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. diff --git a/doc/gawk.texi b/doc/gawk.texi index 9e208cce..2b49c245 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -17076,7 +17076,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, diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 4f2eea73..713f354f 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -16358,7 +16358,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, |