diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index 04fef9b36..d49442912 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -1,7 +1,7 @@ balancesheet, bs\ -This command displays a balance sheet, showing historical ending -balances of asset and liability accounts. (To see equity as well, -use the [balancesheetequity](#balancesheetequity) command.) +This command displays a [balance sheet](https://en.wikipedia.org/wiki/Balance_sheet), +showing historical ending balances of asset and liability accounts. +(To see equity as well, use the [balancesheetequity](#balancesheetequity) command.) Amounts are shown with normal positive sign, as in conventional financial statements. diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index a589164b1..d220c409a 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -1,6 +1,6 @@ cashflow, cf\ -This command displays a cashflow statement, showing the inflows and -outflows affecting "cash" (ie, liquid, easily convertible) assets. +This command displays a [cashflow statement](https://en.wikipedia.org/wiki/Cash_flow_statement), +showing the inflows and outflows affecting "cash" (ie, liquid, easily convertible) assets. Amounts are shown with normal positive sign, as in conventional financial statements. diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index 8b02512fe..a5345f3a5 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -1,5 +1,4 @@ incomestatement, is\ - This command displays an [income statement](http://en.wikipedia.org/wiki/Income_statement), showing revenues and expenses during one or more periods.