update embedded manuals

This commit is contained in:
Simon Michael 2018-03-31 18:28:41 +01:00
parent 6ebb1fb061
commit 027abcabe6
24 changed files with 294 additions and 294 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "January 2018" "hledger\-api 1.5.99" "hledger User Manuals" .TH "hledger\-api" "1" "March 2018" "hledger\-api 1.9" "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.5.99 hledger-api(1) hledger-api 1.9
********************************* ******************************
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
@ -80,7 +80,7 @@ options as shown above.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1664 Node: OPTIONS1658
Ref: #options1749 Ref: #options1743
 
End Tag Table End Tag Table

View File

@ -117,4 +117,4 @@ SEE ALSO
hledger-api 1.5.99 January 2018 hledger-api(1) hledger-api 1.9 March 2018 hledger-api(1)

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "January 2018" "hledger 1.5.99" "hledger User Manuals" .TH "hledger_csv" "5" "March 2018" "hledger 1.9" "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.5.99 hledger_csv(5) hledger 1.9
***************************** **************************
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.5.99 January 2018 hledger_csv(5) hledger 1.9 March 2018 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "January 2018" "hledger 1.5.99" "hledger User Manuals" .TH "hledger_journal" "5" "March 2018" "hledger 1.9" "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.5.99 hledger_journal(5) hledger 1.9
********************************* ******************************
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
@ -1182,89 +1182,89 @@ Code
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT2425 Node: FILE FORMAT2419
Ref: #file-format2556 Ref: #file-format2550
Node: Transactions2779 Node: Transactions2773
Ref: #transactions2900 Ref: #transactions2894
Node: Postings3584 Node: Postings3578
Ref: #postings3711 Ref: #postings3705
Node: Dates4706 Node: Dates4700
Ref: #dates4821 Ref: #dates4815
Node: Simple dates4886 Node: Simple dates4880
Ref: #simple-dates5012 Ref: #simple-dates5006
Node: Secondary dates5378 Node: Secondary dates5372
Ref: #secondary-dates5532 Ref: #secondary-dates5526
Node: Posting dates7095 Node: Posting dates7089
Ref: #posting-dates7224 Ref: #posting-dates7218
Node: Status8598 Node: Status8592
Ref: #status8718 Ref: #status8712
Node: Description10426 Node: Description10420
Ref: #description10564 Ref: #description10558
Node: Payee and note10883 Node: Payee and note10877
Ref: #payee-and-note10997 Ref: #payee-and-note10991
Node: Account names11239 Node: Account names11233
Ref: #account-names11382 Ref: #account-names11376
Node: Amounts11869 Node: Amounts11863
Ref: #amounts12005 Ref: #amounts11999
Node: Virtual Postings15020 Node: Virtual Postings15014
Ref: #virtual-postings15179 Ref: #virtual-postings15173
Node: Balance Assertions16399 Node: Balance Assertions16393
Ref: #balance-assertions16574 Ref: #balance-assertions16568
Node: Assertions and ordering17470 Node: Assertions and ordering17464
Ref: #assertions-and-ordering17656 Ref: #assertions-and-ordering17650
Node: Assertions and included files18356 Node: Assertions and included files18350
Ref: #assertions-and-included-files18597 Ref: #assertions-and-included-files18591
Node: Assertions and multiple -f options18930 Node: Assertions and multiple -f options18924
Ref: #assertions-and-multiple--f-options19184 Ref: #assertions-and-multiple--f-options19178
Node: Assertions and commodities19316 Node: Assertions and commodities19310
Ref: #assertions-and-commodities19551 Ref: #assertions-and-commodities19545
Node: Assertions and subaccounts20247 Node: Assertions and subaccounts20241
Ref: #assertions-and-subaccounts20479 Ref: #assertions-and-subaccounts20473
Node: Assertions and virtual postings21000 Node: Assertions and virtual postings20994
Ref: #assertions-and-virtual-postings21207 Ref: #assertions-and-virtual-postings21201
Node: Balance Assignments21349 Node: Balance Assignments21343
Ref: #balance-assignments21518 Ref: #balance-assignments21512
Node: Prices22638 Node: Prices22632
Ref: #prices22771 Ref: #prices22765
Node: Transaction prices22822 Node: Transaction prices22816
Ref: #transaction-prices22967 Ref: #transaction-prices22961
Node: Market prices25123 Node: Market prices25117
Ref: #market-prices25258 Ref: #market-prices25252
Node: Comments26218 Node: Comments26212
Ref: #comments26340 Ref: #comments26334
Node: Tags27582 Node: Tags27576
Ref: #tags27700 Ref: #tags27694
Node: Directives29102 Node: Directives29096
Ref: #directives29215 Ref: #directives29209
Node: Account aliases29408 Node: Account aliases29402
Ref: #account-aliases29552 Ref: #account-aliases29546
Node: Basic aliases30156 Node: Basic aliases30150
Ref: #basic-aliases30299 Ref: #basic-aliases30293
Node: Regex aliases30989 Node: Regex aliases30983
Ref: #regex-aliases31157 Ref: #regex-aliases31151
Node: Multiple aliases31875 Node: Multiple aliases31869
Ref: #multiple-aliases32047 Ref: #multiple-aliases32041
Node: end aliases32545 Node: end aliases32539
Ref: #end-aliases32685 Ref: #end-aliases32679
Node: account directive32786 Node: account directive32780
Ref: #account-directive32966 Ref: #account-directive32960
Node: apply account directive34313 Node: apply account directive34307
Ref: #apply-account-directive34509 Ref: #apply-account-directive34503
Node: Multi-line comments35168 Node: Multi-line comments35162
Ref: #multi-line-comments35358 Ref: #multi-line-comments35352
Node: commodity directive35486 Node: commodity directive35480
Ref: #commodity-directive35670 Ref: #commodity-directive35664
Node: Default commodity36542 Node: Default commodity36536
Ref: #default-commodity36715 Ref: #default-commodity36709
Node: Default year37252 Node: Default year37246
Ref: #default-year37417 Ref: #default-year37411
Node: Including other files37840 Node: Including other files37834
Ref: #including-other-files37997 Ref: #including-other-files37991
Node: Periodic transactions38394 Node: Periodic transactions38388
Ref: #periodic-transactions38560 Ref: #periodic-transactions38554
Node: Automated postings39549 Node: Automated postings39543
Ref: #automated-postings39712 Ref: #automated-postings39706
Node: EDITOR SUPPORT40614 Node: EDITOR SUPPORT40608
Ref: #editor-support40739 Ref: #editor-support40733
 
