aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
commitc80b70a994983f3ac56e73407f2a534993843c0f (patch)
tree8e1921d1666b65b04e23914359f47815e4813866 /man/man1
parentAdd issue grizzling about pandoc(1) (diff)
downloaddotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.tar.gz
dotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.zip
Rename myb(1) back to maybe(1)
Changed my mind again
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/maybe.1 (renamed from man/man1/myb.1)16
-rw-r--r--man/man1/try.14
2 files changed, 10 insertions, 10 deletions
diff --git a/man/man1/myb.1 b/man/man1/maybe.1
index 39753591..3d27901b 100644
--- a/man/man1/myb.1
+++ b/man/man1/maybe.1
@@ -1,14 +1,14 @@
-.TH MYB 1 "August 2016" "Manual page for myb"
+.TH MAYBE 1 "August 2016" "Manual page for maybe"
.SH NAME
-.B myb
+.B maybe
\- possibly exit with success
.SH USAGE
-.B myb
+.B maybe
.br
-.B myb
+.B maybe
DENOMINATOR
.br
-.B myb
+.B maybe
NUMERATOR DENOMINATOR
.SH DESCRIPTION
Like true(1) or false(1), but exits with success randomly with a given
@@ -18,9 +18,9 @@ errors.
The numerator default to 1 and the denominator to 2 for a roughly equal chance
of success or failure. rndi(1) is used for the randomness.
.P
- $ myb
- $ myb 3
- $ myb 2 5
+ $ maybe
+ $ maybe 3
+ $ maybe 2 5
.SH SEE ALSO
true(1), false(1), try(1), rndi(1)
.SH AUTHOR
diff --git a/man/man1/try.1 b/man/man1/try.1
index dc559285..5c4459b0 100644
--- a/man/man1/try.1
+++ b/man/man1/try.1
@@ -14,9 +14,9 @@ specifies in seconds how long to sleep between attempts, defaulting to 0.
Options may be terminated with --. The remaining arguments are the command to
run.
.P
- $ try myb
+ $ try maybe
$ try -n5 -s10 gms
.SH SEE ALSO
-myb(1)
+maybe(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>