aboutsummaryrefslogtreecommitdiff
path: root/games/dr
diff options
context:
space:
mode:
Diffstat (limited to 'games/dr')
-rwxr-xr-xgames/dr2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dr b/games/dr
index 785ec2bd..a236dc1e 100755
--- a/games/dr
+++ b/games/dr
@@ -18,7 +18,7 @@ case $d in
*) exit 2 ;;
esac
-# Roll the dice the appropriate number of times using rndi(1)
+# Roll the dice the appropriate number of times using rndi(1df)
i=0 t=0
while [ "$i" -lt "$n" ] ; do
seed=$(rnds)