aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 18:17:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 18:17:57 +1200
commit79c33d4ddc2cc1cf5bc5ebab066c5e345778769c (patch)
treebffc1c2b461c08b5371aaf2420212d7863f3faa7 /man/man1
parentActually check for seed presence in rndi(1) (diff)
downloaddotfiles-79c33d4ddc2cc1cf5bc5ebab066c5e345778769c.tar.gz
dotfiles-79c33d4ddc2cc1cf5bc5ebab066c5e345778769c.zip
Correct order of random search devices
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/rnds.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/rnds.1 b/man/man1/rnds.1
index 1e76d9a1..67a3f9a7 100644
--- a/man/man1/rnds.1
+++ b/man/man1/rnds.1
@@ -13,7 +13,7 @@ the first field of a cksum(1) based on it as a low-quality random numeric seed.
The only optional argument allows specifying the number of random bytes to
read, defaulting to 32. This is intended as a low-quality seed for rndi(1).
.P
-/dev/arandom is tried first, then /dev/urandom, then /dev/random, before the
+/dev/urandom is tried first, then /dev/arandom, then /dev/random, before the
script gives up and emits nothing.
.SH SEE ALSO
rndi(1), rnda(1), rndf(1), rndl(1), rndn(6)