update embedded manuals

This commit is contained in:
Simon Michael 2018-01-04 10:19:27 -08:00
parent bc3f5c476c
commit a0d765edb5
24 changed files with 296 additions and 296 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "December 2017" "hledger\-api 1.5" "hledger User Manuals" .TH "hledger\-api" "1" "January 2018" "hledger\-api 1.5.99" "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 hledger-api(1) hledger-api 1.5.99
****************************** *********************************
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: OPTIONS1216 Node: OPTIONS1222
Ref: #options1301 Ref: #options1307
 
End Tag Table End Tag Table

View File

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

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "December 2017" "hledger 1.5" "hledger User Manuals" .TH "hledger_csv" "5" "January 2018" "hledger 1.5.99" "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 hledger_csv(5) hledger 1.5.99
************************** *****************************
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 RULES2161 Node: CSV RULES2167
Ref: #csv-rules2269 Ref: #csv-rules2275
Node: skip2531 Node: skip2537
Ref: #skip2625 Ref: #skip2631
Node: date-format2797 Node: date-format2803
Ref: #date-format2924 Ref: #date-format2930
Node: field list3430 Node: field list3436
Ref: #field-list3567 Ref: #field-list3573
Node: field assignment4272 Node: field assignment4278
Ref: #field-assignment4427 Ref: #field-assignment4433
Node: conditional block4931 Node: conditional block4937
Ref: #conditional-block5085 Ref: #conditional-block5091
Node: include5981 Node: include5987
Ref: #include6111 Ref: #include6117
Node: newest-first6342 Node: newest-first6348
Ref: #newest-first6456 Ref: #newest-first6462
Node: CSV TIPS6867 Node: CSV TIPS6873
Ref: #csv-tips6961 Ref: #csv-tips6967
Node: CSV ordering7079 Node: CSV ordering7085
Ref: #csv-ordering7197 Ref: #csv-ordering7203
Node: CSV accounts7378 Node: CSV accounts7384
Ref: #csv-accounts7516 Ref: #csv-accounts7522
Node: CSV amounts7770 Node: CSV amounts7776
Ref: #csv-amounts7916 Ref: #csv-amounts7922
Node: CSV balance assertions8691 Node: CSV balance assertions8697
Ref: #csv-balance-assertions8873 Ref: #csv-balance-assertions8879
Node: Reading multiple CSV files9078 Node: Reading multiple CSV files9084
Ref: #reading-multiple-csv-files9248 Ref: #reading-multiple-csv-files9254
 
End Tag Table End Tag Table

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "December 2017" "hledger 1.5" "hledger User Manuals" .TH "hledger_timedot" "5" "January 2018" "hledger 1.5.99" "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 hledger_timedot(5) hledger 1.5.99
****************************** *********************************
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 FORMAT805 Node: FILE FORMAT811
Ref: #file-format906 Ref: #file-format912
 
End Tag Table End Tag Table

View File

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

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "December 2017" "hledger\-ui 1.5" "hledger User Manuals" .TH "hledger\-ui" "1" "January 2018" "hledger\-ui 1.5.99" "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 hledger-ui(1) hledger-ui 1.5.99
**************************** *******************************
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: OPTIONS821 Node: OPTIONS827
Ref: #options918 Ref: #options924
Node: KEYS4087 Node: KEYS4093
Ref: #keys4182 Ref: #keys4188
Node: SCREENS7141 Node: SCREENS7147
Ref: #screens7226 Ref: #screens7232
Node: Accounts screen7316 Node: Accounts screen7322
Ref: #accounts-screen7444 Ref: #accounts-screen7450
Node: Register screen9674 Node: Register screen9680
Ref: #register-screen9829 Ref: #register-screen9835
Node: Transaction screen11903 Node: Transaction screen11909
Ref: #transaction-screen12061 Ref: #transaction-screen12067
Node: Error screen12931 Node: Error screen12937
Ref: #error-screen13053 Ref: #error-screen13059
 
End Tag Table End Tag Table

