From af065bbcbe9e88b370a98806d36fe1a4531015c5 Mon Sep 17 00:00:00 2001 From: thdox Date: Sun, 22 Feb 2015 18:19:13 +0100 Subject: Minor documentation fixes. --- doc/ledger3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ledger3.texi') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index a4e055d0..8a2455af 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2859,7 +2859,7 @@ default is uncleared. To mark a transaction cleared, put an asterisk @end smallexample @noindent -To mark it pending, use a !: +To mark it pending, use a @samp{!}: @smallexample @c input:validate 2012-03-10 ! KFC @@ -3503,7 +3503,7 @@ sensitive to this difference. If you buy a stock last year, and ask for its value today, Ledger will consult its price database to see what the most recent price for that stock is. You can short-circuit this lookup by ``fixing'' the price -at the time of a transaction. This is done using @{=AMOUNT@}: +at the time of a transaction. This is done using @samp{@{=AMOUNT@}}: @smallexample 2012-04-10 My Broker -- cgit v1.2.3 From 3c9463214c160ddeefb0e8998cf62e4142723dd1 Mon Sep 17 00:00:00 2001 From: thdox Date: Sun, 22 Feb 2015 18:19:35 +0100 Subject: Improve documentation of --base option. --- doc/ledger3.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/ledger3.texi') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 8a2455af..d7227ed1 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1155,6 +1155,8 @@ $ ledger --no-total balance Billable Project -50.0m Project:XYZ @end smallexample +@findex C + This example works because ledger already knows how to handle seconds, minutes and hours, as part of its time tracking support. Defining other equivalences is simple. The following is an example that @@ -6143,7 +6145,8 @@ Strings}). The default is: @item --base Reduce convertible commodities down the bottom of the conversion, e.g. -display time in seconds. This also applies to custom commodity conversions. +display time in seconds. This also applies to custom commodity +conversions (@pxref{Commodity equivalences}). @item --basis @itemx -B -- cgit v1.2.3