summaryrefslogtreecommitdiff
path: root/doc/ledger.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix description of --unrealized-lossesMartin Michlmayr2015-04-231-1/+1
|
* Merge pull request #402 from thdox/documentationAlexis Hildebrandt2015-02-241-5/+1
|\ | | | | Documentation improvements
| * ledger --help actually prints the man page.thdox2015-02-241-5/+1
| |
* | Improve documentation for --auto-match option.thdox2015-02-241-3/+4
|/
* Improve documentation about --rich-data.thdox2015-02-211-1/+10
| | | | | Conflicts: doc/ledger.1
* [doc] Add documentation for command-line optionsAlexis Hildebrandt2015-02-181-16/+107
|
* [doc] Whitespace editAlexis Hildebrandt2015-02-181-29/+29
| | | | to end each sentence with two spaces.
* [doc] Add documentation for several optionsAlexis Hildebrandt2015-02-181-15/+53
|
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-1/+0
| | | | and all boost serialisation related code.
* [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-181-4/+0
| | | | since it is the same as --help.
* [doc] Use ASCII single quote instead of apostropheAlexis Hildebrandt2015-02-181-1/+1
|
* [doc] Improve example for environment variable optionsAlexis Hildebrandt2015-01-291-8/+7
| | | [ci skip]
* [doc] Add some expression documentation to manpageAlexis Hildebrandt2015-01-271-32/+66
| | | | | Comment undocumented expressions, so the are reported by test/CheckManpage.py.
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-14/+28
| | | | [ci skip]
* [doc] Add documentation of some expressionsAlexis Hildebrandt2015-01-271-11/+69
| | | | | | to manpage. [ci skip]
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-62/+61
| | | | [ci skip]
* [doc] Improve examples in manpageAlexis Hildebrandt2015-01-271-3/+4
| | | | [ci skip]
* [doc] Fix typo in manpageAlexis Hildebrandt2015-01-271-1/+1
| | | | [ci skip]
* [doc] Improve documentation for option aliasesAlexis Hildebrandt2015-01-271-6/+18
| | | | | | in mapnpage. [ci skip]
* [doc] Minor typographical changes in manpageAlexis Hildebrandt2015-01-271-13/+18
| | | | [ci skip]
* [doc] Comment empty items in manpageAlexis Hildebrandt2015-01-271-3/+3
| | | | [ci skip]
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-36/+51
| | | | [ci skip]
* [doc] Use Tn for HTTP and XML in manpageAlexis Hildebrandt2015-01-271-2/+5
| | | | [ci skip]
* [doc] Use .Nm instead of [Ll]edger in manpageAlexis Hildebrandt2015-01-271-47/+135
| | | | [ci skip]
* [doc] Replace Nm with Sy, Cm, Pa in manpageAlexis Hildebrandt2015-01-271-69/+69
| | | | [ci skip]
* [doc] Correct Ar placholders in manpageAlexis Hildebrandt2015-01-271-2/+2
| | | | [ci skip]
* [doc] Replace Nm with more appropriate macrosAlexis Hildebrandt2015-01-271-19/+19
| | | | | | in manpage such as Fl, Ar, Ev, Em, etc. [ci skip]
* [doc] Improve quoting in manpageAlexis Hildebrandt2015-01-271-13/+15
| | | | [ci skip]
* [doc] Replace .Nm with .Ic where appropriateAlexis Hildebrandt2015-01-271-78/+82
| | | | | | | | | | | | According to mdoc (7) "The `.Nm' macro is used for the document title or subject name. It has the peculiarity of remembering the first argument it was called with, which should always be the subject name of the page." Therefore it should only be used the print `ledger` in the manpage For the Ledger commands register, balance, etc The .Ic (internal command) is much better suited. [ci skip]
* [doc] Use ASCII single quote as apostropheAlexis Hildebrandt2015-01-271-1/+1
| | | | [ci skip]
* [doc] Change FILES section into a Pathname listAlexis Hildebrandt2015-01-271-1/+3
| | | | [ci skip]
* [doc] Add tests to value and format expressionsAlexis Hildebrandt2015-01-271-2/+18
| | | | and change formatting for value expressions using @defun, @defvar.
* Merge pull request #382 from thdox/add-to-docAlexis Hildebrandt2015-01-271-2/+2
|\ | | | | Add documentation for --no-pager option.
| * Add documentation for --no-pager option.thdox2015-01-221-2/+2
| | | | | | | | | | Minor updates to --pager documentation. [ci skip]
* | Add documentation for option --permissive.thdox2015-01-221-1/+2
|/
* [doc] Comment undocumented options in manpageAlexis Hildebrandt2015-01-211-2/+2
| | | so that they are reported properly by test/CheckTests.py
* [doc] Document some value expressions in manpageAlexis Hildebrandt2015-01-201-0/+10
| | | | [ci skip]
* [doc] Improve manpageAlexis Hildebrandt2015-01-161-15/+2
| | | | | | | as suggested by: % mandoc -Tlint doc/ledger.1 [ci skip]
* [doc] Document -i in manpageAlexis Hildebrandt2015-01-161-1/+1
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Add FILES section to manpageAlexis Hildebrandt2015-01-151-0/+4
| | | | | | | to mention ~/.ledgerrc more prominently. [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Improve explanation for start-of-week optionAlexis Hildebrandt2015-01-151-5/+6
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Minor typographical improvements to manpageAlexis Hildebrandt2015-01-151-9/+9
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-18/+36
| | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Insert Ar to separate argument from optionAlexis Hildebrandt2015-01-111-5/+5
| | | | | for --period synonyms like --monthly, et al. [ci skip]
* [doc] Insert space to correct punctuation in .Xr macroAlexis Hildebrandt2015-01-101-1/+1
| | | | [ci skip]
* [doc] Insert newline to end .Nm macroAlexis Hildebrandt2015-01-101-2/+2
| | | | | | to highlight only the xact keyword [ci skip]
* [doc] Remove trailing whitespace in manpageAlexis Hildebrandt2015-01-101-5/+5
| | | | | | | since "troff can be confused by blank space characters at the end of a line." -- mdoc (7) [ci skip]
* Small doc typo fixesJostein Berntsen2015-01-091-1/+1
|
* Format commands properlyMartin Michlmayr2014-06-301-2/+7
|
* Typo fixMartin Michlmayr2014-06-301-1/+1
|