update embedded manuals

This commit is contained in:
Simon Michael 2017-12-31 10:22:09 -08:00
parent ae3dca28e2
commit 6ccabe3b48
24 changed files with 296 additions and 296 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "December 2017" "hledger\-api 1.4.99" "hledger User Manuals" .TH "hledger\-api" "1" "December 2017" "hledger\-api 1.5" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger-api.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-api(1) hledger-api 1.4.99 hledger-api(1) hledger-api 1.5
********************************* ******************************
hledger-api is a simple web API server, intended to support client-side hledger-api is a simple web API server, intended to support client-side
web apps operating on hledger data. It comes with a series of simple web apps operating on hledger data. It comes with a series of simple
@ -64,7 +64,7 @@ options as shown above.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1222 Node: OPTIONS1216
Ref: #options1307 Ref: #options1301
 
End Tag Table End Tag Table

View File

@ -102,4 +102,4 @@ SEE ALSO
hledger-api 1.4.99 December 2017 hledger-api(1) hledger-api 1.5 December 2017 hledger-api(1)

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "December 2017" "hledger 1.4.99" "hledger User Manuals" .TH "hledger_csv" "5" "December 2017" "hledger 1.5" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger_csv.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir) File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir)
hledger_csv(5) hledger 1.4.99 hledger_csv(5) hledger 1.5
***************************** **************************
hledger can read CSV (comma-separated value) files as if they were hledger can read CSV (comma-separated value) files as if they were
journal files, automatically converting each CSV record into a journal files, automatically converting each CSV record into a
@ -317,33 +317,33 @@ one rules file will be used for all the CSV files being read.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: CSV RULES2167 Node: CSV RULES2161
Ref: #csv-rules2275 Ref: #csv-rules2269
Node: skip2537 Node: skip2531
Ref: #skip2631 Ref: #skip2625
Node: date-format2803 Node: date-format2797
Ref: #date-format2930 Ref: #date-format2924
Node: field list3436 Node: field list3430
Ref: #field-list3573 Ref: #field-list3567
Node: field assignment4278 Node: field assignment4272
Ref: #field-assignment4433 Ref: #field-assignment4427
Node: conditional block4937 Node: conditional block4931
Ref: #conditional-block5091 Ref: #conditional-block5085
Node: include5987 Node: include5981
Ref: #include6117 Ref: #include6111
Node: newest-first6348 Node: newest-first6342
Ref: #newest-first6462 Ref: #newest-first6456
Node: CSV TIPS6873 Node: CSV TIPS6867
Ref: #csv-tips6967 Ref: #csv-tips6961
Node: CSV ordering7085 Node: CSV ordering7079
Ref: #csv-ordering7203 Ref: #csv-ordering7197
Node: CSV accounts7384 Node: CSV accounts7378
Ref: #csv-accounts7522 Ref: #csv-accounts7516
Node: CSV amounts7776 Node: CSV amounts7770
Ref: #csv-amounts7922 Ref: #csv-amounts7916
Node: CSV balance assertions8697 Node: CSV balance assertions8691
Ref: #csv-balance-assertions8879 Ref: #csv-balance-assertions8873
Node: Reading multiple CSV files9084 Node: Reading multiple CSV files9078
Ref: #reading-multiple-csv-files9254 Ref: #reading-multiple-csv-files9248
 
End Tag Table End Tag Table

View File