End Tag Table End Tag Table

View File

@ -947,4 +947,4 @@ SEE ALSO
hledger 1.5.99 January 2018 hledger_journal(5) hledger 1.9 March 2018 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "January 2018" "hledger 1.5.99" "hledger User Manuals" .TH "hledger_timeclock" "5" "March 2018" "hledger 1.9" "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.5.99 hledger_timeclock(5) hledger 1.9
*********************************** ********************************
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.5.99 January 2018 hledger_timeclock(5) hledger 1.9 March 2018 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "January 2018" "hledger 1.5.99" "hledger User Manuals" .TH "hledger_timedot" "5" "March 2018" "hledger 1.9" "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.5.99 hledger_timedot(5) hledger 1.9
********************************* ******************************
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.5.99 January 2018 hledger_timedot(5) hledger 1.9 March 2018 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "January 2018" "hledger\-ui 1.5.99" "hledger User Manuals" .TH "hledger\-ui" "1" "March 2018" "hledger\-ui 1.9" "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.5.99 hledger-ui(1) hledger-ui 1.9
******************************* ****************************
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
@ -377,19 +377,19 @@ to cancel the reload attempt.)
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS827 Node: OPTIONS821
Ref: #options924 Ref: #options918
Node: KEYS4141 Node: KEYS4135
Ref: #keys4236 Ref: #keys4230
Node: SCREENS7195 Node: SCREENS7189
Ref: #screens7280 Ref: #screens7274
Node: Accounts screen7370 Node: Accounts screen7364
Ref: #accounts-screen7498 Ref: #accounts-screen7492
Node: Register screen9728 Node: Register screen9722
Ref: #register-screen9883 Ref: #register-screen9877
Node: Transaction screen11957 Node: Transaction screen11951
Ref: #transaction-screen12115 Ref: #transaction-screen12109
Node: Error screen12985 Node: Error screen12979
Ref: #error-screen13107 Ref: #error-screen13101
 
