From c25204fc7a0bca7c0f61fe68be39faad2ededdea Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 4 Aug 2015 17:21:19 -0400 Subject: [PATCH] Documentation: Scanned all man pages for errors --- doc/man/task-color.5.in | 2 +- doc/man/task.1.in | 4 ++-- doc/man/taskrc.5.in | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 138e8befc..b02855596 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -243,7 +243,7 @@ be a visual mess. Beware! The precedence for the color rules is determined by the configuration variable 'rule.precedence.color', which by default contains: -    due.today,active,blocking,blocked,overdue,due,scheduled,keyword.,project.,tag.,uda.,recurring,pri.,tagged,completed,deleted + deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda. These are just the color rules with the 'color.' prefix removed. The rule 'color.due.today' is the highest precedence, and 'color.deleted' is the lowest. diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 2f4d20634..25be4f6aa 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -458,7 +458,7 @@ Outputs a list of available contexts along with their definitions. .TP .B task context none -Unsets the currently active context, if any was set. +Clears the currently active context, if any was set. .TP .B task context show @@ -741,7 +741,7 @@ For report purposes, specifies the date that a task was created. Attribute modifiers improve filters. Supported modifiers are: .RS -.B before (synonyms under, below) +.B before (synonyms under, below) .br .B after (synonyms over, above) .br diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 799315180..a8dca4c1e 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -625,17 +625,17 @@ Examples for other values of dateformat.report: .RS .RS .br -a D b Y (V) would do an output as "Fri 24 Jul 2009 (30)" +a D b Y (V) would emit "Fri 24 Jul 2009 (30)" .br -A, B D, Y would do an output as "Friday, July 24, 2009" +A, B D, Y would emit "Friday, July 24, 2009" .br -wV a Y-M-D would do an output as "w30 Fri 2009-07-24" +wV a Y-M-D would emit "w30 Fri 2009-07-24" .br -yMD.HN would do an output as "110124.2342" +yMD.HN would emit "110124.2342" .br -m/d/Y H:N would do an output as "1/24/2011 10:42" +m/d/Y H:N would emit "1/24/2011 10:42" .br -a D b Y H:N:S would do an output as "Mon 24 Jan 2011 11:19:42" +a D b Y H:N:S would emit "Mon 24 Jan 2011 11:19:42" .RE .RE @@ -1395,7 +1395,7 @@ Note that the value are sorted .SS CONTEXT Context setting is a mechanism which allows the user to set a permanent filter, thus avoiding the need to specify one filter repeatedly. More details on usage -can be found in the task(1) manpage. +can be found in the task(1) man page. The current context is stored in the taskrc file, along with definitions for all user provided contexts.