summaryrefslogtreecommitdiff
path: root/doc/ledger.1
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* Document --valuesMartin Michlmayr2014-06-301-0/+2
|
* Document --unrealizedMartin Michlmayr2014-06-301-0/+2
|
* Fix man page typoJamie Nguyen2014-03-231-1/+1
|
* Adding documentation of options to man-page from manual. Fixing a few minor ↵Peter Feigl2014-02-271-30/+418
| | | | typos and mistakes.
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+2
|
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-0/+3
|
* Bugs 726 and 727. Remove reference to draft and lisp commands in man pageCraig Earls2012-10-261-13/+7
|
* Document more commands in the man pageMartin Michlmayr2012-03-251-0/+26
|
* Update manual to say that pricesdb option has been renamed to pricedbMartin Michlmayr2012-03-231-2/+2
|
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+2
|
* Added option --day-breakJohn Wiegley2012-03-171-1/+2
|
* Added --time-report optionJohn Wiegley2012-03-131-1/+2
| | | | | | | | | | | | | This is a rather basic option at the moment which only affects the balance report. I use it as follows, for entering contractor hours into a project planning application, where $1 is the contractor's timelog file, and $2 is the date after which new entries appear in the file: ledger -f $1 balance \ --account=payee \ --time-report \ -d "latest > [$2]" \ --datetime-format='%m/%d/%y %I:%M %p'
* Added --immediate optionJohn Wiegley2012-03-101-0/+1
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-101-0/+1
|
* Make --lot-notes the primary name, not --lot-tagsJohn Wiegley2012-03-101-1/+0
|