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