@ -249,4 +249,4 @@ SEE ALSO
hledger 1.4.99 December 2017 hledger_csv(5) hledger 1.5 December 2017 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "December 2017" "hledger 1.4.99" "hledger User Manuals" .TH "hledger_journal" "5" "December 2017" "hledger 1.5" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir) File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_journal(5) hledger 1.4.99 hledger_journal(5) hledger 1.5
********************************* ******************************
hledger's usual data source is a plain text file containing journal hledger's usual data source is a plain text file containing journal
entries in hledger journal format. This file represents a standard entries in hledger journal format. This file represents a standard
@ -1147,89 +1147,89 @@ Code
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT2430 Node: FILE FORMAT2424
Ref: #file-format2561 Ref: #file-format2555
Node: Transactions2784 Node: Transactions2778
Ref: #transactions2905 Ref: #transactions2899
Node: Postings3589 Node: Postings3583
Ref: #postings3716 Ref: #postings3710
Node: Dates4711 Node: Dates4705
Ref: #dates4826 Ref: #dates4820
Node: Simple dates4891 Node: Simple dates4885
Ref: #simple-dates5017 Ref: #simple-dates5011
Node: Secondary dates5383 Node: Secondary dates5377
Ref: #secondary-dates5537 Ref: #secondary-dates5531
Node: Posting dates7100 Node: Posting dates7094
Ref: #posting-dates7229 Ref: #posting-dates7223
Node: Status8603 Node: Status8597
Ref: #status8723 Ref: #status8717
Node: Description10431 Node: Description10425
Ref: #description10569 Ref: #description10563
Node: Payee and note10888 Node: Payee and note10882
Ref: #payee-and-note11002 Ref: #payee-and-note10996
Node: Account names11244 Node: Account names11238
Ref: #account-names11387 Ref: #account-names11381
Node: Amounts11874 Node: Amounts11868
Ref: #amounts12010 Ref: #amounts12004
Node: Virtual Postings14690 Node: Virtual Postings14684
Ref: #virtual-postings14849 Ref: #virtual-postings14843
Node: Balance Assertions16069 Node: Balance Assertions16063
Ref: #balance-assertions16244 Ref: #balance-assertions16238
Node: Assertions and ordering17140 Node: Assertions and ordering17134
Ref: #assertions-and-ordering17326 Ref: #assertions-and-ordering17320
Node: Assertions and included files18026 Node: Assertions and included files18020
Ref: #assertions-and-included-files18267 Ref: #assertions-and-included-files18261
Node: Assertions and multiple -f options18600 Node: Assertions and multiple -f options18594
Ref: #assertions-and-multiple--f-options18854 Ref: #assertions-and-multiple--f-options18848
Node: Assertions and commodities18986 Node: Assertions and commodities18980
Ref: #assertions-and-commodities19221 Ref: #assertions-and-commodities19215
Node: Assertions and subaccounts19917 Node: Assertions and subaccounts19911
Ref: #assertions-and-subaccounts20149 Ref: #assertions-and-subaccounts20143
Node: Assertions and virtual postings20670 Node: Assertions and virtual postings20664
Ref: #assertions-and-virtual-postings20877 Ref: #assertions-and-virtual-postings20871
Node: Balance Assignments21019 Node: Balance Assignments21013
Ref: #balance-assignments21188 Ref: #balance-assignments21182
Node: Prices22308 Node: Prices22302
Ref: #prices22441 Ref: #prices22435
Node: Transaction prices22492 Node: Transaction prices22486
Ref: #transaction-prices22637 Ref: #transaction-prices22631
Node: Market prices24793 Node: Market prices24787
Ref: #market-prices24928 Ref: #market-prices24922
Node: Comments25888 Node: Comments25882
Ref: #comments26010 Ref: #comments26004
Node: Tags27252 Node: Tags27246
Ref: #tags27370 Ref: #tags27364
Node: Directives28772 Node: Directives28766
Ref: #directives28885 Ref: #directives28879
Node: Account aliases29078 Node: Account aliases29072
Ref: #account-aliases29222 Ref: #account-aliases29216
Node: Basic aliases29826 Node: Basic aliases29820
Ref: #basic-aliases29969 Ref: #basic-aliases29963
Node: Regex aliases30659 Node: Regex aliases30653
Ref: #regex-aliases30827 Ref: #regex-aliases30821
Node: Multiple aliases31545 Node: Multiple aliases31539
Ref: #multiple-aliases31717 Ref: #multiple-aliases31711
Node: end aliases32215 Node: end aliases32209
Ref: #end-aliases32355 Ref: #end-aliases32349
Node: account directive32456 Node: account directive32450
Ref: #account-directive32636 Ref: #account-directive32630
Node: apply account directive32932 Node: apply account directive32926
Ref: #apply-account-directive33128 Ref: #apply-account-directive33122
Node: Multi-line comments33787 Node: Multi-line comments33781
Ref: #multi-line-comments33977 Ref: #multi-line-comments33971
Node: commodity directive34105 Node: commodity directive34099
Ref: #commodity-directive34289 Ref: #commodity-directive34283
Node: Default commodity35161 Node: Default commodity35155
Ref: #default-commodity35334 Ref: #default-commodity35328
Node: Default year35871 Node: Default year35865
Ref: #default-year36036 Ref: #default-year36030
Node: Including other files36459 Node: Including other files36453
Ref: #including-other-files36616 Ref: #including-other-files36610
Node: Periodic transactions37013 Node: Periodic transactions37007
Ref: #periodic-transactions37184 Ref: #periodic-transactions37178
Node: Automated posting rules37927 Node: Automated posting rules37921
Ref: #automated-posting-rules38105 Ref: #automated-posting-rules38099
Node: EDITOR SUPPORT39214 Node: EDITOR SUPPORT39208
Ref: #editor-support39344 Ref: #editor-support39338
 
