From 2f7b7762c2846d52d4b68e6453b1e112833c5c5b Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 22 Mar 2012 22:55:54 +0000 Subject: Update example to use new apply account directive Update the example in the manual to use the new apply account/end apply directive, as announced be John here: http://groups.google.com/group/ledger-cli/tree/browse_frm/month/2012-02/977e5dd90a55efca --- doc/ledger3.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index e61805d7..e854260a 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -902,7 +902,7 @@ file: And two in your company ledger file: @smallexample -!account Company XYZ +apply account Company XYZ 2004/09/29 Circuit City Expenses:Computer:Software $100.00 @@ -912,10 +912,10 @@ And two in your company ledger file: Accounts Payable:Your Name $100.00 Assets:Checking $-100.00 -!end +end apply account @end smallexample -(Note: The @samp{!account} above means that all accounts mentioned in +(Note: The @samp{apply account} above means that all accounts mentioned in the file are children of that account. In this case it means that all activity in the file relates to Company XYZ). -- cgit v1.2.3