diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-10 12:09:55 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-10 12:09:55 +0200 | 
| commit | 1933a76d938bb2f54d8ead7872254a792f4ced68 (patch) | |
| tree | 53447cb1687f83745813fed2e54dcf581cea3740 | |
| parent | 5d1564dff78fc76471913da8c55cc0c90f25d0f8 (diff) | |
feh.1: Use predefined variable macro for signal names
| -rw-r--r-- | man/feh.1 | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -682,9 +682,9 @@ In slideshow mode,  .Nm  handles the following signals:  .Bl -tag -width indent -.It SIGUSR1 +.It Dv SIGUSR1  Switch to next image -.It SIGUSR2 +.It Dv SIGUSR2  Switch to previous image  .El  . | 
