Documentation

- Updated task-sync.5.in with updated copyright and simplified URLs.
This commit is contained in:
Paul Beckingham 2011-10-02 14:12:52 -04:00
parent f91255d692
commit df0181940b

View file

@ -119,9 +119,9 @@ users home directory as follows:
.br .br
.RS .RS
ssh://[user@]host[:port]/~/.task/ ssh://[user@]host[:port]/.task/
.br .br
[user@]host:~/.task/ [user@]host:.task/
.RE .RE
or even shorter or even shorter
@ -163,7 +163,7 @@ https://host[:port]/path/to/.task/
ftp://[user@]host[:port]/path/to/.task/ ftp://[user@]host[:port]/path/to/.task/
.RE .RE
You can use single quotes to encapsulate user names that contain delimiting You can use single quotes to encapsulate user names that contain delimiting
characters like '@', '/' or ':', e.g.: characters like '@', '/' or ':', e.g.:
.br .br
@ -352,8 +352,6 @@ unable to merge. The change transactions stored in the undo.data file are
used for synchronization. used for synchronization.
.SH "CREDITS & COPYRIGHTS" .SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <paul@beckingham.net>.
.br
Copyright (C) 2006 \- 2011 P. Beckingham, F. Hernandez. Copyright (C) 2006 \- 2011 P. Beckingham, F. Hernandez.
The sync capabilities were written by J. Schlatow. The sync capabilities were written by J. Schlatow.