diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.texi | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index 3b0785eb..10e80a60 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -5,7 +5,7 @@ @dircategory User Applications @copying -Copyright (c) 2003-2009, John Wiegley. All rights reserved. +Copyright (c) 2003-2010, John Wiegley. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -35,7 +35,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @end copying -@documentencoding iso-8859-1 +@documentencoding utf-8 @iftex @finalout @@ -4107,4 +4107,19 @@ parser_t @section General Utility +@c data: foo +@smallexample +2004/05/01 * Checking balance + Assets:Bank:Checking $1,000.00 + Equity:Opening Balances +@end smallexample + +@c smex utility-1: $LEDGER -f $foo bal +@smallexample + $1,000.00 Assets:Bank:Checking + $-1,000.00 Equity:Opening Balances +-------------------- + 0 +@end smallexample + @bye |