diff options
author | thdox <thdox@free.fr> | 2013-05-05 22:38:25 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-05-20 23:23:43 +0200 |
commit | 2b669a791eecc1f4c503082dd3c9a08f4ab62932 (patch) | |
tree | 3b0d3ffa3577da4d5cfb9302e2507ef8cc7199fa /doc | |
parent | 1e1275d25b847e716b74ea0579600c3cbaa1170a (diff) | |
download | fork-ledger-2b669a791eecc1f4c503082dd3c9a08f4ab62932.tar.gz fork-ledger-2b669a791eecc1f4c503082dd3c9a08f4ab62932.tar.bz2 fork-ledger-2b669a791eecc1f4c503082dd3c9a08f4ab62932.zip |
add missing @smallexample
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 2ca34144..07790a63 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2076,8 +2076,10 @@ Start a block comment, closed by @code{end comment}. Pre-declare commodity names. This only has effect if @code{--strict} or @code{--pedantic} is used (see below). - commodity $ - commodity CAD +@smallexample +commodity $ +commodity CAD +@end smallexample The @code{commodity} directive supports several optional sub-directives, if they immediately follow the commodity directive and |