slock.1: use standard wording for options - slock - simple X display locker uti… | |
git clone git://git.suckless.org/slock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a34d8fb4327bbb1afd92e7527c53fcaad547a495 | |
parent e8bca65d629a4faa89439c9f0e599efb5a259573 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 6 Oct 2023 11:57:31 +0200 | |
slock.1: use standard wording for options | |
Remove the OPTIONS section and add an EXIT STATUS section. | |
Diffstat: | |
M slock.1 | 5 ++++- | |
1 file changed, 4 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/slock.1 b/slock.1 | |
@@ -14,11 +14,14 @@ is a simple X screen locker. | |
If provided, | |
.Ar cmd | |
is executed after the screen has been locked. | |
-.Sh OPTIONS | |
+.Pp | |
+The options are as follows: | |
.Bl -tag -width Ds | |
.It Fl v | |
Print version information to stdout and exit. | |
.El | |
+.Sh EXIT STATUS | |
+.Ex -std | |
.Sh EXAMPLES | |
$ | |
.Nm |