aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-03 01:48:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-03 12:36:16 +1200
commit65cfecabd0f6a1bcfc9b7691ab2cc1056e506c0d (patch)
treefd2e4f3855ed7f7058a316c1fb73aaafb0edb8ca /man/man1
parentFormatting/extra element for man edda(1df) (diff)
downloaddotfiles-65cfecabd0f6a1bcfc9b7691ab2cc1056e506c0d.tar.gz
dotfiles-65cfecabd0f6a1bcfc9b7691ab2cc1056e506c0d.zip
Correct typo in maybe(1df)
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/maybe.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/maybe.1df b/man/man1/maybe.1df
index 3b89b09d..a8658c71 100644
--- a/man/man1/maybe.1df
+++ b/man/man1/maybe.1df
@@ -15,7 +15,7 @@ Like true(1) or false(1), but exits with success randomly with a given
probability. Good for using in tests. Exits with 2 rather than 1 on usage
errors.
.P
-The numerator default to 1 and the denominator to 2 for a roughly equal chance
+The numerator defaults to 1 and the denominator to 2 for a roughly equal chance
of success or failure. rndi(1df) is used for the randomness.
.P
$ maybe