diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-15 04:05:06 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-15 04:05:06 -0400 |
commit | dbcaa35d4b19175bdcc2e93e4e91e1a7444a75f3 (patch) | |
tree | b69156207aeb3f298c175af6d5a68062e55c760b /doc/ledger.1 | |
parent | 248a8f5180d9d9ee3e2843046ed0346ec54bb84d (diff) | |
download | fork-ledger-dbcaa35d4b19175bdcc2e93e4e91e1a7444a75f3.tar.gz fork-ledger-dbcaa35d4b19175bdcc2e93e4e91e1a7444a75f3.tar.bz2 fork-ledger-dbcaa35d4b19175bdcc2e93e4e91e1a7444a75f3.zip |
Fixed a bug in the man page
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 08f70934..10fda0c5 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -1,4 +1,4 @@ -.Dd March 5, 2009 +.Dd March 15, 2009 .Dt ledger 1 .Sh NAME .Nm ledger @@ -243,7 +243,7 @@ appeared in the original journal file. The syntax for reporting queries can get somewhat complex. It is a series of query terms with an implicit OR operator between them. The following terms are accepted: -.Bl -tag foo -width "term and term" +.Bl -tag -width "term and term" .It Ar regex A bare string is taken as a regular expression matching the full account name. Thus, to report the current balance for all assets and liabilities, you would @@ -280,7 +280,7 @@ interpret parentheses, you should always escape them: .El .Pp .Sh EXPRESSIONS -.Bl -tag foo -width "partial_account" +.Bl -tag -width "partial_account" .It Nm account .It Nm account_base .It Nm account_amount |