mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 02:03:08 +02:00
Bumped 2012 to 2013 in doc/man
This commit is contained in:
parent
699852b43b
commit
c2c4152669
6 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-color 5 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-color \- A color tutorial for the taskwarrior command line todo manager.
|
||||
|
@ -304,7 +304,7 @@ Better yet, create your own, and share it. We will gladly host the theme file
|
|||
on <http://taskwarrior.org>.
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
Taskwarrior is distributed under the MIT license. See
|
||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-faq 5 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-faq 5 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-faq \- A FAQ for the task(1) command line todo manager.
|
||||
|
@ -335,10 +335,10 @@ This will remove the second annotation - the first non-exact match.
|
|||
.B Q: How do I show tasks completed on a certain day?
|
||||
The day in question has to be boxed by a range, like this:
|
||||
|
||||
task end.after:3/29/2012 end.before:3/30/2012 completed
|
||||
task end.after:3/29/2013 end.before:3/30/2013 completed
|
||||
|
||||
Note that a single date, such as 3/29/2012 does not refer to a whole day, but
|
||||
to a single point in time, 3/20/2012 0:00:00.
|
||||
Note that a single date, such as 3/29/2013 does not refer to a whole day, but
|
||||
to a single point in time, 3/20/2013 0:00:00.
|
||||
|
||||
.TP
|
||||
.B Q: Why Lua as an extension language?
|
||||
|
@ -366,7 +366,7 @@ There are lots of ways. Here are some:
|
|||
- Fix bugs
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
Taskwarrior is distributed under the MIT license. See
|
||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-sync 5 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-sync 5 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-sync \- A tutorial for the task(1) data synchronization capabilities.
|
||||
|
@ -352,10 +352,10 @@ unable to merge. The change transactions stored in the undo.data file are
|
|||
used for synchronization.
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
The sync capabilities were written by J. Schlatow.
|
||||
Parts copyright (C) 2010 - 2012 J. Schlatow.
|
||||
Parts copyright (C) 2010 - 2013 J. Schlatow.
|
||||
|
||||
Taskwarrior is distributed under the MIT license. See
|
||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-tutorial 5 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-tutorial 5 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
@ -3170,7 +3170,7 @@ $ task help
|
|||
.RE
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
This man page was originally written by Federico Hernandez, and has been modified and supplemented by Paul Beckingham.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task 1 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
@ -144,8 +144,8 @@ Shows a graphical burndown chart, by month.
|
|||
.B task calendar [due|<month> <year>|<year>] [y]
|
||||
Shows a monthly calendar with due tasks marked. Shows one horizontal line of
|
||||
months. If the 'y' argument is provided, will show at least one complete year.
|
||||
If a year is provided, such as '2012', then that full year is shown. If both
|
||||
a month and a year are specified ('6 2012') then the months displayed begin at
|
||||
If a year is provided, such as '2013', then that full year is shown. If both
|
||||
a month and a year are specified ('6 2013') then the months displayed begin at
|
||||
the specified month and year. If the 'due' argument is provided, will show
|
||||
the starting month of the earliest due task.
|
||||
|
||||
|
@ -799,7 +799,7 @@ task ... due:7/14/2008
|
|||
|
||||
.TP
|
||||
ISO-8601
|
||||
task ... due:20120314T223000Z
|
||||
task ... due:20130314T223000Z
|
||||
|
||||
.TP
|
||||
Relative wording
|
||||
|
@ -1041,7 +1041,7 @@ The file that contains the completed ("done") tasks.
|
|||
The file that contains information needed by the "undo" and "merge" commands.
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
Taskwarrior is distributed under the MIT license. See
|
||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2012-09-18 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH taskrc 5 2013-03-04 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
@ -512,7 +512,7 @@ D two-digit day, for example 01 or 30
|
|||
.br
|
||||
M two-digit month, for example 01 or 12
|
||||
.br
|
||||
Y four-digit year, for example 2009 or 2012
|
||||
Y four-digit year, for example 2009 or 2013
|
||||
.br
|
||||
a short name of weekday, for example Mon or Wed
|
||||
.br
|
||||
|
@ -592,9 +592,9 @@ field that is set. Otherwise, they are set to the corresponding values of
|
|||
.RS
|
||||
.RS
|
||||
.br
|
||||
8/1/2012 with m/d/Y implies August 1, 2012 at midnight (inferred)
|
||||
8/1/2013 with m/d/Y implies August 1, 2013 at midnight (inferred)
|
||||
.br
|
||||
8/1 20:40 with m/d H:N implies August 1, 2012 (inferred) at 20:40
|
||||
8/1 20:40 with m/d H:N implies August 1, 2013 (inferred) at 20:40
|
||||
.RE
|
||||
.RE
|
||||
|
||||
|
@ -1347,7 +1347,7 @@ of a task.
|
|||
.RE
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
|
||||
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
|
||||
|
||||
This man page was originally written by Federico Hernandez.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue