diff options
author | John Wiegley <johnw@newartisans.com> | 2008-03-27 23:49:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-07 03:40:47 -0400 |
commit | 67b257a44159ba447a01ce4c9d6c3b01f0e1bd1f (patch) | |
tree | ebf3e82e2e8727f123ee295c89ebed0cf4924c49 | |
parent | c4ae3355bb1cee817c24fa21fca4d6b88103bca9 (diff) | |
download | fork-ledger-67b257a44159ba447a01ce4c9d6c3b01f0e1bd1f.tar.gz fork-ledger-67b257a44159ba447a01ce4c9d6c3b01f0e1bd1f.tar.bz2 fork-ledger-67b257a44159ba447a01ce4c9d6c3b01f0e1bd1f.zip |
[#31] Escaped some @-symbols in the Texi file which were not properly escaped.
-rw-r--r-- | ledger.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ledger.texi b/ledger.texi index 5f0f8a72..b8f73132 100644 --- a/ledger.texi +++ b/ledger.texi @@ -294,7 +294,7 @@ in the distribution), and that the contents of that file are: Equity:Opening Balances 2004/05/01 * Investment balance - Assets:Brokerage 50 AAPL @ $30.00 + Assets:Brokerage 50 AAPL @@ $30.00 Equity:Opening Balances 2004/05/14 * Pay day @@ -2386,8 +2386,8 @@ The format of each following transaction is: The @samp{ACCOUNT} may be surrounded by parentheses if it is a virtual transactions, or square brackets if it is a virtual transactions that must balance. The @samp{AMOUNT} can be followed by a per-unit -transaction cost, by specifying @samp{@ AMOUNT}, or a complete -transaction cost with @samp{@@ AMOUNT}. Lastly, the @samp{NOTE} may +transaction cost, by specifying @samp{@@ AMOUNT}, or a complete +transaction cost with @samp{@@@@ AMOUNT}. Lastly, the @samp{NOTE} may specify an actual and/or effective date for the transaction by using the syntax @samp{[ACTUAL_DATE]} or @samp{[=EFFECTIVE_DATE]} or @samp{[ACTUAL_DATE=EFFECtIVE_DATE]}. |