diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.1 | 20 | ||||
-rw-r--r-- | doc/ledger3.texi | 4 |
2 files changed, 10 insertions, 14 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index b96e4a7d..659d3fbb 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -92,29 +92,23 @@ Report of postings matching the .Ar report-query in CSV format (comma-separated values). Useful for exporting data to a spreadsheet for further analysis or charting. -.It Nm draft Oo Ar draft-template Oc +.It Nm entry Oo Ar entry-template Oc Generate and display a new, properly formatted Ledger transaction by comparing the -.Ar draft-template +.Ar entry-template to the transactions in your data file(s). For more information on draft templates and using this command to quickly create new transactions, see the section -.Sx DRAFTS . +.Sx ENTRIES . .Pp -The synonyms -.Nm entry -and +The synonym .Nm xact -are also accepted. +is also accepted. .It Nm emacs Oo Ar query Oc Outputs posting and transaction data in a format readily consumed by the Emacs editor, in a series of Lisp forms. This is used by the .Li ledger.el Emacs mode to process reporting data from Ledger. -.Pp -The synonym -.Nm lisp -is also accepted. .It Nm equity Oo Ar report-query Oc Prints a series of transactions that balance current totals for accounts matching the @@ -586,9 +580,9 @@ for example: .It Nm xact .El .Pp -.Sh DRAFTS +.Sh ENTRIES .Pp -.Sh FORMATS +.Sh FORMATS .Pp .Sh DEBUG COMMANDS In addition to the regular reporting commands, Ledger also accepts several diff --git a/doc/ledger3.texi b/doc/ledger3.texi index e377f02d..b60a0f5c 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7800,7 +7800,7 @@ useful to follow standard accounting practice (@pxref{Principles of Accounting}). Since an amount is missing from the second posting, it is assumed to -be the inverse of the first. This guarantee the cardinal rule of +be the inverse of the first. This guarantees the cardinal rule of double-entry accounting: the sum of every transaction must balance to zero, or it is in error. Whenever Ledger encounters a @dfn{null posting} in a transaction, it uses it to balance the remainder. @@ -8199,6 +8199,8 @@ need to create sums of multiple commodities, use a Balance. For example: @itemize @item OFX support has been removed from Ledger 3.0 @item single character value expressions are deprecated and should be changed to the new value expressions available in 3.0 +@item @code{draft} command is no longer supported, use @code{entry} or @code{exact} +@item @code{lisp} command is no longer supported, use @code{emacs}. @end itemize @node Example Data File, Miscellaneous Notes, Major Changes from version 2.6, Top |