Added section CONTRIBUTORS to man page
This commit is contained in:
parent
72071d5e9d
commit
60f84190f0
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = git-20120513
|
VERSION = git-20120514
|
||||||
|
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
11
sxiv.1
11
sxiv.1
|
@ -328,12 +328,15 @@ can also try the following command:
|
||||||
.RS
|
.RS
|
||||||
find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
|
find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
|
||||||
.RE
|
.RE
|
||||||
.SH AUTHORS
|
.SH AUTHOR
|
||||||
.EX
|
.EX
|
||||||
Bert Muennich <ber.t at gmx.com>
|
Bert Muennich <ber.t at gmx.com>
|
||||||
Dave Reisner <d at falconindy.com>
|
|
||||||
Fung SzeTat <sthorde at gmail.com>
|
|
||||||
.EE
|
.EE
|
||||||
|
.SH CONTRIBUTORS
|
||||||
|
.EX
|
||||||
|
Dave Reisner <d at falconindy.com>
|
||||||
|
Fung SzeTat <sthorde at gmail.com>
|
||||||
|
.EX
|
||||||
.SH HOMEPAGE
|
.SH HOMEPAGE
|
||||||
.TP
|
.TP
|
||||||
https://github.com/muennich/sxiv
|
https://github.com/muennich/sxiv
|
||||||
|
|
Loading…
Reference in New Issue