From 99849e55b43536064d77fd112b65d49bd0496d2c Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 24 Jul 2012 16:28:07 -0400 Subject: [PATCH] Documentation - Man page corrections. Signed-off-by: Paul Beckingham --- doc/man/task.1.in | 6 ++---- doc/man/taskrc.5.in | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 147e5f0e3..727018912 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -18,13 +18,11 @@ At the core, taskwarrior is a list processing program. You add text and additional related parameters and redisplay the information in a nice way. It turns into a todo list program when you add due dates and recurrence. It turns into an organized todo list program when you add priorities, tags (one word -descriptors), project groups, etc. Taskwarrior turns into an organized to do -list program when you modify the configuration file to have the output displayed -the way you want to see it. +descriptors), project groups, etc. .SH FILTER The consists of zero or more search criteria that select tasks. For -example, to list all tasks belonging to the 'Home' project: +example, to list all pending tasks belonging to the 'Home' project: task project:Home list diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index b8178464a..1e8236994 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -280,7 +280,7 @@ and project. The others are sent to standard output. .B confirmation=yes May be "yes" or "no", and determines whether taskwarrior will ask for confirmation before deleting a task, performing bulk changes, or the undo -command. The default value is "yes". Consider leaving this setting as "no", +command. The default value is "yes". Consider leaving this setting as "yes", for safety. .TP @@ -1196,8 +1196,7 @@ An optional value to a report limiting the number of displayed tasks in the generated report. Deprecated. .TP -Taskwarrior comes with a number of predefined reports in its default -configuration file. These reports are: +Taskwarrior comes with a number of predefined reports, which are: .TP .B next @@ -1205,7 +1204,7 @@ Lists the most important tasks. .TP .B long -Lists all tasks and all data, matching the specified criteria. +Lists all pending tasks and all data, matching the specified criteria. .TP .B list