From 3b59a95a54fa1bd4eaffc827bf280d51c102de7b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 8 Apr 2020 21:14:38 -0700 Subject: [PATCH] ;cli, journal: doc: consistent heading capitalisation, whitespace --- hledger-lib/hledger_journal.m4.md | 8 ++++---- hledger/hledger.m4.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 93f100997..aa4d117f5 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -351,7 +351,7 @@ Be sure to note the unusual two-space delimiter between account name and amount. This makes it easy to write account names containing spaces. But if you accidentally leave only one space (or tab) before the amount, the amount will be considered part of the account name. -### Virtual Postings +### Virtual postings A posting with a parenthesised account name is called a *virtual posting* or *unbalanced posting*, which means it is exempt from the usual rule @@ -585,7 +585,7 @@ $ hledger bal -N --flat -B €100 assets:euros ``` -## Lot Prices and Lot Dates +## Lot prices and lot dates Ledger allows another kind of price, [lot price](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-Lot-Prices) @@ -596,7 +596,7 @@ hledger will parse these, for compatibility with Ledger journals, but currently A [transaction price](#transaction-prices), lot price and/or lot date may appear in any order, after the posting amount and before the balance assertion if any. -## Balance Assertions +## Balance assertions hledger supports [Ledger-style balance assertions](http://ledger-cli.org/3.0/doc/ledger3.html#Balance-assertions) @@ -744,7 +744,7 @@ Eg a [commodity directive](http://hledger.org/journal.html#declaring-commodities may limit the display precision, but this will not affect balance assertions. Balance assertion failure messages show exact amounts. -## Balance Assignments +## Balance assignments [Ledger-style balance assignments](http://ledger-cli.org/3.0/doc/ledger3.html#Balance-assignments) are also supported. These are like [balance assertions](#balance-assertions), but with no posting amount on the left side of the equals sign; diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 704128714..0eba05bd5 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -918,7 +918,7 @@ Examples: | `date:thismonth-` | | | `date:thismonth` | | -## Report intervals +## Report intervals A report interval can be specified so that commands like [register](#register), [balance](#balance) and [activity](#activity) will divide their @@ -1538,7 +1538,7 @@ _include_({{Hledger/Cli/Commands/Tags.md}}) _include_({{Hledger/Cli/Commands/Test.md}}) -## Add-on Commands +## Add-on commands hledger also searches for external add-on commands, and will include these in the commands list. These are programs or scripts in your PATH whose name starts with `hledger-`