Corrected manpage

This commit is contained in:
Mattia Mascarello 2024-05-06 09:33:22 +02:00
parent 8f81bd419c
commit 49dd22f356

View File

@ -1,12 +1,12 @@
.TH sleep_until 1 "May 2024" "1.0" "sleep_until man page" .TH sleepuntil 1 "May 2024" "1.0" "sleepuntil man page"
.SH NAME .SH NAME
sleep_until \- sleep until a specified datetime sleepuntil \- sleep until a specified datetime
.SH SYNOPSIS .SH SYNOPSIS
.B sleep_until .B sleepuntil
[\-v] <datetime> [\-v] <datetime>
.SH DESCRIPTION .SH DESCRIPTION
The The
.B sleep_until .B sleepuntil
command sleeps until the specified datetime is reached. command sleeps until the specified datetime is reached.
.SH OPTIONS .SH OPTIONS
.TP .TP
@ -17,10 +17,10 @@ Enable verbose mode.
Help message. Help message.
.SH EXAMPLES .SH EXAMPLES
.TP .TP
.BR sleep_until " 'tomorrow 8:00'" .BR sleepuntil " 'tomorrow 8:00'"
Sleep until tomorrow 8:00. Sleep until tomorrow 8:00.
.TP .TP
.BR sleep_until " 10pm " && " evening_task" .BR sleepuntil " 10pm " && " evening_task"
Sleeps until 10pm, then evening_task is executed. Sleeps until 10pm, then evening_task is executed.
.SH AUTHOR .SH AUTHOR
Mattia Mascarello <mattia.mascarello@edu.unito.it> Mattia Mascarello <mattia.mascarello@edu.unito.it>