;doc: regen manuals

This commit is contained in:
Simon Michael 2020-07-04 16:17:13 -07:00
parent aea0dac235
commit 3d57d4793d
20 changed files with 456 additions and 450 deletions

View File

@ -4,4 +4,4 @@ m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.18.99}})m4_dnl m4_define({{_version_}}, {{1.18.99}})m4_dnl
m4_dnl m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl m4_define({{_monthyear_}}, {{July 2020}})m4_dnl

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_csv" "5" "June 2020" "hledger 1.18.99" "hledger User Manuals" .TH "hledger_csv" "5" "July 2020" "hledger 1.18.99" "hledger User Manuals"

View File

@ -907,4 +907,4 @@ SEE ALSO
hledger 1.18.99 June 2020 hledger_csv(5) hledger 1.18.99 July 2020 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "June 2020" "hledger 1.18.99" "hledger User Manuals" .TH "hledger_journal" "5" "July 2020" "hledger 1.18.99" "hledger User Manuals"

View File

@ -1485,4 +1485,4 @@ SEE ALSO
hledger 1.18.99 June 2020 hledger_journal(5) hledger 1.18.99 July 2020 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "June 2020" "hledger 1.18.99" "hledger User Manuals" .TH "hledger_timeclock" "5" "July 2020" "hledger 1.18.99" "hledger User Manuals"

View File

@ -78,4 +78,4 @@ SEE ALSO
hledger 1.18.99 June 2020 hledger_timeclock(5) hledger 1.18.99 July 2020 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "June 2020" "hledger 1.18.99" "hledger User Manuals" .TH "hledger_timedot" "5" "July 2020" "hledger 1.18.99" "hledger User Manuals"

View File

@ -161,4 +161,4 @@ SEE ALSO
hledger 1.18.99 June 2020 hledger_timedot(5) hledger 1.18.99 July 2020 hledger_timedot(5)

View File

@ -4,4 +4,4 @@ m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.18.99}})m4_dnl m4_define({{_version_}}, {{1.18.99}})m4_dnl
m4_dnl m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl m4_define({{_monthyear_}}, {{July 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
.TH "hledger-ui" "1" "June 2020" "hledger-ui 1.18.99" "hledger User Manuals" .TH "hledger-ui" "1" "July 2020" "hledger-ui 1.18.99" "hledger User Manuals"

View File

@ -450,4 +450,4 @@ SEE ALSO
hledger-ui 1.18.99 June 2020 hledger-ui(1) hledger-ui 1.18.99 July 2020 hledger-ui(1)

View File

@ -4,4 +4,4 @@ m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.18.99}})m4_dnl m4_define({{_version_}}, {{1.18.99}})m4_dnl
m4_dnl m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl m4_define({{_monthyear_}}, {{July 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
.TH "hledger-web" "1" "June 2020" "hledger-web 1.18.99" "hledger User Manuals" .TH "hledger-web" "1" "July 2020" "hledger-web 1.18.99" "hledger User Manuals"

View File

@ -538,4 +538,4 @@ SEE ALSO
hledger-web 1.18.99 June 2020 hledger-web(1) hledger-web 1.18.99 July 2020 hledger-web(1)

View File

@ -47,7 +47,8 @@ $ hledger balance
By default, accounts are displayed hierarchically, with subaccounts By default, accounts are displayed hierarchically, with subaccounts
indented below their parent. At each level of the tree, accounts are indented below their parent. At each level of the tree, accounts are
sorted by account code if any, then by account name. Or with sorted by account code if any, then by account name. Or with
-S/--sort-amount, by their balance amount. -S/--sort-amount, by their balance amount, largest first. (Note: -S has
a problem in hledger 1.11-1.18).
"Boring" accounts, which contain a single interesting subaccount and no "Boring" accounts, which contain a single interesting subaccount and no
balance of their own, are elided into the following line for more balance of their own, are elided into the following line for more

View File

@ -4,4 +4,4 @@ m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.18.99}})m4_dnl m4_define({{_version_}}, {{1.18.99}})m4_dnl
m4_dnl m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl m4_define({{_monthyear_}}, {{July 2020}})m4_dnl

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "June 2020" "hledger 1.18.99" "hledger User Manuals" .TH "hledger" "1" "July 2020" "hledger 1.18.99" "hledger User Manuals"
@ -2570,7 +2570,9 @@ By default, accounts are displayed hierarchically, with subaccounts
indented below their parent. indented below their parent.
At each level of the tree, accounts are sorted by account code if any, At each level of the tree, accounts are sorted by account code if any,
then by account name. then by account name.
Or with \f[C]-S/--sort-amount\f[R], by their balance amount. Or with \f[C]-S/--sort-amount\f[R], by their balance amount, largest
first.
(Note: \f[C]-S\f[R] has a problem in hledger 1.11-1.18).
.PP .PP
\[dq]Boring\[dq] accounts, which contain a single interesting subaccount \[dq]Boring\[dq] accounts, which contain a single interesting subaccount
and no balance of their own, are elided into the following line for more and no balance of their own, are elided into the following line for more

