commit: 30848fea2e3e9c9020b89ef70920f251afb153ff
parent 2f3ed56aa3d126aad4cf69987c50759333549224
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 1 Dec 2022 01:53:56 +0100
cmd/sleep.1: Linting fixes
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/cmd/sleep.1 b/cmd/sleep.1
@@ -12,7 +12,7 @@
.Ar duration ...
.Sh DESCRIPTION
The
-.nm
+.Nm
utily shell suspends execution for the total of each
.Ar duration
argument.
@@ -20,11 +20,11 @@ argument.
.Ar duration
is a non-negative decimal integer optionally followed by a suffix: s for seconds (default), m for minutes, h for hours.
Longer durations are taken as out of scope.
-.Sh SEE ALSO
-.Xr sleep 3 ,
-.Xr crontab 1 ,
-.Xr at 1
.Sh EXIT STATUS
.Ex -std
+.Sh SEE ALSO
+.Xr at 1 ,
+.Xr crontab 1 ,
+.Xr sleep 3
.Sh AUTHORS
.An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me