From 48e78df620ae051ca5f4184eadbb38d1a000b931 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 Aug 2016 10:54:43 +1200 Subject: Add references to rnd?(1) man pages --- man/man1/rnda.1 | 2 +- man/man1/rndf.1 | 2 +- man/man1/rndi.1 | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'man/man1') 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 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 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 -- cgit v1.2.3