diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-11 12:58:10 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-11 12:58:47 +0800 |
commit | c812e8d24500b3e9b04f622ab6eeac3f37b28d71 (patch) | |
tree | 64bf8391b8ca2893c3a20dad5daf770c02a63138 /doc/ledger.1 | |
parent | a6c9fc1b4c5c4b51f4ef4e84143244f3fa7a6add (diff) | |
download | ledger-c812e8d24500b3e9b04f622ab6eeac3f37b28d71.tar.gz ledger-c812e8d24500b3e9b04f622ab6eeac3f37b28d71.tar.bz2 ledger-c812e8d24500b3e9b04f622ab6eeac3f37b28d71.zip |
docs: fix some typos
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index a3873a97..63e14e52 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1104,7 +1104,7 @@ Return the base account, i.e. everything after the last account delimiter ':'. .\".It Sy account_amount .It Sy actual .\" Is there a difference between real and actual? -Return true if the transaction is real, i.e not a automated or virtual +Return true if the transaction is real, i.e not an automated or virtual transaction, false otherwise. .It Sy amount Return the amount of the posting. @@ -1287,7 +1287,7 @@ Surround with double-quotes, compatible with rfc 4180. .It Sy real .\" Is there a difference between real and actual? -Return true if the transaction is real, i.e not a automated or virtual +Return true if the transaction is real, i.e not an automated or virtual transaction, false otherwise. .\".It Sy rounded .It Fn roundto value n |