summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2013-04-30 21:18:33 +0200
committerthdox <thdox@free.fr>2013-04-30 21:18:33 +0200
commitdfe1c4995bba51ab1ed0f8ebb5a754b39f83acfd (patch)
treef971fbf526130875c2093c5e23afc88674358818 /doc
parent2c5d3757813b8545db81e3c0a80253a44983c6bf (diff)
downloadfork-ledger-dfe1c4995bba51ab1ed0f8ebb5a754b39f83acfd.tar.gz
fork-ledger-dfe1c4995bba51ab1ed0f8ebb5a754b39f83acfd.tar.bz2
fork-ledger-dfe1c4995bba51ab1ed0f8ebb5a754b39f83acfd.zip
Moved from @smallexample to @example
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger-mode.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index a798e4a2..463d5a22 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -331,9 +331,9 @@ process and may not function correctly afterwards. For this reason
there is no key sequence.
You can limit the allowed sort region by using embedded Ledger-mode
-markup within your ledger. For exmaple
+markup within your ledger. For example:
-@smallexample
+@example
<<< information to not sort >>>
; Ledger-mode: Start sort
@@ -343,7 +343,7 @@ markup within your ledger. For exmaple
; Ledger-mode: End sort
<<< information to not sort >>>
-@end smallexample
+@end example
You can use menu entries to insert start and end markers. These
functions will automatically delete old markers and put new new marker
@@ -581,9 +581,9 @@ example, if you wanted to specify a register report the displayed
transactions from a user-determined account with a particular meta-data
tag value, you specify the following command line:
-@smallexample
+@example
ledger -f %(ledger-file) reg %(account) --limit \"tag('my-tag') =~/%(value)/\"
-@end smallexample
+@end example
@noindent Note how the double-quotes are escaped with back-slashes.