Documentation

- Removed obsolete task-tutorial.5 man page. Tutorials will now only
  reside online. This represents a gradual move towards single-source
  documentation.
This commit is contained in:
Paul Beckingham
2014-06-08 11:19:11 -04:00
parent 93de3e3bb0
commit 9390e17871
23 changed files with 23 additions and 3155 deletions

View File

@@ -49,8 +49,8 @@
// 2) It is parsed and used as default values for all Config.get calls.
std::string Config::_defaults =
"# Taskwarrior program configuration file.\n"
"# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-tutorial',\n"
"# 'man task-color', 'man task-sync' or 'man taskrc'\n"
"# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',\n"
"# 'man task-sync' or 'man taskrc'\n"
"\n"
"# Here is an example of entries that use the default, override and blank values\n"
"# variable=foo -- By specifying a value, this overrides the default\n"