summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2010-05-28 01:11:59 -0600
committerJohn Wiegley <johnw@newartisans.com>2010-05-28 01:11:59 -0600
commit6bd2fa2d52bc9ec1c23dd98bbeb72be3e96547e6 (patch)
tree6a9608076398c2e7fd53019871f6d19f0705f0ae
parent38c119c0363d6ab123358aa8e6c3ea3e20126905 (diff)
downloadledger-6bd2fa2d52bc9ec1c23dd98bbeb72be3e96547e6.tar.gz
ledger-6bd2fa2d52bc9ec1c23dd98bbeb72be3e96547e6.tar.bz2
ledger-6bd2fa2d52bc9ec1c23dd98bbeb72be3e96547e6.zip
Simplify introductory section of the manual
I found the first example confusing because it includes "(100") without any explanation. Transaction codes are only explained later on and this one isn't needed, so remove it.
-rw-r--r--doc/ledger.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi
index a82d920d..fef1d422 100644
--- a/doc/ledger.texi
+++ b/doc/ledger.texi
@@ -228,7 +228,7 @@ Here is the Pacific Bell example from above, given as a Ledger
posting:
@smallexample
-9/29 (100) Pacific Bell
+9/29 Pacific Bell
Expenses:Utilities:Phone $23.00
Assets:Checking $-23.00
@end smallexample
@@ -240,7 +240,7 @@ smart about many things, you don't need to specify the balanced
amount, if it is the same as the first line:
@smallexample
-9/29 (100) Pacific Bell
+9/29 Pacific Bell
Expenses:Utilities:Phone $23.00
Assets:Checking
@end smallexample