summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-02-24 18:25:19 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-02-24 18:25:19 +0100
commit2922dae227499c47c02c81ef17f2fa33af056a03 (patch)
treea0955c167059b268e9d74b5ccf4d6c811625b00a /doc/ledger3.texi
parent0b7996ed7cdb5a5d64a58da3ed7f615ba591416f (diff)
parent73e3ecc6b865ecff63ccda307d4dbf70ec55a9c4 (diff)
downloadfork-ledger-2922dae227499c47c02c81ef17f2fa33af056a03.tar.gz
fork-ledger-2922dae227499c47c02c81ef17f2fa33af056a03.tar.bz2
fork-ledger-2922dae227499c47c02c81ef17f2fa33af056a03.zip
Merge pull request #399 from thdox/fix-cleared-format
Fix alignment of cleared-format with 4 spaces as separator.
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r--doc/ledger3.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 4a3d51e0..a2083e38 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -651,7 +651,7 @@ $ ledger -f drewr3.dat cleared
$ -20.00 0 MasterCard
$ 200.00 0 Mortgage:Principal
$ -243.60 0 Tithe
----------------- ---------------- ---------
+---------------- ---------------- ---------
$ -243.60 0
@end smallexample
@@ -7172,7 +7172,7 @@ Define the format for the cleared report. The default is:
%-(ansify_if(partial_account(options.flat), blue if color))\n%/
%$1 %$2 %$3\n%/
%(prepend_width ? \" \" * int(prepend_width) : \"\")
- ---------------- ---------------- ---------\n"
+ ---------------- ---------------- ---------\n"
@end smallexample
@item --register-format @var{FORMAT_STRING}