aboutsummaryrefslogtreecommitdiff
path: root/bin/rnda
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-26 12:13:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-26 12:50:25 +1200
commitcde1926a3c65830bceed5e8e76cd94e81b19386c (patch)
tree5abe782d2c9567f3d7c3affa8fc077fb3d5d5e5c /bin/rnda
parentAdd notifications to dmp(1) (diff)
downloaddotfiles-cde1926a3c65830bceed5e8e76cd94e81b19386c.tar.gz
dotfiles-cde1926a3c65830bceed5e8e76cd94e81b19386c.zip
Put dotfiles manuals into their own section
This probably contains a few mistakes
Diffstat (limited to 'bin/rnda')
-rwxr-xr-xbin/rnda4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rnda b/bin/rnda
index 078e5008..5af4a3bd 100755
--- a/bin/rnda
+++ b/bin/rnda
@@ -1,5 +1,5 @@
#!/bin/sh
-# Choose a random argument using rndi(1)
+# Choose a random argument using rndi(1df)
# Check we have at least one argument
if [ "$#" -eq 0 ] ; then
@@ -7,7 +7,7 @@ if [ "$#" -eq 0 ] ; then
exit 2
fi
-# Get a random seed from rnds(1); if it's empty, that's still workable
+# Get a random seed from rnds(1df); if it's empty, that's still workable
seed=$(rnds)
# Get a random integet from 1 to the number of arguments