From: Marius Gavrilescu Date: Tue, 9 Jul 2013 22:05:37 +0000 (+0300) Subject: Patch out the -p switch from the manpage X-Git-Tag: debian/2.3-1~8 X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=commitdiff_plain;h=baa82526f9844cd5ccf1805c3eebed66ed0dc4ab Patch out the -p switch from the manpage --- diff --git a/debian/patches/remove-p-argument-from-manpage.patch b/debian/patches/remove-p-argument-from-manpage.patch new file mode 100644 index 0000000..6eeacb1 --- /dev/null +++ b/debian/patches/remove-p-argument-from-manpage.patch @@ -0,0 +1,26 @@ +Description: Remove the -p parameter from the manpage +Author: Marius Gavrilescu +Forwarded: not-needed +Last-Update: 2013-07-10 + +--- a/xfishtank.1x ++++ b/xfishtank.1x +@@ -30,7 +30,7 @@ + .SH SYNOPSIS + .B xfishtank + [-c ] [-b ] [-f ] [-i ] [-r ] [-m ] +-[-C ] [-d] [-p ] [host:display] ++[-C ] [-d] [host:display] + .SH DESCRIPTION + .LP + xfishtank is a animation program to simulate an Aquarium on your X desktop. +@@ -67,9 +67,6 @@ + .B \-d + Clip fish, swim on root window + .TP 8 +-.B \-p \fIfile\fP +-Fish swim on picture in file +-.TP 8 + .B \-\fIhost\fP:\fIdpy\fP + This option specifies the X server to contact. + .SH SEE ALSO diff --git a/debian/patches/series b/debian/patches/series index 718e3b9..bbd1c89 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +remove-p-argument-from-manpage.patch fix-manpage.patch