From 01a78bb4b424458c8369b0ddc83269f82c06f062 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 20 Jan 2014 09:52:15 -0500 Subject: [PATCH] Bug #1486 - #1486 Truncated sentence in task-sync(5) manpage (thank to Jakub Wilk). Signed-off-by: Paul Beckingham --- ChangeLog | 1 + doc/man/task-sync.5.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 058ab144e..08aa4e805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ Features + Removed deprecated 'push', 'pull' and 'merge' commands. Bugs + + #1486 Truncated sentence in task-sync(5) manpage (thank to Jakub Wilk). + Removed debugging code. ------ current release --------------------------- diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index e493fa780..a4f187359 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -26,8 +26,8 @@ VCS systems (svn ...), and they function in a similar fashion for our purposes. Setup is straightforward. You place your .task directory under revision control. You then need to perform a regular commit/push/pull/update to make sure that the data is propagated when needed. You can even do this using shell -scripts so that every task command is preceded by a 'pull' and followed by a -'push'. +scripts so that every task command is preceded by a 'pull' and followed by +a 'push'. Strengths: .br