summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-27 17:04:29 +0000
committerJim Meyering <jim@meyering.net>1999-11-27 17:04:29 +0000
commit8e1452ffea69091910ea074a4c3bd64857be8e9e (patch)
tree41a0b598a7332da830c68bd128e2f7f11b16f70f /doc
parent6b36a017db707b85bdf7275ba8d835b7f2c91fb6 (diff)
downloadcoreutils-8e1452ffea69091910ea074a4c3bd64857be8e9e.tar.xz
remove brackets around required sleep argument
Diffstat (limited to 'doc')
-rw-r--r--doc/sh-utils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 322a19a5b..e910b3cd7 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -3041,7 +3041,7 @@ the values of the command line arguments.
Synopsis:
@example
-sleep [@var{number}[smhd]]@dots{}
+sleep @var{number}[smhd]@dots{}
@end example
@cindex time units