diff options
Diffstat (limited to 'src/usleep.1')
-rw-r--r-- | src/usleep.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/usleep.1 b/src/usleep.1 new file mode 100644 index 00000000..f1e19025 --- /dev/null +++ b/src/usleep.1 @@ -0,0 +1,20 @@ +.TH USLEEP 1 "Red Hat Software" "RHS" \" -*- nroff -*- +.SH NAME +usleep \- sleep some number of microseconds +.SH SYNOPSIS +.B usleep +[\fInumber\fP] +.SH DESCRIPTION +.B usleep +sleeps some number of microseconds. The default is 1. +.SH OPTIONS +\fI--help\fP +Print help information. +.TP +\fI-v\fP +Print version information. +.SH BUGS +Probably not accurate on many machines down to the microsecond. Count +on precision only to -4 or maybe -5. +.SH AUTHOR +Donald Barnes <djb@redhat.com> |