mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 14:05:51 +02:00
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
This commit is contained in:
parent
6020a79998
commit
316de8856f
@ -1,5 +1,5 @@
|
|||||||
Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.5 (4f04554,
|
Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.5 (a34d8fb,
|
||||||
2022-10-04) project has a different take on patching. It uses preprocessor directives to decide
|
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
|
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
|
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.
|
select which patches to include and the build will contain that code and nothing more.
|
||||||
|
5
slock.1
5
slock.1
@ -14,11 +14,14 @@ is a simple X screen locker.
|
|||||||
If provided,
|
If provided,
|
||||||
.Ar cmd
|
.Ar cmd
|
||||||
is executed after the screen has been locked.
|
is executed after the screen has been locked.
|
||||||
.Sh OPTIONS
|
.Pp
|
||||||
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl v
|
.It Fl v
|
||||||
Print version information to stdout and exit.
|
Print version information to stdout and exit.
|
||||||
.El
|
.El
|
||||||
|
.Sh EXIT STATUS
|
||||||
|
.Ex -std
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
$
|
$
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user