1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: silence lintian warnings re manpage line breaks
Author: Alexander Zangerl <az@debian.org>
--- a/man/duplicity.1
+++ b/man/duplicity.1
@@ -1400,7 +1400,7 @@ file://[relative|/absolute]/local/path
.TP
.BR "FISH" " (Files transferred over Shell protocol) over ssh"
-fish://user[:password]@other.host[:port]/[relative|/absolute]_path
+fish://user[:pwd]@other.host[:port]/[relative|/absolute]_path
.TP
.B "FTP"
@@ -1545,7 +1545,7 @@ below.
.BR "SCP/SFTP" " Secure Copy Protocol/SSH File Transfer Protocol"
scp://.. or
.br
-sftp://user[:password]@other.host[:port]/[relative|/absolute]_path
+sftp://user[:pwd]@other.host[:port]/[relative|/absolute]_path
.BR "defaults" " are paramiko+scp:// and paramiko+sftp://"
.br
@@ -2898,7 +2898,7 @@ error message.
.SH OPERATION AND DATA FORMATS
This section describes duplicity's basic operation and the format of
-its data files. It should not necessary to read this section to use
+its data files. It should not be necessary to read this section to use
duplicity.
The files used by duplicity to store backup data are tarfiles in GNU
|