diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 12:01:32 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 12:01:32 +0200 |
| commit | a412dbfea046fde16dd43b17299f258dc8d85a82 (patch) | |
| tree | 21ed214e5e768207937c58e1334f8b252259f218 | |
| parent | 89ee5e999ceac61e839048223e1b1ef13147504c (diff) | |
New release0.1.4
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.txt | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/netdiff.1 | 4 | ||||
| -rw-r--r-- | docs/netdiff.pod | 2 | ||||
| -rw-r--r-- | docs/netdiff.txt | 4 |
7 files changed, 15 insertions, 9 deletions
@@ -1 +1 @@ -0.1.2 +0.1.3 @@ -2,8 +2,8 @@ NAME netdiff - A simple script to diff a file or a directory of two hosts over the network. - This is very helpfull if you want to find out any difference of these - two hosts. + This is very helpful if you want to find out any difference of these two + hosts. SYNOPSYS netdiff HOSTNAME PATH [PORT] [ADDITIONAL DIFF OPTS] diff --git a/debian/changelog b/debian/changelog index 5a94f78..3702cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +netdiff (0.1.3) stable; urgency=low + + * Typo fix in manpage + + -- Paul Buetow <paul@buetow.org> Sat, 21 Jun 2014 12:01:09 +0200 + netdiff (0.1.2) stable; urgency=low * Didn't merge the OpenSSL encryption into the previous release, but did now diff --git a/debian/files b/debian/files index 9f7ab00..74d60ce 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -netdiff_0.1.2_all.deb utils optional +netdiff_0.1.3_all.deb utils optional diff --git a/docs/netdiff.1 b/docs/netdiff.1 index ff4e1be..1df454c 100644 --- a/docs/netdiff.1 +++ b/docs/netdiff.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "NETDIFF 1" -.TH NETDIFF 1 "2014-06-21" "netdiff 0.1.2" "User Commands" +.TH NETDIFF 1 "2014-06-21" "netdiff 0.1.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -132,7 +132,7 @@ .SH "NAME" netdiff \- A simple script to diff a file or a directory of two hosts over the network. .PP -This is very helpfull if you want to find out any difference of these two hosts. +This is very helpful if you want to find out any difference of these two hosts. .SS "\s-1SYNOPSYS\s0" .IX Subsection "SYNOPSYS" .Vb 1 diff --git a/docs/netdiff.pod b/docs/netdiff.pod index 4187289..9dc26ad 100644 --- a/docs/netdiff.pod +++ b/docs/netdiff.pod @@ -2,7 +2,7 @@ netdiff - A simple script to diff a file or a directory of two hosts over the network. -This is very helpfull if you want to find out any difference of these two hosts. +This is very helpful if you want to find out any difference of these two hosts. =head2 SYNOPSYS diff --git a/docs/netdiff.txt b/docs/netdiff.txt index 481d2eb..592b729 100644 --- a/docs/netdiff.txt +++ b/docs/netdiff.txt @@ -2,8 +2,8 @@ NAME netdiff - A simple script to diff a file or a directory of two hosts over the network. - This is very helpfull if you want to find out any difference of these - two hosts. + This is very helpful if you want to find out any difference of these two + hosts. SYNOPSYS netdiff HOSTNAME PATH [PORT] [ADDITIONAL DIFF OPTS] |
