diff options
Diffstat (limited to 'slock.1')
-rw-r--r-- | slock.1 | 54 |
1 files changed, 26 insertions, 28 deletions
@@ -1,29 +1,27 @@ | |||
1 | .TH SLOCK 1 slock\-VERSION | 1 | .Dd 2016-08-23 |
2 | .SH NAME | 2 | .Dt SLOCK 1 |
3 | slock \- simple X screen locker | 3 | .Sh NAME |
4 | .SH SYNOPSIS | 4 | .Nm slock |
5 | .B slock | 5 | .Nd simple X screen locker |
6 | .RB [ \-v | 6 | .Sh SYNOPSIS |
7 | | | 7 | .Nm |
8 | .IR cmd ] | 8 | .Op Fl v |
9 | .SH DESCRIPTION | 9 | .Op Ar cmd Op Ar arg ... |
10 | .B slock | 10 | .Sh DESCRIPTION |
11 | is an X screen locker. If provided, | 11 | .Nm |
12 | .IR cmd | 12 | is a simple X screen locker. If provided, |
13 | .Ar cmd Op Ar arg ... | ||
13 | is executed after the screen has been locked. | 14 | is executed after the screen has been locked. |
14 | .SH OPTIONS | 15 | .Sh OPTIONS |
15 | .TP | 16 | .Bl -tag -width Ds |
16 | .B \-v | 17 | .It Fl v |
17 | prints version information to stdout, then exits. | 18 | Print version information to stdout and exit. |
18 | .SH EXAMPLES | 19 | .El |
19 | $ slock /usr/sbin/s2ram | 20 | .Sh EXAMPLES |
20 | .SH CUSTOMIZATION | 21 | $ |
21 | .B slock | 22 | .Nm |
22 | can be customized by creating a custom config.h and (re)compiling the source | 23 | /usr/sbin/s2ram |
23 | code. This keeps it fast, secure and simple. | 24 | .Sh CUSTOMIZATION |
24 | .SH AUTHORS | 25 | .Nm |
25 | See the LICENSE file for the authors. | 26 | can be customized by creating a custom config.h from config.def.h and |
26 | .SH LICENSE | 27 | (re)compiling the source code. This keeps it fast, secure and simple. |
27 | See the LICENSE file for the terms of redistribution. | ||
28 | .SH BUGS | ||
29 | Please report them. | ||