End Tag Table End Tag Table

View File

@ -915,4 +915,4 @@ SEE ALSO
hledger 1.4.99 December 2017 hledger_journal(5) hledger 1.5 December 2017 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "December 2017" "hledger 1.4.99" "hledger User Manuals" .TH "hledger_timeclock" "5" "December 2017" "hledger 1.5" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_timeclock.info, Node: Top, Up: (dir) File: hledger_timeclock.info, Node: Top, Up: (dir)
hledger_timeclock(5) hledger 1.4.99 hledger_timeclock(5) hledger 1.5
*********************************** ********************************
hledger can read timeclock files. As with Ledger, these are (a subset hledger can read timeclock files. As with Ledger, these are (a subset
of) timeclock.el's format, containing clock-in and clock-out entries as of) timeclock.el's format, containing clock-in and clock-out entries as

View File

@ -77,4 +77,4 @@ SEE ALSO
hledger 1.4.99 December 2017 hledger_timeclock(5) hledger 1.5 December 2017 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "December 2017" "hledger 1.4.99" "hledger User Manuals" .TH "hledger_timedot" "5" "December 2017" "hledger 1.5" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir) File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_timedot(5) hledger 1.4.99 hledger_timedot(5) hledger 1.5
********************************* ******************************
Timedot is a plain text format for logging dated, categorised quantities Timedot is a plain text format for logging dated, categorised quantities
(of time, usually), supported by hledger. It is convenient for (of time, usually), supported by hledger. It is convenient for
@ -110,7 +110,7 @@ $ hledger -f t.timedot --alias /\\./=: bal date:2016/2/4
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT811 Node: FILE FORMAT805
Ref: #file-format912 Ref: #file-format906
 
End Tag Table End Tag Table

View File

@ -124,4 +124,4 @@ SEE ALSO
hledger 1.4.99 December 2017 hledger_timedot(5) hledger 1.5 December 2017 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "December 2017" "hledger\-ui 1.4.99" "hledger User Manuals" .TH "hledger\-ui" "1" "December 2017" "hledger\-ui 1.5" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger-ui.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-ui.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-ui.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-ui(1) hledger-ui 1.4.99 hledger-ui(1) hledger-ui 1.5
******************************* ****************************
hledger-ui is hledger's curses-style interface, providing an efficient hledger-ui is hledger's curses-style interface, providing an efficient
full-window text UI for viewing accounts and transactions, and some full-window text UI for viewing accounts and transactions, and some
@ -376,19 +376,19 @@ to cancel the reload attempt.)
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS827 Node: OPTIONS821
Ref: #options924 Ref: #options918
Node: KEYS4093 Node: KEYS4087
Ref: #keys4188 Ref: #keys4182
Node: SCREENS7147 Node: SCREENS7141
Ref: #screens7232 Ref: #screens7226
Node: Accounts screen7322 Node: Accounts screen7316
Ref: #accounts-screen7450 Ref: #accounts-screen7444
Node: Register screen9680 Node: Register screen9674
Ref: #register-screen9835 Ref: #register-screen9829
Node: Transaction screen11909 Node: Transaction screen11903
Ref: #transaction-screen12067 Ref: #transaction-screen12061
Node: Error screen12937 Node: Error screen12931
Ref: #error-screen13059 Ref: #error-screen13053
 
End Tag Table End Tag Table

View File

