regenerate embedded manuals

This commit is contained in:
Simon Michael 2017-09-22 08:51:53 -10:00
parent fead7c5138
commit c61a4cca92
9 changed files with 166 additions and 159 deletions

View File

@ -166,8 +166,8 @@ include only non\-virtual postings
.RS .RS
.RE .RE
.TP .TP
.B \f[C]\-\-depth=N\f[] .B \f[C]\-NUM\ \-\-depth=NUM\f[]
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
.RS .RS
.RE .RE
.TP .TP

View File

@ -117,9 +117,9 @@ the data.
'-R --real' '-R --real'
include only non-virtual postings include only non-virtual postings
'--depth=N' '-NUM --depth=NUM'
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
'-E --empty' '-E --empty'
show items with zero amount, normally hidden show items with zero amount, normally hidden
@ -358,17 +358,17 @@ Tag Table:
Node: Top73 Node: Top73
Node: OPTIONS831 Node: OPTIONS831
Ref: #options930 Ref: #options930
Node: KEYS3487 Node: KEYS3519
Ref: #keys3584 Ref: #keys3616
Node: SCREENS6380 Node: SCREENS6412
Ref: #screens6467 Ref: #screens6499
Node: Accounts screen6557 Node: Accounts screen6589
Ref: #accounts-screen6687 Ref: #accounts-screen6719
Node: Register screen8917 Node: Register screen8949
Ref: #register-screen9074 Ref: #register-screen9106
Node: Transaction screen11148 Node: Transaction screen11180
Ref: #transaction-screen11308 Ref: #transaction-screen11340
Node: Error screen12178 Node: Error screen12210
Ref: #error-screen12302 Ref: #error-screen12334
 
End Tag Table End Tag Table

View File

@ -114,8 +114,8 @@ OPTIONS
-R --real -R --real
include only non-virtual postings include only non-virtual postings
--depth=N -NUM --depth=NUM
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
-E --empty -E --empty
show items with zero amount, normally hidden show items with zero amount, normally hidden

View File

@ -222,8 +222,8 @@ include only non\-virtual postings
.RS .RS
.RE .RE
.TP .TP
.B \f[C]\-\-depth=N\f[] .B \f[C]\-NUM\ \-\-depth=NUM\f[]
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
.RS .RS
.RE .RE
.TP .TP

View File

@ -162,9 +162,9 @@ options as shown above.
'-R --real' '-R --real'
include only non-virtual postings include only non-virtual postings
'--depth=N' '-NUM --depth=NUM'
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
'-E --empty' '-E --empty'
show items with zero amount, normally hidden show items with zero amount, normally hidden

View File

@ -159,8 +159,8 @@ OPTIONS
-R --real -R --real
include only non-virtual postings include only non-virtual postings
--depth=N -NUM --depth=NUM
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
-E --empty -E --empty
show items with zero amount, normally hidden show items with zero amount, normally hidden

View File

@ -277,8 +277,8 @@ include only non\-virtual postings
.RS .RS
.RE .RE
.TP .TP
.B \f[C]\-\-depth=N\f[] .B \f[C]\-NUM\ \-\-depth=NUM\f[]
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
.RS .RS
.RE .RE
.TP .TP
@ -742,10 +742,13 @@ start date and exclusive end date):
\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 Depth limiting .SS Depth limiting
.PP .PP
With the \f[C]\-\-depth\ N\f[] option, commands like account, balance With the \f[C]\-\-depth\ N\f[] option (short form: \f[C]\-N\f[]),
and register will show only the uppermost accounts in the account tree, commands like account, balance and register will show only the uppermost
down to level N. accounts in the account tree, down to level N.
Use this when you want a summary with less detail. Use this when you want a summary with less detail.
This flag has the same effect as a \f[C]depth:\f[] query argument (so
\f[C]\-2\f[], \f[C]\-\-depth=2\f[] or \f[C]depth:2\f[] are basically
equivalent).
.SS Pivoting .SS Pivoting
.PP .PP
Normally hledger sums amounts, and organizes them in a hierarchy, based Normally hledger sums amounts, and organizes them in a hierarchy, based

View File

