Skip to content

Commit

Permalink
manpage spelling error fixes contributed by Jari Aalto
Browse files Browse the repository at this point in the history
  • Loading branch information
kholtman committed Nov 6, 2016
1 parent 2e63500 commit b7fd64d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions afio.1
Expand Up @@ -541,7 +541,7 @@ option.
.TP
.BI "\-H " promptscript
Specify a script to run, in stead of using the normal prompt, before
advancing to the next achive volume. The script will be run with the
advancing to the next archive volume. The script will be run with the
volume number, archive specification, and the reason for changing to
the next volume as arguments. The script
should exit with 0 for OK and 1 for abort, other exit codes will be
Expand Down Expand Up @@ -965,7 +965,7 @@ be used to avoid
.IR afio (1)
reporting an error. Use the special case
.B "\-3 0"
to supress the error message without rewinding any file descriptor.
to suppress the error message without rewinding any file descriptor.
The
.B "\-3 0"
option may also be needed to successfully read back encrypted archives
Expand All @@ -975,7 +975,7 @@ version 2.4.5 and older.
.TP
.B \-4
(Deprecated, the intended effect of this option is now
achieved by default as long as the
archived by default as long as the
.B \-5
option is not used. This option could still be useful for compatibility
with machines running an older version of
Expand Down Expand Up @@ -1171,11 +1171,11 @@ option is used.
The contents of hard linked files are (unless the
.B \-l
option is used) only stored once in the archive.
The file headers for the second, third, and later occurence of a hard
The file headers for the second, third, and later occurrence of a hard
linked file have no data after them. This makes selective
restores of hard-liked files difficult:
if later occurences are to be restored correctly,
the first occurence always needs to be selected too.
if later occurrences are to be restored correctly,
the first occurrence always needs to be selected too.
.PP
.SH NOTES
Special-case archive names:
Expand Down Expand Up @@ -1554,7 +1554,7 @@ the use of the
option forces the writing of file content with each hard linked file,
rather than only once for every set of hard linked files.
.PP
When it is run without super-user priviliges,
When it is run without super-user privileges,
.I afio
is not able to unpack a file into a directory for which it has no write
permissions, even if it just created that directory itself. This can be a
Expand All @@ -1578,12 +1578,12 @@ Create an archive with compressed files:
.PP
Install (unpack) an archive with compressed files:
.br
.I "afio \-i \-v \-Z achive"
.I "afio \-i \-v \-Z archive"
.PP
Install (unpack) an archive with compressed files, protecting newer existing
files:
.br
.I "afio \-i \-v \-Z \-n achive"
.I "afio \-i \-v \-Z \-n archive"
.PP
Create an archive with compressed files on floppy disks:
.br
Expand Down

0 comments on commit b7fd64d

Please sign in to comment.