summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <jwiegley@gmail.com>2017-10-26 15:18:15 -0700
committerGitHub <noreply@github.com>2017-10-26 15:18:15 -0700
commit0cb0e30ad7663e6fa1a9a70250ebc60b91c8d44c (patch)
tree7f11c02afc3f70740158d63b840e3033447610cf
parentca2590c639fe7ebbce546ac2dca4d901c0fd5489 (diff)
parent4cbcf2e87611de91e9f12d0c6a4600203ab38340 (diff)
downloadledger-0cb0e30ad7663e6fa1a9a70250ebc60b91c8d44c.tar.gz
ledger-0cb0e30ad7663e6fa1a9a70250ebc60b91c8d44c.tar.bz2
ledger-0cb0e30ad7663e6fa1a9a70250ebc60b91c8d44c.zip
Merge pull request #491 from lrcg/patch-3
Update ledger3.texi: grammar and typos
-rw-r--r--doc/ledger3.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index c724316e..d7decd2c 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -3056,7 +3056,7 @@ used as the payee name for that posting. This affects the
This is useful when for example you deposit 4 checks at a time to the
bank. On the bank statement, there is just one amount @samp{$400}, but
-you can specify from whom each check came from, as shown by example
+you can specify from whom each check came, as shown by example
below:
@smallexample @c input:9B43E57
@@ -3505,7 +3505,7 @@ But this does not do what you might expect:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @@ $50.00
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
2012-04-10 My Broker
Assets:Brokerage:Cash $375.00
@@ -3531,11 +3531,11 @@ following two transactions are equivalent:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @@ $50.00
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @{$50.00@}
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
However, note that what you see in some reports may differ, for
@@ -3554,7 +3554,7 @@ at the time of a transaction. This is done using @samp{@{=AMOUNT@}}:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @{=$50.00@}
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
These 10 AAPL will now always be reported as being worth $50, no
@@ -3570,7 +3570,7 @@ fixated prices by way of the cost:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @@ =$50.00
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
This is the same as the previous transaction, with the same caveats