doc: update generated manuals

This commit is contained in:
Simon Michael 2016-08-02 17:41:33 -07:00
parent 88ceb7470c
commit 2276b1c2d1
3 changed files with 111 additions and 111 deletions

View File

@ -465,7 +465,7 @@ T{
T}@T{ T}@T{
T} T}
.TE .TE
.SS Report interval .SS Report intervals
.PP .PP
A report interval can be specified so that commands like register, A report interval can be specified so that commands like register,
balance and activity will divide their reports into multiple subperiods. balance and activity will divide their reports into multiple subperiods.
@ -628,7 +628,7 @@ Group postings from start of wednesday to end of next tuesday (N is
start date and exclusive end date): start date and exclusive end date):
.PP .PP
\f[C]hledger\ register\ checking\ \-p\ "every\ 3rd\ day\ of\ week"\f[] \f[C]hledger\ register\ checking\ \-p\ "every\ 3rd\ day\ of\ week"\f[]
.SS Regular Expressions .SS Regular expressions
.PP .PP
hledger uses regular expressions in a number of places: hledger uses regular expressions in a number of places:
.IP \[bu] 2 .IP \[bu] 2
@ -754,8 +754,8 @@ match transaction descriptions
match dates within the specified period. match dates within the specified period.
PERIODEXPR is a period expression (with no report interval). PERIODEXPR is a period expression (with no report interval).
Examples: \f[C]date:2016\f[], \f[C]date:thismonth\f[], Examples: \f[C]date:2016\f[], \f[C]date:thismonth\f[],
\f[C]date:2000/2/1\-2/15\f[], date:\f[C]lastweek\-\f[]. \f[C]date:2000/2/1\-2/15\f[], \f[C]date:lastweek\-\f[].
The command\-line \f[C]\-\-date2\f[] flag makes \f[C]date:\f[] match If the \f[C]\-\-date2\f[] command line flag is present, this matches
secondary dates instead. secondary dates instead.
.RS .RS
.RE .RE

View File

@ -294,9 +294,9 @@ cur:\\\\$'.
* Repeated options:: * Repeated options::
* Depth limiting:: * Depth limiting::
* Smart dates:: * Smart dates::
* Report interval:: * Report intervals::
* Period expressions:: * Period expressions::
* Regular Expressions:: * Regular expressions::
 
File: hledger.1.info, Node: Multiple files, Next: Repeated options, Up: OPTIONS File: hledger.1.info, Node: Multiple files, Next: Repeated options, Up: OPTIONS
@ -329,7 +329,7 @@ register will show only the uppermost accounts in the account tree, down
to level N. Use this when you want a summary with less detail. to level N. Use this when you want a summary with less detail.
 
File: hledger.1.info, Node: Smart dates, Next: Report interval, Prev: Depth limiting, Up: OPTIONS File: hledger.1.info, Node: Smart dates, Next: Report intervals, Prev: Depth limiting, Up: OPTIONS
2.4 Smart dates 2.4 Smart dates
=============== ===============
@ -352,10 +352,10 @@ omitted (defaulting to 1).
`today', `yesterday', `tomorrow' `today', `yesterday', `tomorrow'
 
File: hledger.1.info, Node: Report interval, Next: Period expressions, Prev: Smart dates, Up: OPTIONS File: hledger.1.info, Node: Report intervals, Next: Period expressions, Prev: Smart dates, Up: OPTIONS
2.5 Report interval 2.5 Report intervals
=================== ====================
A report interval can be specified so that commands like register, A report interval can be specified so that commands like register,
balance and activity will divide their reports into multiple subperiods. balance and activity will divide their reports into multiple subperiods.
@ -364,7 +364,7 @@ The basic intervals can be selected with one of `-D/--daily',
complex intervals may be specified with a period expression. complex intervals may be specified with a period expression.
 
File: hledger.1.info, Node: Period expressions, Next: Regular Expressions, Prev: Report interval, Up: OPTIONS File: hledger.1.info, Node: Period expressions, Next: Regular expressions, Prev: Report intervals, Up: OPTIONS
2.6 Period expressions 2.6 Period expressions
====================== ======================
@ -439,9 +439,9 @@ start date and exclusive end date):
`hledger register checking -p "every 3rd day of week"' `hledger register checking -p "every 3rd day of week"'
 
