diff options
author | Donald Lam <brainy.runt@gmail.com> | 2023-01-15 16:19:18 -0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-01-25 11:15:59 +0800 |
commit | 0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0 (patch) | |
tree | fcb94078ba7bf3f654bf91e2ba03491916d9c4bf /doc/ledger.1 | |
parent | dfae685fbc7a445367d71e31a385d3e60b624f98 (diff) | |
download | fork-ledger-0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0.tar.gz fork-ledger-0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0.tar.bz2 fork-ledger-0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0.zip |
Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirk
Ledger's expression parser considers quoted_rfc4180 to be an
amount (quantity 4180 of commodity "quoted_rfc").
Fixes #2007.
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index cc6df5d6..bb7262c8 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1284,11 +1284,11 @@ for values that have a per-unit cost. .It Fn quoted expression Surround .Ar expression -with double-quotes. -.It Fn quoted_rfc4180 expression +with double quotes. +.It Fn quoted_rfc expression Surround .Ar expression -with double-quotes, compatible with rfc 4180. +with double quotes, compliant with rfc 4180. .It Sy real .\" Is there a difference between real and actual? Return true if the transaction is real, i.e not an automated or virtual |