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

@@ -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