summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/usleep/files/usleep.1
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/usleep/files/usleep.1')
-rw-r--r--meta-oe/recipes-core/usleep/files/usleep.125
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/usleep/files/usleep.1 b/meta-oe/recipes-core/usleep/files/usleep.1
new file mode 100644
index 000000000..2d7520f77
--- /dev/null
+++ b/meta-oe/recipes-core/usleep/files/usleep.1
@@ -0,0 +1,25 @@
1.TH USLEEP 1 "Red Hat, Inc" \" -*- nroff -*-
2.SH NAME
3usleep \- sleep some number of microseconds
4.SH SYNOPSIS
5.B usleep
6[\fInumber\fP]
7.SH DESCRIPTION
8.B usleep
9sleeps some number of microseconds. The default is 1.
10.SH OPTIONS
11\fI--usage\fP
12Show short usage message.
13.TP
14\fI--help, -?\fP
15Print help information.
16.TP
17\fI-v, --version\fP
18Print version information.
19.SH BUGS
20Probably not accurate on many machines down to the microsecond. Count
21on precision only to -4 or maybe -5.
22.SH AUTHOR
23Donald Barnes <djb@redhat.com>
24.br
25Erik Troan <ewt@redhat.com>