eep.1: Apply formatting changes
This commit is contained in:
parent
43d9193252
commit
f521c309ab
53
docs/eep.1
53
docs/eep.1
@ -3,52 +3,41 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
|
.\"
|
||||||
.TH EEP 1
|
.TH EEP 1
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
eep \(en wait a moment
|
eep \(en wait a moment
|
||||||
|
.\"
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
eep
|
eep
|
||||||
.RB [ seconds ]
|
.RB [ seconds ]
|
||||||
|
.\"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
Eep waits the given amount of seconds before exiting.
|
Wait a specified number of seconds before exiting.
|
||||||
|
.\"
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
||||||
Eep exits successfully when the time specified has elapsed, or unsuccessfully
|
If the specified time fails to elapse or in the case of incorrect invocation,
|
||||||
if the time fails to elapse or if invoked incorrectly. In the latter scenario
|
the program will exit unsuccessfully. In the latter scenario, a debug message
|
||||||
eep will also print a usage synopsis.
|
will be printed.
|
||||||
|
.\"
|
||||||
|
.SH CAVEATS
|
||||||
|
|
||||||
.SH BUGS
|
User may still be tired after invocation.
|
||||||
|
.\"
|
||||||
User may still be tired after invoking eep.
|
.SH AUTHOR
|
||||||
|
|
||||||
.SH EXAMPLES
|
|
||||||
|
|
||||||
The following invocation eeps for five seconds.
|
|
||||||
|
|
||||||
.RS
|
|
||||||
.R eep 5
|
|
||||||
.RE
|
|
||||||
|
|
||||||
The following sh(1p) command line eeps for five minutes, or for sixty
|
|
||||||
seconds, five times, using rpn(1) and xargs(1p).
|
|
||||||
|
|
||||||
.RS
|
|
||||||
.R $ rpn 60 5 '*' | xargs eep
|
|
||||||
.RE
|
|
||||||
|
|
||||||
|
Written by DTB
|
||||||
|
.MT trinity@trinity.moe
|
||||||
|
.ME .
|
||||||
|
.\"
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
Copyright (c) 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
|
Copyright \(co 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
|
||||||
<https://gnu.org/licenses/gpl.html>.
|
<https://gnu.org/licenses/gpl.html>.
|
||||||
|
.\"
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
.BR sleep (3p)
|
||||||
sleep(3)
|
.BR sleep (1p)
|
||||||
|
Loading…
Reference in New Issue
Block a user