diff options
author | thdox <thdox@free.fr> | 2013-04-27 17:09:53 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-04-28 09:58:18 +0200 |
commit | 75fa5fdeb09f3273d63890b948b6d915f8268fce (patch) | |
tree | 7fbb750da5b4300a1d67135db24861d48bb53536 /doc | |
parent | d78c336741b8dcef7835b3b632314c519d57e86e (diff) | |
download | fork-ledger-75fa5fdeb09f3273d63890b948b6d915f8268fce.tar.gz fork-ledger-75fa5fdeb09f3273d63890b948b6d915f8268fce.tar.bz2 fork-ledger-75fa5fdeb09f3273d63890b948b6d915f8268fce.zip |
moved from @strong to @emph on some items
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 23343770..d14df485 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1614,7 +1614,7 @@ both exist, you ask? To support things like this: @end smallexample This transaction says that you bought 11 gallons priced at $2.299 per -gallon at a @strong{cost to you} of $2.30 per gallon. Ledger +gallon at a @emph{cost to you} of $2.30 per gallon. Ledger auto-generates a balance posting in this case to Equity:Capital Losses to reflect the 1.1 cent difference, which is then balanced by Assets:Checking because its amount is null. @@ -2140,7 +2140,7 @@ is equivalent to this: Note that ending a @code{fixed} is done differently than other directives, as @code{fixed} is closed with an @code{endfixed} (i.e., -there is @strong{no space} between @code{end} and @code{fixed}). +there is @emph{no space} between @code{end} and @code{fixed}). For the moment, users may wish to study @uref{http://bugs.ledger-cli.org/show_bug.cgi?id=789, Bug Report 789} @@ -5436,15 +5436,15 @@ Report each posting’s deviation from the average. It is only meaningful in the register and prices reports. @item --display-amount <EXPR> -Apply a transform to the -@strong{displayed} amount. This occurs after calculations occur. +Apply a transform to the @emph{displayed} amount. This occurs after +calculations occur. @item --display <BOOLEAN_EXPR> Display lines that satisfy the expression given. @item --display-total <EXPR> -Apply a transform to the -@strong{displayed} total. This occurs after calculations occur. +Apply a transform to the @emph{displayed} total. This occurs after +calculations occur. @item --dow group transactions by the day of the week. |