Spell checking on man pages

This commit is contained in:
Federico Hernandez 2009-07-07 01:14:41 +02:00
parent d45ce09ccc
commit 466cc4c362
3 changed files with 11 additions and 11 deletions

View file

@ -105,7 +105,7 @@ confirmation=yes
.br
to have a value of "no".
While the use of projects and priorities are not essential to benefitting
While the use of projects and priorities are not essential to benefiting
from task, they can be very useful when the list of tasks grows large.
Let's assign a project to these tasks:
.br

View file

@ -7,7 +7,7 @@ task \- A command line todo manager.
.B task [subcommand] [args]
.SH DESCRIPTION
Task is a command line TODO list manager. It maintains a list of tasks that you
Task is a command line todo list manager. It maintains a list of tasks that you
want to do, allowing you to add/remove, and otherwise manipulate them. Task
has a rich list of subcommands that allow you to do various things with it.
@ -133,7 +133,7 @@ Shows the long usage text.
.SH REPORT SUBCOMMANDS
A report is a listing of information from the task database. There are several
reports currently predefined in task. The output and sort behaviour of these
reports currently predefined in task. The output and sort behavior of these
reports can be configured in the configuration file. See also the man page taskrc(5).
.TP
@ -388,10 +388,10 @@ $ task add -- project:Home needs scheduling
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
Task stores its configuration in a file in the user's home directory:
~/.taskrc . The default configuration file can be overriden with
~/.taskrc . The default configuration file can be overridden with
.TP
.B task rc:<pathi-to-alternate-file>
.B task rc:<path-to-alternate-file>
Specifies an alternate configuration file.
.TP
@ -435,7 +435,7 @@ task was written by P. Beckingham <paul@beckingham.net>.
.br
Copyright (C) 2006 \- 2009 P. Beckingham
This manpage was originally written by P.C. Shyamshankar, and has been modified
This man page was originally written by P.C. Shyamshankar, and has been modified
and supplemented by Federico Hernandez.
task is distributed under the GNU General Public License. See

View file

@ -26,7 +26,7 @@ attribute when running task:
$ task rc:<directory-path>/.taskrc
.RE
Individual option can be overriden by using the
Individual option can be overridden by using the
.I rc.<name>:
attribute when running task:
@ -113,7 +113,7 @@ May be "yes" or "no", and determines whether task will ask for confirmation befo
.TP
.B echo.command=yes
May be "yes" or "no", and causes task to display the ID and description of any task when you run the start, stop, do, undo, delete and undelete commands. The default value is "yes".
May be "yes" or "no", and causes task to display the ID and description of any task when you run the start, stop, do, undo or delete commands. The default value is "yes".
.TP
.B next=2
@ -196,7 +196,7 @@ use dashes (-----) to underline column headings.
.TP
.B fontunderline=on
Determines if font underlines or ascii dashes should be used to underline
Determines if font underlines or ASCII dashes should be used to underline
headers.
Task has a number of coloration rules. They correspond to a particular attribute
@ -375,7 +375,7 @@ The description for report X when running the "task help" command.
.B report.X.columns
The columns that will be used when generating the report X. Valid columns are:
id, uuid, project, priority, entry, start, due, recur, recur_ind, age, age_compact,
active, tags, description, description_only. The IDs are seperated by commas.
active, tags, description, description_only. The IDs are separated by commas.
.TP
.B report.X.labels
@ -385,7 +385,7 @@ are a comma separated list.
.TP
.B report.X.sort
The sort order of the tasks in the generated report X. The sort order is specified
by using the column ids postfixed by a "+" for ascending sort order or a "-" for
by using the column ids post-fixed by a "+" for ascending sort order or a "-" for
descending sort order. The sort IDs are separated by commas
.TP