diff options
Diffstat (limited to 'doc/ledger.texi')
-rw-r--r-- | doc/ledger.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index 6573a066..10e80a60 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -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 |