harakit/docs/eep.1

44 lines
892 B
Groff
Raw Normal View History

2024-05-04 03:32:10 +00:00
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
2024-06-09 05:49:59 +00:00
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
2024-05-04 03:32:10 +00:00
.\"
.\" 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/>.
2024-06-26 15:10:15 +00:00
.\"
2024-06-09 05:49:59 +00:00
.TH EEP 1
2024-05-04 03:29:49 +00:00
.SH NAME
2024-06-09 05:49:59 +00:00
eep \(en wait a moment
2024-06-26 15:10:15 +00:00
.\"
2024-05-04 03:29:49 +00:00
.SH SYNOPSIS
2024-06-09 05:49:59 +00:00
eep
2024-05-04 03:29:49 +00:00
.RB [ seconds ]
2024-06-26 15:10:15 +00:00
.\"
2024-05-04 03:29:49 +00:00
.SH DESCRIPTION
2024-06-26 15:10:15 +00:00
Wait a specified number of seconds before exiting.
.\"
2024-05-04 03:29:49 +00:00
.SH DIAGNOSTICS
2024-06-26 15:10:15 +00:00
If the specified time fails to elapse or in the case of incorrect invocation,
the program will exit unsuccessfully. In the latter scenario, a debug message
will be printed.
.\"
.SH CAVEATS
2024-05-04 03:29:49 +00:00
2024-06-26 15:10:15 +00:00
User may still be tired after invocation.
.\"
.SH AUTHOR
2024-05-04 03:29:49 +00:00
2024-06-26 15:10:15 +00:00
Written by DTB
.MT trinity@trinity.moe
.ME .
.\"
2024-05-04 03:29:49 +00:00
.SH COPYRIGHT
2024-06-26 15:10:15 +00:00
Copyright \(co 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
2024-05-04 03:29:49 +00:00
<https://gnu.org/licenses/gpl.html>.
2024-06-26 15:10:15 +00:00
.\"
2024-05-04 03:29:49 +00:00
.SH SEE ALSO
2024-06-26 15:10:15 +00:00
.BR sleep (3p)
.BR sleep (1p)