@ -217,9 +217,9 @@ different, like git.)
'-R --real' '-R --real'
include only non-virtual postings include only non-virtual postings
'--depth=N' '-NUM --depth=NUM'
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
'-E --empty' '-E --empty'
show items with zero amount, normally hidden show items with zero amount, normally hidden
@ -496,9 +496,11 @@ File: hledger.1.info, Node: Depth limiting, Next: Pivoting, Prev: Period expr
2.10 Depth limiting 2.10 Depth limiting
=================== ===================
With the '--depth N' option, commands like account, balance and register With the '--depth N' option (short form: '-N'), commands like account,
will show only the uppermost accounts in the account tree, down to level balance and register will show only the uppermost accounts in the
N. Use this when you want a summary with less detail. account tree, down to level N. Use this when you want a summary with
less detail. This flag has the same effect as a 'depth:' query argument
(so '-2', '--depth=2' or 'depth:2' are basically equivalent).
 
File: hledger.1.info, Node: Pivoting, Next: Cost, Prev: Depth limiting, Up: OPTIONS File: hledger.1.info, Node: Pivoting, Next: Cost, Prev: Depth limiting, Up: OPTIONS
@ -2184,125 +2186,125 @@ Node: OPTIONS3640
Ref: #options3744 Ref: #options3744
Node: General options4025 Node: General options4025
Ref: #general-options4152 Ref: #general-options4152
Node: Command options6506 Node: Command options6538
Ref: #command-options6659 Ref: #command-options6691
Node: Command arguments7057 Node: Command arguments7089
Ref: #command-arguments7217 Ref: #command-arguments7249
Node: Special characters7338 Node: Special characters7370
Ref: #special-characters7496 Ref: #special-characters7528
Node: Input files8664 Node: Input files8696
Ref: #input-files8802 Ref: #input-files8834
Node: Smart dates10765 Node: Smart dates10797
Ref: #smart-dates10908 Ref: #smart-dates10940
Node: Report start & end date11887 Node: Report start & end date11919
Ref: #report-start-end-date12059 Ref: #report-start-end-date12091
Node: Report intervals13125 Node: Report intervals13157
Ref: #report-intervals13290 Ref: #report-intervals13322
Node: Period expressions13691 Node: Period expressions13723
Ref: #period-expressions13851 Ref: #period-expressions13883
Node: Depth limiting16191 Node: Depth limiting16223
Ref: #depth-limiting16337 Ref: #depth-limiting16369
Node: Pivoting16538 Node: Pivoting16711
Ref: #pivoting16658 Ref: #pivoting16831
Node: Cost18334 Node: Cost18507
Ref: #cost18444 Ref: #cost18617
Node: Market value18562 Node: Market value18735
Ref: #market-value18699 Ref: #market-value18872
Node: Regular expressions19999 Node: Regular expressions20172
Ref: #regular-expressions20137 Ref: #regular-expressions20310
Node: QUERIES21498 Node: QUERIES21671
Ref: #queries21602 Ref: #queries21775
Node: COMMANDS25569 Node: COMMANDS25742
Ref: #commands25683 Ref: #commands25856
Node: accounts26666 Node: accounts26839
Ref: #accounts26766 Ref: #accounts26939
Node: activity27759 Node: activity27932
Ref: #activity27871 Ref: #activity28044
Node: add28230 Node: add28403
Ref: #add28331 Ref: #add28504
Node: balance30989 Node: balance31162
Ref: #balance31102 Ref: #balance31275
Node: Flat mode34122 Node: Flat mode34295
Ref: #flat-mode34249 Ref: #flat-mode34422
Node: Depth limited balance reports34669 Node: Depth limited balance reports34842
Ref: #depth-limited-balance-reports34872 Ref: #depth-limited-balance-reports35045
Node: Multicolumn balance reports35292 Node: Multicolumn balance reports35465
Ref: #multicolumn-balance-reports35503 Ref: #multicolumn-balance-reports35676
Node: Custom balance output40151 Node: Custom balance output40324
Ref: #custom-balance-output40335 Ref: #custom-balance-output40508
Node: Colour support42428 Node: Colour support42601
Ref: #colour-support42589 Ref: #colour-support42762
Node: Output destination42762 Node: Output destination42935
Ref: #output-destination42920 Ref: #output-destination43093
Node: CSV output43190 Node: CSV output43363
Ref: #csv-output43309 Ref: #csv-output43482
Node: balancesheet43706 Node: balancesheet43879
Ref: #balancesheet43844 Ref: #balancesheet44017
Node: balancesheetequity45751 Node: balancesheetequity45924
Ref: #balancesheetequity45902 Ref: #balancesheetequity46075
Node: cashflow46691 Node: cashflow46864
Ref: #cashflow46821 Ref: #cashflow46994
Node: check-dates48672 Node: check-dates48845
Ref: #check-dates48801 Ref: #check-dates48974
Node: check-dupes48918 Node: check-dupes49091
Ref: #check-dupes49045 Ref: #check-dupes49218
Node: equity49182 Node: equity49355
Ref: #equity49294 Ref: #equity49467
Node: help49457 Node: help49630
Ref: #help49560 Ref: #help49733
Node: import50634 Node: import50807
Ref: #import50750 Ref: #import50923
Node: incomestatement51145 Node: incomestatement51318
Ref: #incomestatement51281 Ref: #incomestatement51454
Node: prices53173 Node: prices53346
Ref: #prices53290 Ref: #prices53463
Node: print53333 Node: print53506
Ref: #print53445 Ref: #print53618
Node: print-unique58291 Node: print-unique58464
Ref: #print-unique58419 Ref: #print-unique58592
Node: register58487 Node: register58660
Ref: #register58616 Ref: #register58789
Node: Custom register output63117 Node: Custom register output63290
Ref: #custom-register-output63248 Ref: #custom-register-output63421
Node: register-match64545 Node: register-match64718
Ref: #register-match64681 Ref: #register-match64854
Node: rewrite64864 Node: rewrite65037
Ref: #rewrite64983 Ref: #rewrite65156
Node: stats65052 Node: stats65225
Ref: #stats65157 Ref: #stats65330
Node: tags66038 Node: tags66211
Ref: #tags66138 Ref: #tags66311
Node: test66170 Node: test66343
Ref: #test66256 Ref: #test66429
Node: ADD-ON COMMANDS66624 Node: ADD-ON COMMANDS66797
Ref: #add-on-commands66736 Ref: #add-on-commands66909
Node: Official add-ons68023 Node: Official add-ons68196
Ref: #official-add-ons68165 Ref: #official-add-ons68338
Node: api68252 Node: api68425
Ref: #api68343 Ref: #api68516
Node: ui68395 Node: ui68568
Ref: #ui68496 Ref: #ui68669
Node: web68554 Node: web68727
Ref: #web68645 Ref: #web68818
Node: Third party add-ons68691 Node: Third party add-ons68864
Ref: #third-party-add-ons68868 Ref: #third-party-add-ons69041
Node: diff69003 Node: diff69176
Ref: #diff69102 Ref: #diff69275
Node: iadd69201 Node: iadd69374
Ref: #iadd69317 Ref: #iadd69490
Node: interest69400 Node: interest69573
Ref: #interest69523 Ref: #interest69696
Node: irr69618 Node: irr69791
Ref: #irr69718 Ref: #irr69891
Node: Experimental add-ons69796 Node: Experimental add-ons69969
Ref: #experimental-add-ons69950 Ref: #experimental-add-ons70123
Node: autosync70241 Node: autosync70414
Ref: #autosync70355 Ref: #autosync70528
Node: budget70594 Node: budget70767
Ref: #budget70718 Ref: #budget70891
Node: chart70784 Node: chart70957
Ref: #chart70903 Ref: #chart71076
Node: check70974 Node: check71147
Ref: #check71078 Ref: #check71251
 
End Tag Table End Tag Table

View File

@ -189,8 +189,8 @@ OPTIONS
-R --real -R --real
include only non-virtual postings include only non-virtual postings
--depth=N -NUM --depth=NUM
hide accounts/postings deeper than N hide/aggregate accounts or postings more than NUM levels deep
-E --empty -E --empty
show items with zero amount, normally hidden show items with zero amount, normally hidden
@ -454,9 +454,11 @@ OPTIONS
hledger register checking -p "every 3rd day of week" hledger register checking -p "every 3rd day of week"
Depth limiting Depth limiting
With the --depth N option, commands like account, balance and register With the --depth N option (short form: -N), commands like account, bal-
will show only the uppermost accounts in the account tree, down to ance and register will show only the uppermost accounts in the account
level N. Use this when you want a summary with less detail. tree, down to level N. Use this when you want a summary with less
detail. This flag has the same effect as a depth: query argument (so
-2, --depth=2 or depth:2 are basically equivalent).
Pivoting Pivoting
Normally hledger sums amounts, and organizes them in a hierarchy, based Normally hledger sums amounts, and organizes them in a hierarchy, based