Documentation: Scanned all man pages for errors

This commit is contained in:
Paul Beckingham 2015-08-04 17:21:19 -04:00
parent 113cd9af63
commit c25204fc7a
3 changed files with 10 additions and 10 deletions

View file

@ -243,7 +243,7 @@ be a visual mess. Beware!
The precedence for the color rules is determined by the configuration The precedence for the color rules is determined by the configuration
variable 'rule.precedence.color', which by default contains: 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 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. rule 'color.due.today' is the highest precedence, and 'color.deleted' is the lowest.

View file

@ -458,7 +458,7 @@ Outputs a list of available contexts along with their definitions.
.TP .TP
.B task context none .B task context none
Unsets the currently active context, if any was set. Clears the currently active context, if any was set.
.TP .TP
.B task context show .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: Attribute modifiers improve filters. Supported modifiers are:
.RS .RS
.B before (synonyms under, below) .B before (synonyms under, below)
.br .br
.B after (synonyms over, above) .B after (synonyms over, above)
.br .br

View file

@ -625,17 +625,17 @@ Examples for other values of dateformat.report:
.RS .RS
.RS .RS
.br .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 .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 .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 .br
yMD.HN would do an output as "110124.2342" yMD.HN would emit "110124.2342"
.br .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 .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
.RE .RE
@ -1395,7 +1395,7 @@ Note that the value are sorted
.SS CONTEXT .SS CONTEXT
Context setting is a mechanism which allows the user to set a permanent filter, 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 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 The current context is stored in the taskrc file, along with definitions for
all user provided contexts. all user provided contexts.