From 26e78456dff246ce77a65d1ae29da463c1dd6753 Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 16 Apr 2013 23:11:14 +0200 Subject: Fix total posting costs example --- doc/ledger3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ledger3.texi b/doc/ledger3.texi index c95330d4..b49d7125 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2837,7 +2837,7 @@ instead, use @@@@: @smallexample 2012-03-10 My Broker - Assets:Brokerage 10 AAPL @@ $500.00 + Assets:Brokerage 10 AAPL @@@@ $500.00 Assets:Brokerage:Cash @end smallexample @@ -2845,7 +2845,7 @@ Ledger reads this as if you had written: @smallexample 2012-03-10 My Broker - Assets:Brokerage 10 AAPL @@@@ ($500.00 / 10) + Assets:Brokerage 10 AAPL @@ ($500.00 / 10) Assets:Brokerage:Cash @end smallexample -- cgit v1.2.3