]> git.sur5r.net Git - i3/i3lock/blobdiff - i3lock.1
cleanup indention left-overs
[i3/i3lock] / i3lock.1
index d8a60a8a72805f83c43f00dda4c2a51f31fe92f4..7fb86a1ba1e5a74e8c23683350926c8cea7b0191 100644 (file)
--- a/i3lock.1
+++ b/i3lock.1
@@ -31,7 +31,7 @@ i3lock \- improved screen locker
 .B i3lock
 is a simple screen locker like slock. After starting it, you will see a white
 screen (you can configure the color/an image). You can return to your screen by
-entering your passwords.
+entering your password.
 
 .SH IMPROVEMENTS
 
@@ -39,7 +39,7 @@ entering your passwords.
 * i3lock forks, so you can combine it with an alias to suspend to RAM (run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking up your computer from suspend to RAM)
 
 .TP
-* You can either a background color or a PNG image which will be displayed while your screen is locked.
+* You can specify either a background color or a PNG image which will be displayed while your screen is locked.
 
 .TP
 * You can specify whether i3lock should bell upon a wrong password.
@@ -71,8 +71,7 @@ you did not disable this in your X server).
 
 .TP
 .B \-i, \-\-image
-Display the given XPM image instead of a blank screen. You can convert an image to
-XPM by using convert(1) from ImageMagick or GIMP for example.
+Display the given PNG image instead of a blank screen.
 
 .TP
 .B \-c, \-\-color
@@ -80,7 +79,7 @@ Turns the screen into the given color instead of white. Color must be given in 6
 format: rrggbb (i.e. ff0000 is red)
 
 .TP
-.B \-t, \-\-tile
+.B \-t, \-\-tiling
 If an image is specified (via -i) it will display the image tiled all over the screen
 (if it is a multi-monitor setup, the image is visible on all screens).