End Tag Table End Tag Table

View File

@ -384,4 +384,4 @@ SEE ALSO
hledger-ui 1.5.99 January 2018 hledger-ui(1) hledger-ui 1.9 March 2018 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "January 2018" "hledger\-web 1.5.99" "hledger User Manuals" .TH "hledger\-web" "1" "March 2018" "hledger\-web 1.9" "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.5.99 hledger-web(1) hledger-web 1.9
********************************* ******************************
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
@ -209,7 +209,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

@ -248,4 +248,4 @@ SEE ALSO
hledger-web 1.5.99 January 2018 hledger-web(1) hledger-web 1.9 March 2018 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "January 2018" "hledger 1.5.99" "hledger User Manuals" .TH "hledger" "1" "March 2018" "hledger 1.9" "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.5.99 hledger(1) hledger 1.9
************************* **********************
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
@ -2393,135 +2393,135 @@ 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 options4101 Node: General options4095
Ref: #general-options4226 Ref: #general-options4220
Node: Command options6825 Node: Command options6819
Ref: #command-options6976 Ref: #command-options6970
Node: Command arguments7374 Node: Command arguments7368
Ref: #command-arguments7528 Ref: #command-arguments7522
Node: Argument files7649 Node: Argument files7643
Ref: #argument-files7800 Ref: #argument-files7794
Node: Special characters8066 Node: Special characters8060
Ref: #special-characters8219 Ref: #special-characters8213
Node: Input files9638 Node: Input files9632
Ref: #input-files9774 Ref: #input-files9768
Node: Smart dates11744 Node: Smart dates11738
Ref: #smart-dates11885 Ref: #smart-dates11879
Node: Report start & end date12864 Node: Report start & end date12858
Ref: #report-start-end-date13034 Ref: #report-start-end-date13028
Node: Report intervals14099 Node: Report intervals14093
Ref: #report-intervals14262 Ref: #report-intervals14256
Node: Period expressions14663 Node: Period expressions14657
Ref: #period-expressions14823 Ref: #period-expressions14817
Node: Depth limiting18780 Node: Depth limiting18774
Ref: #depth-limiting18924 Ref: #depth-limiting18918
Node: Pivoting19266 Node: Pivoting19260
Ref: #pivoting19384 Ref: #pivoting19378
Node: Cost21060 Node: Cost21054
Ref: #cost21168 Ref: #cost21162
Node: Market value21286 Node: Market value21280
Ref: #market-value21421 Ref: #market-value21415
Node: Combining -B and -V22604 Node: Combining -B and -V22598
Ref: #combining--b-and--v22767 Ref: #combining--b-and--v22761
Node: Output destination22914 Node: Output destination22908
Ref: #output-destination23076 Ref: #output-destination23070
Node: Output format23359 Node: Output format23353
Ref: #output-format23511 Ref: #output-format23505
Node: Regular expressions23896 Node: Regular expressions23890
Ref: #regular-expressions24033 Ref: #regular-expressions24027
Node: QUERIES25394 Node: QUERIES25388
Ref: #queries25496 Ref: #queries25490
Node: COMMANDS29463 Node: COMMANDS29457
Ref: #commands29575 Ref: #commands29569
Node: accounts30557 Node: accounts30551
Ref: #accounts30655 Ref: #accounts30649
Node: activity31901 Node: activity31895
Ref: #activity32011 Ref: #activity32005
Node: add32371 Node: add32365
Ref: #add32470 Ref: #add32464
Node: balance35131 Node: balance35125
Ref: #balance35242 Ref: #balance35236
Node: Flat mode38746 Node: Flat mode38740
Ref: #flat-mode38871 Ref: #flat-mode38865
Node: Depth limited balance reports39291 Node: Depth limited balance reports39285
Ref: #depth-limited-balance-reports39492 Ref: #depth-limited-balance-reports39486
Node: Multicolumn balance reports39912 Node: Multicolumn balance reports39906
Ref: #multicolumn-balance-reports40107 Ref: #multicolumn-balance-reports40101
Node: Budgets44796 Node: Budgets44790
Ref: #budgets44943 Ref: #budgets44937
Node: Custom balance output48912 Node: Custom balance output48906
Ref: #custom-balance-output49074 Ref: #custom-balance-output49068
Node: Colour support51240 Node: Colour support51234
Ref: #colour-support51372 Ref: #colour-support51366
Node: balancesheet51545 Node: balancesheet51539
Ref: #balancesheet51681 Ref: #balancesheet51675
Node: balancesheetequity53992 Node: balancesheetequity53986
Ref: #balancesheetequity54141 Ref: #balancesheetequity54135
Node: cashflow54678 Node: cashflow54672
Ref: #cashflow54806 Ref: #cashflow54800
Node: check-dates56929 Node: check-dates56923
Ref: #check-dates57056 Ref: #check-dates57050
Node: check-dupes57173 Node: check-dupes57167
Ref: #check-dupes57297 Ref: #check-dupes57291
Node: close57434 Node: close57428
Ref: #close57541 Ref: #close57535
Node: help57871 Node: help57865
Ref: #help57971 Ref: #help57965
Node: import59045 Node: import59039
Ref: #import59159 Ref: #import59153
Node: incomestatement59889 Node: incomestatement59883
Ref: #incomestatement60023 Ref: #incomestatement60017
Node: prices62427 Node: prices62421
Ref: #prices62542 Ref: #prices62536
Node: print62585 Node: print62579
Ref: #print62695 Ref: #print62689
Node: print-unique67589 Node: print-unique67583
Ref: #print-unique67715 Ref: #print-unique67709
Node: register67783 Node: register67777
Ref: #register67910 Ref: #register67904
Node: Custom register output72411 Node: Custom register output72405
Ref: #custom-register-output72540 Ref: #custom-register-output72534
Node: register-match73770 Node: register-match73764
Ref: #register-match73904 Ref: #register-match73898
Node: rewrite74087 Node: rewrite74081
Ref: #rewrite74204 Ref: #rewrite74198
Node: stats74273 Node: stats74267
Ref: #stats74376 Ref: #stats74370
Node: tags75246 Node: tags75240
Ref: #tags75344 Ref: #tags75338
Node: test75580 Node: test75574
Ref: #test75664 Ref: #test75658
Node: ADD-ON COMMANDS76032 Node: ADD-ON COMMANDS76026
Ref: #add-on-commands76142 Ref: #add-on-commands76136
Node: Official add-ons77429 Node: Official add-ons77423
Ref: #official-add-ons77569 Ref: #official-add-ons77563
Node: api77656 Node: api77650
Ref: #api77745 Ref: #api77739
Node: ui77797 Node: ui77791
Ref: #ui77896 Ref: #ui77890
Node: web77954 Node: web77948
Ref: #web78043 Ref: #web78037
Node: Third party add-ons78089 Node: Third party add-ons78083
Ref: #third-party-add-ons78264 Ref: #third-party-add-ons78258
Node: diff78399 Node: diff78393
Ref: #diff78496 Ref: #diff78490
Node: iadd78595 Node: iadd78589
Ref: #iadd78709 Ref: #iadd78703
Node: interest78792 Node: interest78786
Ref: #interest78913 Ref: #interest78907
Node: irr79008 Node: irr79002
Ref: #irr79106 Ref: #irr79100
Node: Experimental add-ons79184 Node: Experimental add-ons79178
Ref: #experimental-add-ons79336 Ref: #experimental-add-ons79330
Node: autosync79616 Node: autosync79610
Ref: #autosync79727 Ref: #autosync79721
Node: chart79966 Node: chart79960
Ref: #chart80085 Ref: #chart80079
Node: check80156 Node: check80150
Ref: #check80258 Ref: #check80252
 
End Tag Table End Tag Table

View File

@ -2165,4 +2165,4 @@ SEE ALSO
hledger 1.5.99 January 2018 hledger(1) hledger 1.9 March 2018 hledger(1)