~ubuntu-branches/ubuntu/vivid/atool/vivid

« back to all changes in this revision

Viewing changes to debian/patches/01-manpage_typos.patch

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-08-17 07:51:06 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817075106-8gd3c7fczf342nif
Tags: 0.38.0-1
* New upstream release:
  - remove all Debian patches (they have been applied upstream)
* Add empty build-arch and build-indep targets in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix spelling mistakes in the manpage
2
 
Forwarded: Oskar Liljeblad <oskar@osk.mine.nu>
3
 
Author: Francois Marier <francois@debian.org>
4
 
Last-Update: 2010-01-31
5
 
 
6
 
--- a/atool.1.in
7
 
+++ b/atool.1.in
8
 
@@ -89,11 +89,11 @@ A summary of options is included below.
9
 
 .TP
10
 
 .B \-l, \-\-list
11
 
 List files in archive.
12
 
-This option is automaticly assumed when \fBals\fP is executed.
13
 
+This option is automatically assumed when \fBals\fP is executed.
14
 
 .TP
15
 
 .B \-x, \-\-extract
16
 
 Extract files from archive.
17
 
-This option is automaticly assumed when \fBaunpack\fP is executed.
18
 
+This option is automatically assumed when \fBaunpack\fP is executed.
19
 
 .TP
20
 
 .B \-X, \-\-extract-to\fR=\fIPATH\fR
21
 
 Extract files from archive to the specified directory. When
22
 
@@ -102,17 +102,17 @@ or an existing directory.
23
 
 .TP
24
 
 .B \-a, \-\-add
25
 
 Create archive.
26
 
-This option is automaticly assumed when \fBapack\fP is executed.
27
 
+This option is automatically assumed when \fBapack\fP is executed.
28
 
 .TP
29
 
 .B \-c, \-\-cat
30
 
 Extract a file from archive to standard out (displaying it on
31
 
 screen).
32
 
-This option is automaticly assumed when \fBacat\fP is executed.
33
 
+This option is automatically assumed when \fBacat\fP is executed.
34
 
 .TP
35
 
 .B \-d, \-\-diff
36
 
 Extract two archives and use diff(1) to generate differencies
37
 
 between them.
38
 
-This option is automaticly assumed when \fBadiff\fP is executed.
39
 
+This option is automatically assumed when \fBadiff\fP is executed.
40
 
 .TP
41
 
 .B \-e, \-\-each
42
 
 For each argument, execute the specified command. This can be used
43
 
@@ -303,7 +303,7 @@ Cat, extract, and add commands are supported.
44
 
 Cat, extract, and add commands are supported.
45
 
 .TP
46
 
 .RI \fBlzop\fP " " ( .lzo )
47
 
-Extract and add commands are supported. The cat command is not suppored
48
 
+Extract and add commands are supported. The cat command is not supported
49
 
 because lzop does not want to extract files to standard out unless the -f
50
 
 flag is given.
51
 
 .TP