;doc: regen manuals

[ci skip]
This commit is contained in:
Simon Michael 2019-10-23 12:30:27 -07:00
parent cfc00070a1
commit 445adbe9d1
7 changed files with 249 additions and 242 deletions

View File

@ -88,8 +88,9 @@ ignored.
.PP
\f[C]skip\f[R]\f[I]\f[CI]N\f[I]\f[R]
.PP
Skip this number of CSV records at the beginning.
You\[aq]ll need this whenever your CSV data contains header lines.
Skip this many non-empty lines preceding the CSV data.
(Empty/blank lines are skipped automatically.) You\[aq]ll need this
whenever your CSV data contains header lines.
Eg:
.IP
.nf

View File

@ -96,8 +96,9 @@ File: hledger_csv.info, Node: skip, Next: date-format, Up: CSV RULES
'skip'_'N'_
Skip this number of CSV records at the beginning. You'll need this
whenever your CSV data contains header lines. Eg:
Skip this many non-empty lines preceding the CSV data. (Empty/blank
lines are skipped automatically.) You'll need this whenever your CSV
data contains header lines. Eg:
# ignore the first CSV line
skip 1
@ -354,31 +355,31 @@ Node: CSV RULES2167
Ref: #csv-rules2275
Node: skip2538
Ref: #skip2632
Node: date-format2804
Ref: #date-format2931
Node: field list3481
Ref: #field-list3618
Node: field assignment4348
Ref: #field-assignment4503
Node: conditional block5127
Ref: #conditional-block5281
Node: include6177
Ref: #include6307
Node: newest-first6538
Ref: #newest-first6652
Node: CSV TIPS7063
Ref: #csv-tips7157
Node: CSV ordering7301
Ref: #csv-ordering7419
Node: CSV accounts7600
Ref: #csv-accounts7738
Node: CSV amounts7992
Ref: #csv-amounts8150
Node: CSV balance assertions/assignments9230
Ref: #csv-balance-assertionsassignments9448
Node: Reading multiple CSV files9769
Ref: #reading-multiple-csv-files9969
Node: Valid CSV10243
Ref: #valid-csv10366
Node: date-format2857
Ref: #date-format2984
Node: field list3534
Ref: #field-list3671
Node: field assignment4401
Ref: #field-assignment4556
Node: conditional block5180
Ref: #conditional-block5334
Node: include6230
Ref: #include6360
Node: newest-first6591
Ref: #newest-first6705
Node: CSV TIPS7116
Ref: #csv-tips7210
Node: CSV ordering7354
Ref: #csv-ordering7472
Node: CSV accounts7653
Ref: #csv-accounts7791
Node: CSV amounts8045
Ref: #csv-amounts8203
Node: CSV balance assertions/assignments9283
Ref: #csv-balance-assertionsassignments9501
Node: Reading multiple CSV files9822
Ref: #reading-multiple-csv-files10022
Node: Valid CSV10296
Ref: #valid-csv10419

End Tag Table

View File

@ -74,8 +74,9 @@ CSV RULES
skip
skipN
Skip this number of CSV records at the beginning. You'll need this
whenever your CSV data contains header lines. Eg:
Skip this many non-empty lines preceding the CSV data. (Empty/blank
lines are skipped automatically.) You'll need this whenever your CSV
data contains header lines. Eg:
# ignore the first CSV line
skip 1

View File

@ -2,6 +2,7 @@ prices
Print market price directives from the journal. With --costs, also print
synthetic market prices based on transaction prices. With
--inverted-costs, also print inverse prices based on transaction prices.
Prices (and postings providing prices) can be filtered by a query.
Prices (and postings providing prices) can be filtered by a query. Price
amounts are always displayed with their full precision.
_FLAGS_

View File

@ -2988,6 +2988,7 @@ prices.
With --inverted-costs, also print inverse prices based on transaction
prices.
Prices (and postings providing prices) can be filtered by a query.
Price amounts are always displayed with their full precision.
.SS print
.PP
print, txns, p

View File

@ -2477,6 +2477,7 @@ Print market price directives from the journal. With -costs, also print
synthetic market prices based on transaction prices. With
-inverted-costs, also print inverse prices based on transaction prices.
Prices (and postings providing prices) can be filtered by a query.
Price amounts are always displayed with their full precision.

File: hledger.info, Node: print, Next: print-unique, Prev: prices, Up: COMMANDS
@ -3272,56 +3273,56 @@ Node: payees85096
Ref: #payees85202
Node: prices85360
Ref: #prices85466
Node: print85745
Ref: #print85855
Node: print-unique90348
Ref: #print-unique90474
Node: register90759
Ref: #register90886
Node: Custom register output95058
Ref: #custom-register-output95187
Node: register-match96449
Ref: #register-match96583
Node: rewrite96934
Ref: #rewrite97049
Node: Re-write rules in a file98904
Ref: #re-write-rules-in-a-file99038
Node: Diff output format100248
Ref: #diff-output-format100417
Node: rewrite vs print --auto101509
Ref: #rewrite-vs.-print---auto101688
Node: roi102244
Ref: #roi102342
Node: stats103354
Ref: #stats103453
Node: tags104241
Ref: #tags104339
Node: test104633
Ref: #test104717
Node: ADD-ON COMMANDS105478
Ref: #add-on-commands105588
Node: Official add-ons106876
Ref: #official-add-ons107016
Node: ui107096
Ref: #ui107183
Node: web107237
Ref: #web107326
Node: Third party add-ons107372
Ref: #third-party-add-ons107547
Ref: #diff-1107706
Node: iadd107805
Ref: #iadd107915
Node: interest107997
Ref: #interest108118
Node: irr108213
Ref: #irr108311
Node: Experimental add-ons108442
Ref: #experimental-add-ons108594
Node: autosync108842
Ref: #autosync108953
Node: chart109192
Ref: #chart109311
Node: check109382
Ref: #check109484
Node: print85807
Ref: #print85917
Node: print-unique90410
Ref: #print-unique90536
Node: register90821
Ref: #register90948
Node: Custom register output95120
Ref: #custom-register-output95249
Node: register-match96511
Ref: #register-match96645
Node: rewrite96996
Ref: #rewrite97111
Node: Re-write rules in a file98966
Ref: #re-write-rules-in-a-file99100
Node: Diff output format100310
Ref: #diff-output-format100479
Node: rewrite vs print --auto101571
Ref: #rewrite-vs.-print---auto101750
Node: roi102306
Ref: #roi102404
Node: stats103416
Ref: #stats103515
Node: tags104303
Ref: #tags104401
Node: test104695
Ref: #test104779
Node: ADD-ON COMMANDS105540
Ref: #add-on-commands105650
Node: Official add-ons106938
Ref: #official-add-ons107078
Node: ui107158
Ref: #ui107245
Node: web107299
Ref: #web107388
Node: Third party add-ons107434
Ref: #third-party-add-ons107609
Ref: #diff-1107768
Node: iadd107867
Ref: #iadd107977
Node: interest108059
Ref: #interest108180
Node: irr108275
Ref: #irr108373
Node: Experimental add-ons108504
Ref: #experimental-add-ons108656
Node: autosync108904
Ref: #autosync109015
Node: chart109254
Ref: #chart109373
Node: check109444
Ref: #check109546

End Tag Table

View File

@ -2161,6 +2161,7 @@ COMMANDS
print synthetic market prices based on transaction prices. With --in-
verted-costs, also print inverse prices based on transaction prices.
Prices (and postings providing prices) can be filtered by a query.
Price amounts are always displayed with their full precision.
print
print, txns, p