View File

@ -1267,7 +1267,8 @@ date.
2009-12-29"' 2009-12-29"'
The following more complex report intervals are also supported: The following more complex report intervals are also supported:
'biweekly', 'bimonthly', 'every day|week|month|quarter|year', 'every N 'biweekly', 'fortnightly', 'bimonthly', 'every
day|week|month|quarter|year', 'every N
days|weeks|months|quarters|years'. days|weeks|months|quarters|years'.
All of these will start on the first day of the requested period and All of these will start on the first day of the requested period and
@ -2114,7 +2115,8 @@ $ hledger balance
By default, accounts are displayed hierarchically, with subaccounts By default, accounts are displayed hierarchically, with subaccounts
indented below their parent. At each level of the tree, accounts are indented below their parent. At each level of the tree, accounts are
sorted by account code if any, then by account name. Or with sorted by account code if any, then by account name. Or with
'-S/--sort-amount', by their balance amount. '-S/--sort-amount', by their balance amount, largest first. (Note: '-S'
has a problem in hledger 1.11-1.18).
"Boring" accounts, which contain a single interesting subaccount and "Boring" accounts, which contain a single interesting subaccount and
no balance of their own, are elided into the following line for more no balance of their own, are elided into the following line for more
@ -3926,143 +3928,143 @@ Node: Report intervals40151
Ref: #report-intervals40316 Ref: #report-intervals40316
Node: Period expressions40706 Node: Period expressions40706
Ref: #period-expressions40866 Ref: #period-expressions40866
Node: Depth limiting45002 Node: Depth limiting45017
Ref: #depth-limiting45146 Ref: #depth-limiting45161
Node: Pivoting45478 Node: Pivoting45493
Ref: #pivoting45601 Ref: #pivoting45616
Node: Valuation47277 Node: Valuation47292
Ref: #valuation47379 Ref: #valuation47394
Node: -B Cost48068 Node: -B Cost48083
Ref: #b-cost48172 Ref: #b-cost48187
Node: -V Value48305 Node: -V Value48320
Ref: #v-value48451 Ref: #v-value48466
Node: -X Value in specified commodity48646 Node: -X Value in specified commodity48661
Ref: #x-value-in-specified-commodity48845 Ref: #x-value-in-specified-commodity48860
Node: Valuation date48994 Node: Valuation date49009
Ref: #valuation-date49162 Ref: #valuation-date49177
Node: Market prices49572 Node: Market prices49587
Ref: #market-prices49752 Ref: #market-prices49767
Node: --infer-value market prices from transactions50529 Node: --infer-value market prices from transactions50544
Ref: #infer-value-market-prices-from-transactions50778 Ref: #infer-value-market-prices-from-transactions50793
Node: Valuation commodity52060 Node: Valuation commodity52075
Ref: #valuation-commodity52269 Ref: #valuation-commodity52284
Node: Simple valuation examples53495 Node: Simple valuation examples53510
Ref: #simple-valuation-examples53697 Ref: #simple-valuation-examples53712
Node: --value Flexible valuation54356 Node: --value Flexible valuation54371
Ref: #value-flexible-valuation54564 Ref: #value-flexible-valuation54579
Node: More valuation examples56511 Node: More valuation examples56526
Ref: #more-valuation-examples56720 Ref: #more-valuation-examples56735
Node: Effect of valuation on reports58725 Node: Effect of valuation on reports58740
Ref: #effect-of-valuation-on-reports58913 Ref: #effect-of-valuation-on-reports58928
Node: COMMANDS64434 Node: COMMANDS64449
Ref: #commands64542 Ref: #commands64557
Node: accounts65626 Node: accounts65641
Ref: #accounts65724 Ref: #accounts65739
Node: activity66423 Node: activity66438
Ref: #activity66533 Ref: #activity66548
Node: add66916 Node: add66931
Ref: #add67015 Ref: #add67030
Node: balance69754 Node: balance69769
Ref: #balance69865 Ref: #balance69880
Node: Classic balance report71323 Node: Classic balance report71338
Ref: #classic-balance-report71496 Ref: #classic-balance-report71511
Node: Customising the classic balance report72865 Node: Customising the classic balance report72945
Ref: #customising-the-classic-balance-report73093 Ref: #customising-the-classic-balance-report73173
Node: Colour support75169 Node: Colour support75249
Ref: #colour-support75336 Ref: #colour-support75416
Node: Flat mode75509 Node: Flat mode75589
Ref: #flat-mode75657 Ref: #flat-mode75737
Node: Depth limited balance reports76070 Node: Depth limited balance reports76150
Ref: #depth-limited-balance-reports76255 Ref: #depth-limited-balance-reports76335
Node: Percentages76711 Node: Percentages76791
Ref: #percentages76877 Ref: #percentages76957
Node: Multicolumn balance report78014 Node: Multicolumn balance report78094
Ref: #multicolumn-balance-report78194 Ref: #multicolumn-balance-report78274
Node: Budget report83456 Node: Budget report83536
Ref: #budget-report83599 Ref: #budget-report83679
Node: Nested budgets88865 Node: Nested budgets88945
Ref: #nested-budgets88977 Ref: #nested-budgets89057
Ref: #output-format-192458 Ref: #output-format-192538
Node: balancesheet92655 Node: balancesheet92735
Ref: #balancesheet92791 Ref: #balancesheet92871
Node: balancesheetequity94257 Node: balancesheetequity94337
Ref: #balancesheetequity94406 Ref: #balancesheetequity94486
Node: cashflow95129 Node: cashflow95209
Ref: #cashflow95257 Ref: #cashflow95337
Node: check-dates96436 Node: check-dates96516
Ref: #check-dates96563 Ref: #check-dates96643
Node: check-dupes96842 Node: check-dupes96922
Ref: #check-dupes96966 Ref: #check-dupes97046
Node: close97259 Node: close97339
Ref: #close97373 Ref: #close97453
Node: close usage98895 Node: close usage98975
Ref: #close-usage98988 Ref: #close-usage99068
Node: commodities101801 Node: commodities101881
Ref: #commodities101928 Ref: #commodities102008
Node: descriptions102010 Node: descriptions102090
Ref: #descriptions102138 Ref: #descriptions102218
Node: diff102319 Node: diff102399
Ref: #diff102425 Ref: #diff102505
Node: files103472 Node: files103552
Ref: #files103572 Ref: #files103652
Node: help103719 Node: help103799
Ref: #help103819 Ref: #help103899
Node: import104900 Node: import104980
Ref: #import105014 Ref: #import105094
Node: Importing balance assignments105907 Node: Importing balance assignments105987
Ref: #importing-balance-assignments106055 Ref: #importing-balance-assignments106135
Node: incomestatement106704 Node: incomestatement106784
Ref: #incomestatement106837 Ref: #incomestatement106917
Node: notes108324 Node: notes108404
Ref: #notes108437 Ref: #notes108517
Node: payees108563 Node: payees108643
Ref: #payees108669 Ref: #payees108749
Node: prices108827 Node: prices108907
Ref: #prices108933 Ref: #prices109013
Node: print109274 Node: print109354
Ref: #print109384 Ref: #print109464
Node: print-unique114180 Node: print-unique114260
Ref: #print-unique114306 Ref: #print-unique114386
Node: register114591 Node: register114671
Ref: #register114718 Ref: #register114798
Node: Custom register output118890 Node: Custom register output118970
Ref: #custom-register-output119019 Ref: #custom-register-output119099
Node: register-match120356 Node: register-match120436
Ref: #register-match120490 Ref: #register-match120570
Node: rewrite120841 Node: rewrite120921
Ref: #rewrite120956 Ref: #rewrite121036
Node: Re-write rules in a file122811 Node: Re-write rules in a file122891
Ref: #re-write-rules-in-a-file122945 Ref: #re-write-rules-in-a-file123025
Node: Diff output format124155 Node: Diff output format124235
Ref: #diff-output-format124324 Ref: #diff-output-format124404
Node: rewrite vs print --auto125416 Node: rewrite vs print --auto125496
Ref: #rewrite-vs.-print---auto125595 Ref: #rewrite-vs.-print---auto125675
Node: roi126151 Node: roi126231
Ref: #roi126249 Ref: #roi126329
Node: stats127261 Node: stats127341
Ref: #stats127360 Ref: #stats127440
Node: tags128148 Node: tags128228
Ref: #tags128246 Ref: #tags128326
Node: test128540 Node: test128620
Ref: #test128648 Ref: #test128728
Node: Add-on commands129395 Node: Add-on commands129475
Ref: #add-on-commands129512 Ref: #add-on-commands129592
Node: ui130855 Node: ui130935
Ref: #ui130943 Ref: #ui131023
Node: web130997 Node: web131077
Ref: #web131100 Ref: #web131180
Node: iadd131216 Node: iadd131296
Ref: #iadd131327 Ref: #iadd131407
Node: interest131409 Node: interest131489
Ref: #interest131516 Ref: #interest131596
Node: ENVIRONMENT131756 Node: ENVIRONMENT131836
Ref: #environment131868 Ref: #environment131948
Node: FILES132697 Node: FILES132777
Ref: #files-1132800 Ref: #files-1132880
Node: LIMITATIONS133013 Node: LIMITATIONS133093
Ref: #limitations133132 Ref: #limitations133212
Node: TROUBLESHOOTING133874 Node: TROUBLESHOOTING133954
Ref: #troubleshooting133987 Ref: #troubleshooting134067
 
End Tag Table End Tag Table

File diff suppressed because it is too large Load Diff