File: hledger.1.info, Node: Regular Expressions, Prev: Period expressions, Up: OPTIONS File: hledger.1.info, Node: Regular expressions, Prev: Period expressions, Up: OPTIONS
2.7 Regular Expressions 2.7 Regular expressions
======================= =======================
hledger uses regular expressions in a number of places: hledger uses regular expressions in a number of places:
@ -555,9 +555,9 @@ match (or negatively match)
*`date:PERIODEXPR'* *`date:PERIODEXPR'*
match dates within the specified period. PERIODEXPR is a period match dates within the specified period. PERIODEXPR is a period
expression (with no report interval). Examples: `date:2016', expression (with no report interval). Examples: `date:2016',
`date:thismonth', `date:2000/2/1-2/15', date:`lastweek-'. The `date:thismonth', `date:2000/2/1-2/15', `date:lastweek-'. If the
command-line `--date2' flag makes `date:' match secondary dates `--date2' command line flag is present, this matches secondary
instead. dates instead.
*`date2:PERIODEXPR'* *`date2:PERIODEXPR'*
match secondary dates within the specified period. match secondary dates within the specified period.
@ -2092,95 +2092,95 @@ Node: EXAMPLES1875
Ref: #examples1977 Ref: #examples1977
Node: OPTIONS3981 Node: OPTIONS3981
Ref: #options4085 Ref: #options4085
Node: Multiple files8958 Node: Multiple files8959
Ref: #multiple-files9083 Ref: #multiple-files9084
Node: Repeated options9348 Node: Repeated options9349
Ref: #repeated-options9500 Ref: #repeated-options9501
Node: Depth limiting9620 Node: Depth limiting9621
Ref: #depth-limiting9765 Ref: #depth-limiting9766
Node: Smart dates9966 Node: Smart dates9967
Ref: #smart-dates10104 Ref: #smart-dates10106
Node: Report interval11101 Node: Report intervals11103
Ref: #report-interval11251 Ref: #report-intervals11256
Node: Period expressions11587 Node: Period expressions11592
Ref: #period-expressions11751 Ref: #period-expressions11757
Node: Regular Expressions14086 Node: Regular expressions14092
Ref: #regular-expressions14228 Ref: #regular-expressions14234
Node: QUERIES15711 Node: QUERIES15717
Ref: #queries15815 Ref: #queries15821
Node: COMMANDS19125 Node: COMMANDS19139
Ref: #commands19239 Ref: #commands19253
Node: accounts19912 Node: accounts19926
Ref: #accounts20012 Ref: #accounts20026
Node: activity20994 Node: activity21008
Ref: #activity21106 Ref: #activity21120
Node: add21465 Node: add21479
Ref: #add21566 Ref: #add21580
Node: balance24225 Node: balance24239
Ref: #balance24338 Ref: #balance24352
Node: Flat mode27054 Node: Flat mode27068
Ref: #flat-mode27181 Ref: #flat-mode27195
Node: Depth limited balance reports27600 Node: Depth limited balance reports27614
Ref: #depth-limited-balance-reports27803 Ref: #depth-limited-balance-reports27817
Node: Multicolumn balance reports28224 Node: Multicolumn balance reports28238
Ref: #multicolumn-balance-reports28426 Ref: #multicolumn-balance-reports28440
Node: Market value33075 Node: Market value33089
Ref: #market-value33239 Ref: #market-value33253
Node: Custom balance output33732 Node: Custom balance output33746
Ref: #custom-balance-output33905 Ref: #custom-balance-output33919
Node: Output destination36009 Node: Output destination36023
Ref: #output-destination36174 Ref: #output-destination36188
Node: CSV output36444 Node: CSV output36458
Ref: #csv-output36563 Ref: #csv-output36577
Node: balancesheet36960 Node: balancesheet36974
Ref: #balancesheet37088 Ref: #balancesheet37102
Node: cashflow37740 Node: cashflow37754
Ref: #cashflow37857 Ref: #cashflow37871
Node: help38547 Node: help38561
Ref: #help38659 Ref: #help38673
Node: incomestatement39496 Node: incomestatement39510
Ref: #incomestatement39626 Ref: #incomestatement39640
Node: info40353 Node: info40367
Ref: #info40460 Ref: #info40474
Node: man40822 Node: man40836
Ref: #man40919 Ref: #man40933
Node: print41322 Node: print41336
Ref: #print41427 Ref: #print41441
Node: register42778 Node: register42792
Ref: #register42891 Ref: #register42905
Node: Custom register output47232 Node: Custom register output47246
Ref: #custom-register-output47363 Ref: #custom-register-output47377
Node: stats48660 Node: stats48674
Ref: #stats48766 Ref: #stats48780
Node: test49647 Node: test49661
Ref: #test49734 Ref: #test49748
Node: ADD-ON COMMANDS50101 Node: ADD-ON COMMANDS50115
Ref: #add-on-commands50237 Ref: #add-on-commands50251
Node: api51525 Node: api51539
Ref: #api51617 Ref: #api51631
Node: autosync51651 Node: autosync51665
Ref: #autosync51766 Ref: #autosync51780
Node: diff54081 Node: diff54095
Ref: #diff54191 Ref: #diff54205
Node: equity54855 Node: equity54869
Ref: #equity54969 Ref: #equity54983
Node: interest56297 Node: interest56311
Ref: #interest56414 Ref: #interest56428
Node: irr59498 Node: irr59512
Ref: #irr59611 Ref: #irr59625
Node: print-unique61986 Node: print-unique62000
Ref: #print-unique62116 Ref: #print-unique62130
Node: rewrite62374 Node: rewrite62388
Ref: #rewrite62493 Ref: #rewrite62507
Node: ui63022 Node: ui63036
Ref: #ui63122 Ref: #ui63136
Node: web63163 Node: web63177
Ref: #web63251 Ref: #web63265
Node: TROUBLESHOOTING63284 Node: TROUBLESHOOTING63298
Ref: #troubleshooting63403 Ref: #troubleshooting63417
Node: Run-time problems63457 Node: Run-time problems63471
Ref: #run-time-problems63600 Ref: #run-time-problems63614
Node: Known limitations65544 Node: Known limitations65558
Ref: #known-limitations65687 Ref: #known-limitations65701
 
