aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/rnda.12
-rw-r--r--man/man1/rndf.12
-rw-r--r--man/man1/rndi.12
3 files changed, 4 insertions, 2 deletions
diff --git a/man/man1/rnda.1 b/man/man1/rnda.1
index c0fb3497..4537d695 100644
--- a/man/man1/rnda.1
+++ b/man/man1/rnda.1
@@ -11,6 +11,6 @@ arg1 arg2 arg3
prints a random choice from the given arguments. It uses rndi(1), which is not
a high-quality random number source.
.SH SEE ALSO
-rndf(1), rndi(1)
+rndf(1), rndi(1), rndn(6)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/rndf.1 b/man/man1/rndf.1
index b2d74954..95daeccb 100644
--- a/man/man1/rndf.1
+++ b/man/man1/rndf.1
@@ -14,6 +14,6 @@ prints the name a random file (excluding dot files) from the given directory,
defaulting to the current directory. It uses rndi(1), which is not a
high-quality random number source.
.SH SEE ALSO
-rndi(1), rnda(1)
+rndi(1), rnda(1), rndn(6)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/rndi.1 b/man/man1/rndi.1
index d2ce5ffd..0ad6d1e0 100644
--- a/man/man1/rndi.1
+++ b/man/man1/rndi.1
@@ -13,5 +13,7 @@ in a POSIX-compliant way (using awk). The answer returned is low-quality and if
run in the same second as a previous run may even return the same result in
some implementations. This should not be used in any sort of security or
statistical context; the author wrote it to choose random background images.
+.SH SEE ALSO
+rnda(1), rndf(1), rndn(6)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>