diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-10-06 11:57:31 +0200 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-10-06 11:57:31 +0200 | 
| commit | a34d8fb4327bbb1afd92e7527c53fcaad547a495 (patch) | |
| tree | 65e2991e63f5f4efcc52d3c7eb40c03a7fe92c0e | |
| parent | e8bca65d629a4faa89439c9f0e599efb5a259573 (diff) | |
| download | slock-a34d8fb4327bbb1afd92e7527c53fcaad547a495.tar.gz slock-a34d8fb4327bbb1afd92e7527c53fcaad547a495.tar.xz | |
slock.1: use standard wording for options
Remove the OPTIONS section and add an EXIT STATUS section.
| -rw-r--r-- | slock.1 | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -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 | 
