From 8257c98440217a2c85f7223ee3432b745e27e96e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 May 2010 01:40:19 +0000 Subject: [PATCH] docs: commodity quoting update --- MANUAL.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index d11e76553..ffc237b7f 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -162,11 +162,11 @@ one posting's amount may be left blank and will be inferred. Note that account names may contain single spaces, while the amount must be separated from the account name by at least two spaces. -An amount is a number, with an optional currency/commodity symbol or word -on either the left or right. For negative amounts, the minus sign usually -goes next to the number (`$-1`), but may also go before a currency symbol -(`-$1`). Commodity names may contain digits and spaces if enclosed in -double quotes. +An amount is a number, with an optional currency symbol or commodity name +on either the left or right. Commodity names which contain more than just +letters should be enclosed in double quotes. Negative amounts usually have +the minus sign next to the number (`$-1`), but it may also go before the +currency symbol/commodity name (`-$1`). hledger's file format aims to be compatible with c++ ledger, so you can use both tools. For more details, see