End Tag Table End Tag Table

View File

@ -307,7 +307,7 @@ OPTIONS
lastweek spaces are optional lastweek spaces are optional
today, yesterday, tomorrow today, yesterday, tomorrow
Report interval Report intervals
A report interval can be specified so that commands like register, bal- A report interval can be specified so that commands like register, bal-
ance and activity will divide their reports into multiple subperiods. ance and activity will divide their reports into multiple subperiods.
The basic intervals can be selected with one of -D/--daily, The basic intervals can be selected with one of -D/--daily,
@ -397,7 +397,7 @@ OPTIONS
hledger register checking -p "every 3rd day of week" hledger register checking -p "every 3rd day of week"
Regular Expressions Regular expressions
hledger uses regular expressions in a number of places: hledger uses regular expressions in a number of places:
o query terms, on the command line and in the hledger-web search form: o query terms, on the command line and in the hledger-web search form:
@ -501,9 +501,9 @@ QUERIES
date:PERIODEXPR date:PERIODEXPR
match dates within the specified period. PERIODEXPR is a period match dates within the specified period. PERIODEXPR is a period
expression (with no report interval). Examples: date:2016, expression (with no report interval). Examples: date:2016,
date:thismonth, date:2000/2/1-2/15, date:lastweek-. The com- date:thismonth, date:2000/2/1-2/15, date:lastweek-. If the
mand-line --date2 flag makes date: match secondary dates --date2 command line flag is present, this matches secondary
instead. dates instead.
date2:PERIODEXPR date2:PERIODEXPR
match secondary dates within the specified period. match secondary dates within the specified period.