From 0925eb53b4c94cff4843b6ed6e1c955d3ba1e2a0 Mon Sep 17 00:00:00 2001 From: Donald Lam Date: Sun, 15 Jan 2023 16:19:18 -0800 Subject: 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. --- doc/ledger.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ledger.1') 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 -- cgit v1.2.3