diff options
author | John Wiegley <johnw@newartisans.com> | 2011-10-04 13:28:56 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-10-04 13:28:56 -0700 |
commit | 8e969a8655eb72a68e6af144c3b3f50c4eb70db5 (patch) | |
tree | 8285a2e4271b202ce4c62ede1e1f8da392eb4d5d /doc/ledger.texi | |
parent | 09a5ef9e29772163e21eedde511b2fd6e1527799 (diff) | |
parent | 016089aa026ee69d74490f4c54919ae8a2c271ac (diff) | |
download | fork-ledger-8e969a8655eb72a68e6af144c3b3f50c4eb70db5.tar.gz fork-ledger-8e969a8655eb72a68e6af144c3b3f50c4eb70db5.tar.bz2 fork-ledger-8e969a8655eb72a68e6af144c3b3f50c4eb70db5.zip |
Merge pull request #38 from dgilman/next
Add warning to docs about whitespace in ledger format.
Diffstat (limited to 'doc/ledger.texi')
-rw-r--r-- | doc/ledger.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index ac7bfc5f..8389c383 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -1305,8 +1305,9 @@ The format of each following posting is: ACCOUNT AMOUNT [; NOTE] @end example -The @samp{ACCOUNT} may be surrounded by parentheses if it is a virtual -postings, or square brackets if it is a virtual postings that +Note that there must be at least two spaces between @samp{ACCOUNT} and +@samp{AMOUNT}. The @samp{ACCOUNT} may be surrounded by parentheses if it +is a virtual posting or square brackets if it is a virtual posting that must balance. The @samp{AMOUNT} can be followed by a per-unit posting cost, by specifying @samp{@@ AMOUNT}, or a complete posting cost with @samp{@@@@ AMOUNT}. Lastly, the @samp{NOTE} may |