From c61a4cca923920e5e2ff8c32a5293f2dd1ccff33 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 22 Sep 2017 08:51:53 -1000 Subject: [PATCH] regenerate embedded manuals --- hledger-ui/doc/hledger-ui.1 | 4 +- hledger-ui/doc/hledger-ui.1.info | 28 ++-- hledger-ui/doc/hledger-ui.1.txt | 4 +- hledger-web/doc/hledger-web.1 | 4 +- hledger-web/doc/hledger-web.1.info | 4 +- hledger-web/doc/hledger-web.1.txt | 4 +- hledger/doc/hledger.1 | 13 +- hledger/doc/hledger.1.info | 252 +++++++++++++++-------------- hledger/doc/hledger.1.txt | 12 +- 9 files changed, 166 insertions(+), 159 deletions(-) diff --git a/hledger-ui/doc/hledger-ui.1 b/hledger-ui/doc/hledger-ui.1 index 0e378f262..13392ce75 100644 --- a/hledger-ui/doc/hledger-ui.1 +++ b/hledger-ui/doc/hledger-ui.1 @@ -166,8 +166,8 @@ include only non\-virtual postings .RS .RE .TP -.B \f[C]\-\-depth=N\f[] -hide accounts/postings deeper than N +.B \f[C]\-NUM\ \-\-depth=NUM\f[] +hide/aggregate accounts or postings more than NUM levels deep .RS .RE .TP diff --git a/hledger-ui/doc/hledger-ui.1.info b/hledger-ui/doc/hledger-ui.1.info index 73dfe4de1..152f26848 100644 --- a/hledger-ui/doc/hledger-ui.1.info +++ b/hledger-ui/doc/hledger-ui.1.info @@ -117,9 +117,9 @@ the data. '-R --real' 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' show items with zero amount, normally hidden @@ -358,17 +358,17 @@ Tag Table: Node: Top73 Node: OPTIONS831 Ref: #options930 -Node: KEYS3487 -Ref: #keys3584 -Node: SCREENS6380 -Ref: #screens6467 -Node: Accounts screen6557 -Ref: #accounts-screen6687 -Node: Register screen8917 -Ref: #register-screen9074 -Node: Transaction screen11148 -Ref: #transaction-screen11308 -Node: Error screen12178 -Ref: #error-screen12302 +Node: KEYS3519 +Ref: #keys3616 +Node: SCREENS6412 +Ref: #screens6499 +Node: Accounts screen6589 +Ref: #accounts-screen6719 +Node: Register screen8949 +Ref: #register-screen9106 +Node: Transaction screen11180 +Ref: #transaction-screen11340 +Node: Error screen12210 +Ref: #error-screen12334  End Tag Table diff --git a/hledger-ui/doc/hledger-ui.1.txt b/hledger-ui/doc/hledger-ui.1.txt index 980854e1b..e9a59d1aa 100644 --- a/hledger-ui/doc/hledger-ui.1.txt +++ b/hledger-ui/doc/hledger-ui.1.txt @@ -114,8 +114,8 @@ OPTIONS -R --real include only non-virtual postings - --depth=N - hide accounts/postings deeper than N + -NUM --depth=NUM + hide/aggregate accounts or postings more than NUM levels deep -E --empty show items with zero amount, normally hidden diff --git a/hledger-web/doc/hledger-web.1 b/hledger-web/doc/hledger-web.1 index 80c22978c..22676f06d 100644 --- a/hledger-web/doc/hledger-web.1 +++ b/hledger-web/doc/hledger-web.1 @@ -222,8 +222,8 @@ include only non\-virtual postings .RS .RE .TP -.B \f[C]\-\-depth=N\f[] -hide accounts/postings deeper than N +.B \f[C]\-NUM\ \-\-depth=NUM\f[] +hide/aggregate accounts or postings more than NUM levels deep .RS .RE .TP diff --git a/hledger-web/doc/hledger-web.1.info b/hledger-web/doc/hledger-web.1.info index b9230c71c..a891abcbd 100644 --- a/hledger-web/doc/hledger-web.1.info +++ b/hledger-web/doc/hledger-web.1.info @@ -162,9 +162,9 @@ options as shown above. '-R --real' 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' show items with zero amount, normally hidden diff --git a/hledger-web/doc/hledger-web.1.txt b/hledger-web/doc/hledger-web.1.txt index c2804aad0..35f4ec69d 100644 --- a/hledger-web/doc/hledger-web.1.txt +++ b/hledger-web/doc/hledger-web.1.txt @@ -159,8 +159,8 @@ OPTIONS -R --real include only non-virtual postings - --depth=N - hide accounts/postings deeper than N + -NUM --depth=NUM + hide/aggregate accounts or postings more than NUM levels deep -E --empty show items with zero amount, normally hidden diff --git a/hledger/doc/hledger.1 b/hledger/doc/hledger.1 index cc8bb0e85..f3c268124 100644 --- a/hledger/doc/hledger.1 +++ b/hledger/doc/hledger.1 @@ -277,8 +277,8 @@ include only non\-virtual postings .RS .RE .TP -.B \f[C]\-\-depth=N\f[] -hide accounts/postings deeper than N +.B \f[C]\-NUM\ \-\-depth=NUM\f[] +hide/aggregate accounts or postings more than NUM levels deep .RS .RE .TP @@ -742,10 +742,13 @@ start date and exclusive end date): \f[C]hledger\ register\ checking\ \-p\ "every\ 3rd\ day\ of\ week"\f[] .SS Depth limiting .PP -With the \f[C]\-\-depth\ N\f[] option, commands like account, balance -and register will show only the uppermost accounts in the account tree, -down to level N. +With the \f[C]\-\-depth\ N\f[] option (short form: \f[C]\-N\f[]), +commands like account, balance and 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. +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 .PP Normally hledger sums amounts, and organizes them in a hierarchy, based diff --git a/hledger/doc/hledger.1.info b/hledger/doc/hledger.1.info index aa2a0de5f..f0f43e1e0 100644 --- a/hledger/doc/hledger.1.info +++ b/hledger/doc/hledger.1.info @@ -217,9 +217,9 @@ different, like git.) '-R --real' 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' 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 =================== -With the '--depth N' option, commands like account, balance and 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. +With the '--depth N' option (short form: '-N'), commands like account, +balance and 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. 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 @@ -2184,125 +2186,125 @@ Node: OPTIONS3640 Ref: #options3744 Node: General options4025 Ref: #general-options4152 -Node: Command options6506 -Ref: #command-options6659 -Node: Command arguments7057 -Ref: #command-arguments7217 -Node: Special characters7338 -Ref: #special-characters7496 -Node: Input files8664 -Ref: #input-files8802 -Node: Smart dates10765 -Ref: #smart-dates10908 -Node: Report start & end date11887 -Ref: #report-start-end-date12059 -Node: Report intervals13125 -Ref: #report-intervals13290 -Node: Period expressions13691 -Ref: #period-expressions13851 -Node: Depth limiting16191 -Ref: #depth-limiting16337 -Node: Pivoting16538 -Ref: #pivoting16658 -Node: Cost18334 -Ref: #cost18444 -Node: Market value18562 -Ref: #market-value18699 -Node: Regular expressions19999 -Ref: #regular-expressions20137 -Node: QUERIES21498 -Ref: #queries21602 -Node: COMMANDS25569 -Ref: #commands25683 -Node: accounts26666 -Ref: #accounts26766 -Node: activity27759 -Ref: #activity27871 -Node: add28230 -Ref: #add28331 -Node: balance30989 -Ref: #balance31102 -Node: Flat mode34122 -Ref: #flat-mode34249 -Node: Depth limited balance reports34669 -Ref: #depth-limited-balance-reports34872 -Node: Multicolumn balance reports35292 -Ref: #multicolumn-balance-reports35503 -Node: Custom balance output40151 -Ref: #custom-balance-output40335 -Node: Colour support42428 -Ref: #colour-support42589 -Node: Output destination42762 -Ref: #output-destination42920 -Node: CSV output43190 -Ref: #csv-output43309 -Node: balancesheet43706 -Ref: #balancesheet43844 -Node: balancesheetequity45751 -Ref: #balancesheetequity45902 -Node: cashflow46691 -Ref: #cashflow46821 -Node: check-dates48672 -Ref: #check-dates48801 -Node: check-dupes48918 -Ref: #check-dupes49045 -Node: equity49182 -Ref: #equity49294 -Node: help49457 -Ref: #help49560 -Node: import50634 -Ref: #import50750 -Node: incomestatement51145 -Ref: #incomestatement51281 -Node: prices53173 -Ref: #prices53290 -Node: print53333 -Ref: #print53445 -Node: print-unique58291 -Ref: #print-unique58419 -Node: register58487 -Ref: #register58616 -Node: Custom register output63117 -Ref: #custom-register-output63248 -Node: register-match64545 -Ref: #register-match64681 -Node: rewrite64864 -Ref: #rewrite64983 -Node: stats65052 -Ref: #stats65157 -Node: tags66038 -Ref: #tags66138 -Node: test66170 -Ref: #test66256 -Node: ADD-ON COMMANDS66624 -Ref: #add-on-commands66736 -Node: Official add-ons68023 -Ref: #official-add-ons68165 -Node: api68252 -Ref: #api68343 -Node: ui68395 -Ref: #ui68496 -Node: web68554 -Ref: #web68645 -Node: Third party add-ons68691 -Ref: #third-party-add-ons68868 -Node: diff69003 -Ref: #diff69102 -Node: iadd69201 -Ref: #iadd69317 -Node: interest69400 -Ref: #interest69523 -Node: irr69618 -Ref: #irr69718 -Node: Experimental add-ons69796 -Ref: #experimental-add-ons69950 -Node: autosync70241 -Ref: #autosync70355 -Node: budget70594 -Ref: #budget70718 -Node: chart70784 -Ref: #chart70903 -Node: check70974 -Ref: #check71078 +Node: Command options6538 +Ref: #command-options6691 +Node: Command arguments7089 +Ref: #command-arguments7249 +Node: Special characters7370 +Ref: #special-characters7528 +Node: Input files8696 +Ref: #input-files8834 +Node: Smart dates10797 +Ref: #smart-dates10940 +Node: Report start & end date11919 +Ref: #report-start-end-date12091 +Node: Report intervals13157 +Ref: #report-intervals13322 +Node: Period expressions13723 +Ref: #period-expressions13883 +Node: Depth limiting16223 +Ref: #depth-limiting16369 +Node: Pivoting16711 +Ref: #pivoting16831 +Node: Cost18507 +Ref: #cost18617 +Node: Market value18735 +Ref: #market-value18872 +Node: Regular expressions20172 +Ref: #regular-expressions20310 +Node: QUERIES21671 +Ref: #queries21775 +Node: COMMANDS25742 +Ref: #commands25856 +Node: accounts26839 +Ref: #accounts26939 +Node: activity27932 +Ref: #activity28044 +Node: add28403 +Ref: #add28504 +Node: balance31162 +Ref: #balance31275 +Node: Flat mode34295 +Ref: #flat-mode34422 +Node: Depth limited balance reports34842 +Ref: #depth-limited-balance-reports35045 +Node: Multicolumn balance reports35465 +Ref: #multicolumn-balance-reports35676 +Node: Custom balance output40324 +Ref: #custom-balance-output40508 +Node: Colour support42601 +Ref: #colour-support42762 +Node: Output destination42935 +Ref: #output-destination43093 +Node: CSV output43363 +Ref: #csv-output43482 +Node: balancesheet43879 +Ref: #balancesheet44017 +Node: balancesheetequity45924 +Ref: #balancesheetequity46075 +Node: cashflow46864 +Ref: #cashflow46994 +Node: check-dates48845 +Ref: #check-dates48974 +Node: check-dupes49091 +Ref: #check-dupes49218 +Node: equity49355 +Ref: #equity49467 +Node: help49630 +Ref: #help49733 +Node: import50807 +Ref: #import50923 +Node: incomestatement51318 +Ref: #incomestatement51454 +Node: prices53346 +Ref: #prices53463 +Node: print53506 +Ref: #print53618 +Node: print-unique58464 +Ref: #print-unique58592 +Node: register58660 +Ref: #register58789 +Node: Custom register output63290 +Ref: #custom-register-output63421 +Node: register-match64718 +Ref: #register-match64854 +Node: rewrite65037 +Ref: #rewrite65156 +Node: stats65225 +Ref: #stats65330 +Node: tags66211 +Ref: #tags66311 +Node: test66343 +Ref: #test66429 +Node: ADD-ON COMMANDS66797 +Ref: #add-on-commands66909 +Node: Official add-ons68196 +Ref: #official-add-ons68338 +Node: api68425 +Ref: #api68516 +Node: ui68568 +Ref: #ui68669 +Node: web68727 +Ref: #web68818 +Node: Third party add-ons68864 +Ref: #third-party-add-ons69041 +Node: diff69176 +Ref: #diff69275 +Node: iadd69374 +Ref: #iadd69490 +Node: interest69573 +Ref: #interest69696 +Node: irr69791 +Ref: #irr69891 +Node: Experimental add-ons69969 +Ref: #experimental-add-ons70123 +Node: autosync70414 +Ref: #autosync70528 +Node: budget70767 +Ref: #budget70891 +Node: chart70957 +Ref: #chart71076 +Node: check71147 +Ref: #check71251  End Tag Table diff --git a/hledger/doc/hledger.1.txt b/hledger/doc/hledger.1.txt index 112ddc867..c05dddd0c 100644 --- a/hledger/doc/hledger.1.txt +++ b/hledger/doc/hledger.1.txt @@ -189,8 +189,8 @@ OPTIONS -R --real include only non-virtual postings - --depth=N - hide accounts/postings deeper than N + -NUM --depth=NUM + hide/aggregate accounts or postings more than NUM levels deep -E --empty show items with zero amount, normally hidden @@ -454,9 +454,11 @@ OPTIONS hledger register checking -p "every 3rd day of week" Depth limiting - With the --depth N option, commands like account, balance and 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. + With the --depth N option (short form: -N), commands like account, bal- + ance and 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. This flag has the same effect as a depth: query argument (so + -2, --depth=2 or depth:2 are basically equivalent). Pivoting Normally hledger sums amounts, and organizes them in a hierarchy, based