diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-09 11:22:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-09 11:22:54 +0200 |
commit | 5d1564dff78fc76471913da8c55cc0c90f25d0f8 (patch) | |
tree | eb88b30cd661e08a9bedb970feb1900c090f81b4 /man/feh.1 | |
parent | 78a066bc2f66367f590425828ebc5bae32bb8407 (diff) |
error checking in signals.c + Add signals to documentation
Diffstat (limited to 'man/feh.1')
-rw-r--r-- | man/feh.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -677,6 +677,17 @@ the mouse. The zoom will always happen so that the pixel on which you entered the zoom mode remains stationary. So, to enlarge a specific part of an image, click the zoom button on that part. . +.Sh SIGNALS +In slideshow mode, +.Nm +handles the following signals: +.Bl -tag -width indent +.It SIGUSR1 +Switch to next image +.It SIGUSR2 +Switch to previous image +.El +. .Sh USAGE EXAMPLES Here are some examples of useful option combinations .Bl -tag -width indent |