From e9cbedd04210fe149b9259b2dfa5575cc2a76284 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Feb 2010 00:37:43 +0100 Subject: [PATCH] Fixing lintian warning when building deb package. A man page row should not start with .taskrc as it is mis-interpreted as groff macro. --- doc/man/task-tutorial.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/task-tutorial.5 b/doc/man/task-tutorial.5 index 22fe79afd..111ceae96 100644 --- a/doc/man/task-tutorial.5 +++ b/doc/man/task-tutorial.5 @@ -102,8 +102,8 @@ $ task 2 delete Permanently delete task? (y/n) y .RE -Task wants you to confirm deletions. To suppress the confirmation, edit your -.taskrc file and change the line: +Task wants you to confirm deletions. To suppress the confirmation, edit +your .taskrc file and change the line: .br .RS confirmation=yes