- fixed #537, URIs in task-sync.5
This commit is contained in:
Johannes Schlatow
2010-11-11 18:34:22 +01:00
parent b9f10addf8
commit a3ba025d22

View File

@@ -109,9 +109,9 @@ All the other URIs allow access to remote machines. The first uses SSH and scp
.br .br
.RS .RS
ssh://[user@]host[:port]:path/to/undo.data ssh://[user@]host[:port]/path/to/undo.data
.br .br
[user@]host[:port]:/path/ [user@]host:/path/
.RE .RE
Rsync is another supported protocol that minimizes network traffic, by a clever Rsync is another supported protocol that minimizes network traffic, by a clever
@@ -131,7 +131,7 @@ http://host[:port]/path/to/undo.data
.br .br
https://host[:port]/path/to/undo.data https://host[:port]/path/to/undo.data
.br .br
ftp://user@host[:port]/path/to/undo.data ftp://[user@]host[:port]/path/to/undo.data
.RE .RE
.SH CONFLICTS .SH CONFLICTS