@ -383,4 +383,4 @@ SEE ALSO
hledger-ui 1.4.99 December 2017 hledger-ui(1) hledger-ui 1.5 December 2017 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "December 2017" "hledger\-web 1.4.99" "hledger User Manuals" .TH "hledger\-web" "1" "December 2017" "hledger\-web 1.5" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger-web.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-web.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-web.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-web(1) hledger-web 1.4.99 hledger-web(1) hledger-web 1.5
********************************* ******************************
hledger-web is hledger's web interface. It starts a simple web hledger-web is hledger's web interface. It starts a simple web
application for browsing and adding transactions, and optionally opens application for browsing and adding transactions, and optionally opens
@ -208,7 +208,7 @@ this, insert a '--' argument before.)
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS3158 Node: OPTIONS3152
Ref: #options3243 Ref: #options3237
 
End Tag Table End Tag Table

View File

@ -247,4 +247,4 @@ SEE ALSO
hledger-web 1.4.99 December 2017 hledger-web(1) hledger-web 1.5 December 2017 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "December 2017" "hledger 1.4.99" "hledger User Manuals" .TH "hledger" "1" "December 2017" "hledger 1.5" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir) File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir)
hledger(1) hledger 1.4.99 hledger(1) hledger 1.5
************************* **********************
This is hledger's command-line interface (there are also curses and web This is hledger's command-line interface (there are also curses and web
interfaces). Its basic function is to read a plain text file describing interfaces). Its basic function is to read a plain text file describing
@ -2368,137 +2368,137 @@ hledger-check.hs checks more powerful account balance assertions.
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: EXAMPLES1888 Node: EXAMPLES1882
Ref: #examples1988 Ref: #examples1982
Node: OPTIONS3634 Node: OPTIONS3628
Ref: #options3736 Ref: #options3730
Node: General options4060 Node: General options4054
Ref: #general-options4185 Ref: #general-options4179
Node: Command options6736 Node: Command options6730
Ref: #command-options6887 Ref: #command-options6881
Node: Command arguments7285 Node: Command arguments7279
Ref: #command-arguments7439 Ref: #command-arguments7433
Node: Argument files7560 Node: Argument files7554
Ref: #argument-files7711 Ref: #argument-files7705
Node: Special characters7977 Node: Special characters7971
Ref: #special-characters8130 Ref: #special-characters8124
Node: Input files9549 Node: Input files9543
Ref: #input-files9685 Ref: #input-files9679
Node: Smart dates11655 Node: Smart dates11649
Ref: #smart-dates11796 Ref: #smart-dates11790
Node: Report start & end date12775 Node: Report start & end date12769
Ref: #report-start-end-date12945 Ref: #report-start-end-date12939
Node: Report intervals14010 Node: Report intervals14004
Ref: #report-intervals14173 Ref: #report-intervals14167
Node: Period expressions14574 Node: Period expressions14568
Ref: #period-expressions14734 Ref: #period-expressions14728
Node: Depth limiting18691 Node: Depth limiting18685
Ref: #depth-limiting18835 Ref: #depth-limiting18829
Node: Pivoting19177 Node: Pivoting19171
Ref: #pivoting19295 Ref: #pivoting19289
Node: Cost20971 Node: Cost20965
Ref: #cost21079 Ref: #cost21073
Node: Market value21197 Node: Market value21191
Ref: #market-value21332 Ref: #market-value21326
Node: Combining -B and -V22515 Node: Combining -B and -V22509
Ref: #combining--b-and--v22679 Ref: #combining--b-and--v22673
Node: Regular expressions22826 Node: Regular expressions22820
Ref: #regular-expressions22969 Ref: #regular-expressions22963
Node: QUERIES24330 Node: QUERIES24324
Ref: #queries24432 Ref: #queries24426
Node: COMMANDS28399 Node: COMMANDS28393
Ref: #commands28511 Ref: #commands28505
Node: accounts29494 Node: accounts29488
Ref: #accounts29592 Ref: #accounts29586
Node: activity30585 Node: activity30579
Ref: #activity30695 Ref: #activity30689
Node: add31055 Node: add31049
Ref: #add31154 Ref: #add31148
Node: balance33815 Node: balance33809
Ref: #balance33926 Ref: #balance33920
Node: Flat mode37300 Node: Flat mode37294
Ref: #flat-mode37425 Ref: #flat-mode37419
Node: Depth limited balance reports37845 Node: Depth limited balance reports37839
Ref: #depth-limited-balance-reports38046 Ref: #depth-limited-balance-reports38040
Node: Multicolumn balance reports38466 Node: Multicolumn balance reports38460
Ref: #multicolumn-balance-reports38661 Ref: #multicolumn-balance-reports38655
Node: Budgets43350 Node: Budgets43344
Ref: #budgets43497 Ref: #budgets43491
Node: Custom balance output47328 Node: Custom balance output47322
Ref: #custom-balance-output47490 Ref: #custom-balance-output47484
Node: Colour support49583 Node: Colour support49577
Ref: #colour-support49742 Ref: #colour-support49736
Node: Output destination49915 Node: Output destination49909
Ref: #output-destination50071 Ref: #output-destination50065
Node: CSV output50341 Node: CSV output50335
Ref: #csv-output50458 Ref: #csv-output50452
Node: balancesheet50855 Node: balancesheet50849
Ref: #balancesheet50991 Ref: #balancesheet50985
Node: balancesheetequity52959 Node: balancesheetequity52953
Ref: #balancesheetequity53108 Ref: #balancesheetequity53102
Node: cashflow53897 Node: cashflow53891
Ref: #cashflow54025 Ref: #cashflow54019
Node: check-dates55937 Node: check-dates55931
Ref: #check-dates56064 Ref: #check-dates56058
Node: check-dupes56181 Node: check-dupes56175
Ref: #check-dupes56306 Ref: #check-dupes56300
Node: equity56443 Node: equity56437
Ref: #equity56553 Ref: #equity56547
Node: help56716 Node: help56710
Ref: #help56817 Ref: #help56811
Node: import57891 Node: import57885
Ref: #import58005 Ref: #import57999
Node: incomestatement58735 Node: incomestatement58729
Ref: #incomestatement58869 Ref: #incomestatement58863
Node: prices60822 Node: prices60816
Ref: #prices60937 Ref: #prices60931
Node: print60980 Node: print60974
Ref: #print61090 Ref: #print61084
Node: print-unique65975 Node: print-unique65969
Ref: #print-unique66101 Ref: #print-unique66095
Node: register66169 Node: register66163
Ref: #register66296 Ref: #register66290
Node: Custom register output70797 Node: Custom register output70791
Ref: #custom-register-output70926 Ref: #custom-register-output70920
Node: register-match72223 Node: register-match72217
Ref: #register-match72357 Ref: #register-match72351
Node: rewrite72540 Node: rewrite72534
Ref: #rewrite72657 Ref: #rewrite72651
Node: stats72726 Node: stats72720
Ref: #stats72829 Ref: #stats72823
Node: tags73711 Node: tags73705
Ref: #tags73809 Ref: #tags73803
Node: test74045 Node: test74039
Ref: #test74129 Ref: #test74123
Node: ADD-ON COMMANDS74497 Node: ADD-ON COMMANDS74491
Ref: #add-on-commands74607 Ref: #add-on-commands74601
Node: Official add-ons75894 Node: Official add-ons75888
Ref: #official-add-ons76034 Ref: #official-add-ons76028
Node: api76121 Node: api76115
Ref: #api76210 Ref: #api76204
Node: ui76262 Node: ui76256
Ref: #ui76361 Ref: #ui76355
Node: web76419 Node: web76413
Ref: #web76508 Ref: #web76502
Node: Third party add-ons76554 Node: Third party add-ons76548
Ref: #third-party-add-ons76729 Ref: #third-party-add-ons76723
Node: diff76864 Node: diff76858
Ref: #diff76961 Ref: #diff76955
Node: iadd77060 Node: iadd77054
Ref: #iadd77174 Ref: #iadd77168
Node: interest77257 Node: interest77251
Ref: #interest77378 Ref: #interest77372
Node: irr77473 Node: irr77467
Ref: #irr77571 Ref: #irr77565
Node: Experimental add-ons77649 Node: Experimental add-ons77643
Ref: #experimental-add-ons77801 Ref: #experimental-add-ons77795
Node: autosync78092 Node: autosync78086
Ref: #autosync78204 Ref: #autosync78198
Node: budget78443 Node: budget78437
Ref: #budget78565 Ref: #budget78559
Node: chart78631 Node: chart78625
Ref: #chart78748 Ref: #chart78742
Node: check78819 Node: check78813
Ref: #check78921 Ref: #check78915
 
End Tag Table End Tag Table

View File

@ -2135,4 +2135,4 @@ SEE ALSO
hledger 1.4.99 December 2017 hledger(1) hledger 1.5 December 2017 hledger(1)