View File

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

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "December 2017" "hledger\-web 1.5" "hledger User Manuals" .TH "hledger\-web" "1" "January 2018" "hledger\-web 1.5.99" "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 hledger-web(1) hledger-web 1.5.99
****************************** *********************************
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: OPTIONS3152 Node: OPTIONS3158
Ref: #options3237 Ref: #options3243
 
End Tag Table End Tag Table

View File

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

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "December 2017" "hledger 1.5" "hledger User Manuals" .TH "hledger" "1" "January 2018" "hledger 1.5.99" "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 hledger(1) hledger 1.5.99
********************** *************************
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
@ -2370,137 +2370,137 @@ hledger-check.hs checks more powerful account balance assertions.
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: EXAMPLES1882 Node: EXAMPLES1888
Ref: #examples1982 Ref: #examples1988
Node: OPTIONS3628 Node: OPTIONS3634
Ref: #options3730 Ref: #options3736
Node: General options4054 Node: General options4060
Ref: #general-options4179 Ref: #general-options4185
Node: Command options6730 Node: Command options6736
Ref: #command-options6881 Ref: #command-options6887
Node: Command arguments7279 Node: Command arguments7285
Ref: #command-arguments7433 Ref: #command-arguments7439
Node: Argument files7554 Node: Argument files7560
Ref: #argument-files7705 Ref: #argument-files7711
Node: Special characters7971 Node: Special characters7977
Ref: #special-characters8124 Ref: #special-characters8130
Node: Input files9543 Node: Input files9549
Ref: #input-files9679 Ref: #input-files9685
Node: Smart dates11649 Node: Smart dates11655
Ref: #smart-dates11790 Ref: #smart-dates11796
Node: Report start & end date12769 Node: Report start & end date12775
Ref: #report-start-end-date12939 Ref: #report-start-end-date12945
Node: Report intervals14004 Node: Report intervals14010
Ref: #report-intervals14167 Ref: #report-intervals14173
Node: Period expressions14568 Node: Period expressions14574
Ref: #period-expressions14728 Ref: #period-expressions14734
Node: Depth limiting18685 Node: Depth limiting18691
Ref: #depth-limiting18829 Ref: #depth-limiting18835
Node: Pivoting19171 Node: Pivoting19177
Ref: #pivoting19289 Ref: #pivoting19295
Node: Cost20965 Node: Cost20971
Ref: #cost21073 Ref: #cost21079
Node: Market value21191 Node: Market value21197
Ref: #market-value21326 Ref: #market-value21332
Node: Combining -B and -V22509 Node: Combining -B and -V22515
Ref: #combining--b-and--v22673 Ref: #combining--b-and--v22679
Node: Regular expressions22820 Node: Regular expressions22826
Ref: #regular-expressions22963 Ref: #regular-expressions22969
Node: QUERIES24324 Node: QUERIES24330
Ref: #queries24426 Ref: #queries24432
Node: COMMANDS28393 Node: COMMANDS28399
Ref: #commands28505 Ref: #commands28511
Node: accounts29487 Node: accounts29493
Ref: #accounts29585 Ref: #accounts29591
Node: activity30578 Node: activity30584
Ref: #activity30688 Ref: #activity30694
Node: add31048 Node: add31054
Ref: #add31147 Ref: #add31153
Node: balance33808 Node: balance33814
Ref: #balance33919 Ref: #balance33925
Node: Flat mode37293 Node: Flat mode37299
Ref: #flat-mode37418 Ref: #flat-mode37424
Node: Depth limited balance reports37838 Node: Depth limited balance reports37844
Ref: #depth-limited-balance-reports38039 Ref: #depth-limited-balance-reports38045
Node: Multicolumn balance reports38459 Node: Multicolumn balance reports38465
Ref: #multicolumn-balance-reports38654 Ref: #multicolumn-balance-reports38660
Node: Budgets43343 Node: Budgets43349
Ref: #budgets43490 Ref: #budgets43496
Node: Custom balance output47321 Node: Custom balance output47327
Ref: #custom-balance-output47483 Ref: #custom-balance-output47489
Node: Colour support49576 Node: Colour support49582
Ref: #colour-support49735 Ref: #colour-support49741
Node: Output destination49908 Node: Output destination49914
Ref: #output-destination50064 Ref: #output-destination50070
Node: CSV output50334 Node: CSV output50340
Ref: #csv-output50451 Ref: #csv-output50457
Node: balancesheet50848 Node: balancesheet50854
Ref: #balancesheet50984 Ref: #balancesheet50990
Node: balancesheetequity52952 Node: balancesheetequity52958
Ref: #balancesheetequity53101 Ref: #balancesheetequity53107
Node: cashflow53890 Node: cashflow53896
Ref: #cashflow54018 Ref: #cashflow54024
Node: check-dates55930 Node: check-dates55936
Ref: #check-dates56057 Ref: #check-dates56063
Node: check-dupes56174 Node: check-dupes56180
Ref: #check-dupes56298 Ref: #check-dupes56304
Node: close56435 Node: close56441
Ref: #close56542 Ref: #close56548
Node: help56872 Node: help56878
Ref: #help56972 Ref: #help56978
Node: import58046 Node: import58052
Ref: #import58160 Ref: #import58166
Node: incomestatement58890 Node: incomestatement58896
Ref: #incomestatement59024 Ref: #incomestatement59030
Node: prices60977 Node: prices60983
Ref: #prices61092 Ref: #prices61098
Node: print61135 Node: print61141
Ref: #print61245 Ref: #print61251
Node: print-unique66130 Node: print-unique66136
Ref: #print-unique66256 Ref: #print-unique66262
Node: register66324 Node: register66330
Ref: #register66451 Ref: #register66457
Node: Custom register output70952 Node: Custom register output70958
Ref: #custom-register-output71081 Ref: #custom-register-output71087
Node: register-match72378 Node: register-match72384
Ref: #register-match72512 Ref: #register-match72518
Node: rewrite72695 Node: rewrite72701
Ref: #rewrite72812 Ref: #rewrite72818
Node: stats72881 Node: stats72887
Ref: #stats72984 Ref: #stats72990
Node: tags73866 Node: tags73872
Ref: #tags73964 Ref: #tags73970
Node: test74200 Node: test74206
Ref: #test74284 Ref: #test74290
Node: ADD-ON COMMANDS74652 Node: ADD-ON COMMANDS74658
Ref: #add-on-commands74762 Ref: #add-on-commands74768
Node: Official add-ons76049 Node: Official add-ons76055
Ref: #official-add-ons76189 Ref: #official-add-ons76195
Node: api76276 Node: api76282
Ref: #api76365 Ref: #api76371
Node: ui76417 Node: ui76423
Ref: #ui76516 Ref: #ui76522
Node: web76574 Node: web76580
Ref: #web76663 Ref: #web76669
Node: Third party add-ons76709 Node: Third party add-ons76715
Ref: #third-party-add-ons76884 Ref: #third-party-add-ons76890
Node: diff77019 Node: diff77025
Ref: #diff77116 Ref: #diff77122
Node: iadd77215 Node: iadd77221
Ref: #iadd77329 Ref: #iadd77335
Node: interest77412 Node: interest77418
Ref: #interest77533 Ref: #interest77539
Node: irr77628 Node: irr77634
Ref: #irr77726 Ref: #irr77732
Node: Experimental add-ons77804 Node: Experimental add-ons77810
Ref: #experimental-add-ons77956 Ref: #experimental-add-ons77962
Node: autosync78247 Node: autosync78253
Ref: #autosync78359 Ref: #autosync78365
Node: budget78598 Node: budget78604
Ref: #budget78720 Ref: #budget78726
Node: chart78786 Node: chart78792
Ref: #chart78903 Ref: #chart78909
Node: check78974 Node: check78980
Ref: #check79076 Ref: #check79082
 
End Tag Table End Tag Table

View File

@ -2137,4 +2137,4 @@ SEE ALSO
hledger 1.5 December 2017 hledger(1) hledger 1.5.99 January 2018 hledger(1)