Browse Source

Patching man page to fix a minor error

Conflicts:
	debian/changelog
	debian/patches/series
Héctor García 10 years ago
parent
commit
7ca2718009
2 changed files with 12 additions and 0 deletions
  1. 1 0
      debian/changelog
  2. 11 0
      debian/patches/man_page.diff

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 mssh (1.3-2) unstable; urgency=medium
 
   * Included Debain QA work which I accidentally missed.
+  * Added patch to focus on paste. Closes: #695918.
 
  -- Hector Garcia <[email protected]>  Tue, 21 Jan 2014 09:39:47 +0100
 

+ 11 - 0
debian/patches/man_page.diff

@@ -0,0 +1,11 @@
+--- a/mssh.1
++++ b/mssh.1
+@@ -3,7 +3,7 @@
+ mssh \- tool to administrate multiple servers at once
+ .SH SYNOPSIS
+ .B mssh
+-[\fIOPTION\fR]... (-a \fIALIAS\fR | \fIHOSTS\fR[\fI:PORT\fR])
++[\fIOPTION\fR]... (\-a \fIALIAS\fR | \fIHOSTS\fR[\fI:PORT\fR])
+ .SH DESCRIPTION
+ .B MultiSSH
+ is a GTK+ based ssh client to issue the same commands to multiple servers.