From 316de8856f9f25685f6f1c4e94dbf76e4f64c06b Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 6 Oct 2023 12:45:37 +0200 Subject: [PATCH] slock.1: use standard wording for options Remove the OPTIONS section and add an EXIT STATUS section. ref. https://git.suckless.org/slock/commit/a34d8fb4327bbb1afd92e7527c53fcaad547a495.html --- README.md | 4 ++-- slock.1 | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eeb0d9..4de370b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.5 (4f04554, -2022-10-04) project has a different take on patching. It uses preprocessor directives to decide +Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.5 (a34d8fb, +2023-10-06) project has a different take on patching. It uses preprocessor directives to decide whether or not to include a patch during build time. Essentially this means that this build, for better or worse, contains both the patched _and_ the original code. The aim being that you can select which patches to include and the build will contain that code and nothing more. diff --git a/slock.1 b/slock.1 index bea2b13..40c15e1 100644 --- 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