From df0181940b28a6dd73f21e8cf63e73b6d2ca4c3b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Oct 2011 14:12:52 -0400 Subject: [PATCH] Documentation - Updated task-sync.5.in with updated copyright and simplified URLs. --- doc/man/task-sync.5.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index f3d31c3c9..f9d007aa3 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -119,9 +119,9 @@ users home directory as follows: .br .RS -ssh://[user@]host[:port]/~/.task/ +ssh://[user@]host[:port]/.task/ .br -[user@]host:~/.task/ +[user@]host:.task/ .RE or even shorter @@ -163,7 +163,7 @@ https://host[:port]/path/to/.task/ ftp://[user@]host[:port]/path/to/.task/ .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.: .br @@ -352,8 +352,6 @@ unable to merge. The change transactions stored in the undo.data file are used for synchronization. .SH "CREDITS & COPYRIGHTS" -task was written by P. Beckingham . -.br Copyright (C) 2006 \- 2011 P. Beckingham, F. Hernandez. The sync capabilities were written by J. Schlatow.