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

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