aboutsummaryrefslogtreecommitdiff
path: root/man/man1/try.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/try.1')
-rw-r--r--man/man1/try.14
1 files changed, 2 insertions, 2 deletions
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>