From 496b59060f32319d5dee7e0d8b49671d072b3f6b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 7 Jun 2022 02:09:23 +0100 Subject: [PATCH] ;doc: bs, cf: add wikipedia link --- hledger/Hledger/Cli/Commands/Balancesheet.md | 6 +++--- hledger/Hledger/Cli/Commands/Cashflow.md | 4 ++-- hledger/Hledger/Cli/Commands/Incomestatement.md | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) 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.