Remove useless \

This commit is contained in:
Aaron Dewes
2022-01-26 18:18:49 +01:00
committed by Rusty Russell
parent 74071c95a2
commit 0924b477b2
58 changed files with 73 additions and 73 deletions

View File

@@ -4,7 +4,7 @@ lightning-autocleaninvoice -- Set up auto-delete of expired invoice
SYNOPSIS
--------
**autocleaninvoice** \[*cycle\_seconds*\] \[*expired\_by*\]
**autocleaninvoice** [*cycle\_seconds*] [*expired\_by*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-check -- Command for verifying parameters
SYNOPSIS
--------
**check** *command\_to\_check* \[*parameters*\]
**check** *command\_to\_check* [*parameters*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-checkmessage -- Command to check if a signature is from a node
SYNOPSIS
--------
**checkmessage** *message* *zbase* \[*pubkey*\]
**checkmessage** *message* *zbase* [*pubkey*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-close -- Command for closing channels with direct peers
SYNOPSIS
--------
**close** *id* \[*unilateraltimeout*\] \[*destination*\] \[*fee_negotiation_step*\] \[*wrong_funding*\] \[*force_lease_closed*\] [\*feerange\*]
**close** *id* [*unilateraltimeout*] [*destination*] [*fee_negotiation_step*] [*wrong_funding*] [*force_lease_closed*] [\*feerange\*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-connect -- Command for connecting to another lightning node
SYNOPSIS
--------
**connect** *id* \[*host*\] \[*port*\]
**connect** *id* [*host*] [*port*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-createonion -- Low-level command to create a custom onion
SYNOPSIS
--------
**createonion** *hops* *assocdata* \[*session_key*\] \[*onion_size*\]
**createonion** *hops* *assocdata* [*session_key*] [*onion_size*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-datastore -- Command for storing (plugin) data
SYNOPSIS
--------
**datastore** *key* \[*string*\] \[*hex*\] \[*mode*\] \[*generation*\]
**datastore** *key* [*string*] [*hex*] [*mode*] [*generation*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-decodepay -- Command for decoding a bolt11 string (low-level)
SYNOPSIS
--------
**decodepay** *bolt11* \[*description*\]
**decodepay** *bolt11* [*description*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-deldatastore -- Command for removing (plugin) data
SYNOPSIS
--------
**deldatastore** *key* \[*generation*\]
**deldatastore** *key* [*generation*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-delexpiredinvoice -- Command for removing expired invoices
SYNOPSIS
--------
**delexpiredinvoice** \[*maxexpirytime*\]
**delexpiredinvoice** [*maxexpirytime*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-disconnect -- Command for disconnecting from another lightning node
SYNOPSIS
--------
**disconnect** *id* \[*force*\]
**disconnect** *id* [*force*]
DESCRIPTION
-----------

View File

@@ -6,7 +6,7 @@ SYNOPSIS
**(WARNING: experimental-offers only)**
**fetchinvoice** *offer* \[*msatoshi*\] \[*quantity*\] \[*recurrence_counter*\] \[*recurrence_start*\] \[*recurrence_label*\] \[*timeout*\] \[*payer_note*\]
**fetchinvoice** *offer* [*msatoshi*] [*quantity*] [*recurrence_counter*] [*recurrence_start*] [*recurrence_label*] [*timeout*] [*payer_note*]
DESCRIPTION
-----------

View File

@@ -4,8 +4,8 @@ lightning-fundchannel -- Command for establishing a lightning channel
SYNOPSIS
--------
**fundchannel** *id* *amount* \[*feerate*\] \[*announce*\] \[*minconf*\]
\[*utxos*\] \[*push_msat*\] \[*close_to*\] \[*request_amt*\] \[*compact_lease*\]
**fundchannel** *id* *amount* [*feerate*] [*announce*] [*minconf*]
[*utxos*] [*push_msat*] [*close_to*] [*request_amt*] [*compact_lease*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-fundchannel\_start -- Command for initiating channel establishment for
SYNOPSIS
--------
**fundchannel\_start** *id* *amount* \[*feerate* *announce* *close_to* *push_msat*\]
**fundchannel\_start** *id* *amount* [*feerate* *announce* *close_to* *push_msat*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-funderupdate -- Command for adjusting node funding v2 channels
SYNOPSIS
--------
**funderupdate** \[*policy*\] \[*policy_mod*\] \[*leases_only*\] \[*min_their_funding_msat*\] \[*max_their_funding_msat*\] \[*per_channel_min_msat*\] \[*per_channel_max_msat*\] \[*reserve_tank_msat*\] \[*fuzz_percent*\] \[*fund_probability*\] \[*lease_fee_base_msat*\] \[*lease_fee_basis*\] \[*funding_weight*\] \[*channel_fee_max_base_msat*\] \[*channel_fee_max_proportional_thousandths*\] \[*compact_lease*\]
**funderupdate** [*policy*] [*policy_mod*] [*leases_only*] [*min_their_funding_msat*] [*max_their_funding_msat*] [*per_channel_min_msat*] [*per_channel_max_msat*] [*reserve_tank_msat*] [*fuzz_percent*] [*fund_probability*] [*lease_fee_base_msat*] [*lease_fee_basis*] [*funding_weight*] [*channel_fee_max_base_msat*] [*channel_fee_max_proportional_thousandths*] [*compact_lease*]
NOTE: Must have --experimental-dual-fund enabled for these settings to take effect.

View File

@@ -4,7 +4,7 @@ lightning-fundpsbt -- Command to populate PSBT inputs from the wallet
SYNOPSIS
--------
**fundpsbt** *satoshi* *feerate* *startweight* \[*minconf*\] \[*reserve*\] \[*locktime*\] \[*min_witness_weight*\] \[*excess_as_change*\]
**fundpsbt** *satoshi* *feerate* *startweight* [*minconf*] [*reserve*] [*locktime*] [*min_witness_weight*] [*excess_as_change*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-getlog -- Command to show logs.
SYNOPSIS
--------
**getlog** \[*level*\]
**getlog** [*level*]
DESCRIPTION
-----------

View File

@@ -4,8 +4,8 @@ lightning-getroute -- Command for routing a payment (low-level)
SYNOPSIS
--------
**getroute** *id* *msatoshi* *riskfactor* \[*cltv*\] \[*fromid*\]
\[*fuzzpercent*\] \[*exclude*\] \[*maxhops*\]
**getroute** *id* *msatoshi* *riskfactor* [*cltv*] [*fromid*]
[*fuzzpercent*] [*exclude*] [*maxhops*]
DESCRIPTION
-----------
@@ -39,8 +39,8 @@ route generated. 0.0 means the exact fee of that channel is used, while
100.0 means the fee used might be from 0 to twice the actual fee. The
default is 5.0, or up to 5% fee distortion.
*exclude* is a JSON array of short-channel-id/direction (e.g. \[
"564334x877x1/0", "564195x1292x0/1" \]) or node-id which should be excluded
*exclude* is a JSON array of short-channel-id/direction (e.g. [
"564334x877x1/0", "564195x1292x0/1" ]) or node-id which should be excluded
from consideration for routing. The default is not to exclude any channels
or nodes. Note if the source or destination is excluded, the command result
is undefined.

View File

@@ -4,7 +4,7 @@ lightning-help -- Command to return all information about RPC commands.
SYNOPSIS
--------
**help** \[*command\*]
**help** [*command\*]
DESCRIPTION
-----------

View File

@@ -4,8 +4,8 @@ lightning-invoice -- Command for accepting payments
SYNOPSIS
--------
**invoice** *msatoshi* *label* *description* \[*expiry*\]
\[*fallbacks*\] \[*preimage*\] \[*exposeprivatechannels*\] \[*cltv*\]
**invoice** *msatoshi* *label* *description* [*expiry*]
[*fallbacks*] [*preimage*] [*exposeprivatechannels*] [*cltv*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-keysend -- Send funds to a node without an invoice
SYNOPSIS
--------
**keysend** *destination* *msatoshi* \[*label*\] \[*maxfeepercent*\] \[*retry\_for*\] \[*maxdelay*\] \[*exemptfee*\]
**keysend** *destination* *msatoshi* [*label*] [*maxfeepercent*] [*retry\_for*] [*maxdelay*] [*exemptfee*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listchannels -- Command to query active lightning channels in the enti
SYNOPSIS
--------
**listchannels** \[*short\_channel\_id*\] \[*source*\] \[*destination*\]
**listchannels** [*short\_channel\_id*] [*source*] [*destination*]
DESCRIPTION
-----------

View File

@@ -3,7 +3,7 @@
lightning-listconfigs - Command to list all configuration options\.
.SH SYNOPSIS
\fBlistconfigs\fR [config]
\fBlistconfigs\fR [\fIconfig\fR]
.SH DESCRIPTION
@@ -276,4 +276,4 @@ Vincenzo Palazzo \fI<vincenzo.palazzo@protonmail.com\fR> wrote the initial versi
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
\" SHA256STAMP:37b3fd1b2c5b2c903c25579f96d0bb4116955f3aebbf6bbb97f8a62e352cf440
\" SHA256STAMP:759090c2619cd40cba89b670ea16d4885f9aea520588d30d0ee8041369d5b91e

View File

@@ -4,7 +4,7 @@ lightning-listconfigs -- Command to list all configuration options.
SYNOPSIS
--------
**listconfigs** \[*config*\]
**listconfigs** [*config*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listdatastore -- Command for listing (plugin) data
SYNOPSIS
--------
**listdatastore** \[*key*\]
**listdatastore** [*key*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listforwards -- Command showing all htlcs and their information
SYNOPSIS
--------
**listforwards** \[*status*\] \[*in_channel*\] \[*out_channel*\]
**listforwards** [*status*] [*in_channel*] [*out_channel*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listfunds -- Command showing all funds currently managed by the c-ligh
SYNOPSIS
--------
**listfunds** \[*spent*\]
**listfunds** [*spent*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listinvoices -- Command for querying invoice status
SYNOPSIS
--------
**listinvoices** \[*label*\] \[*invstring*\] \[*payment_hash*\] \[*offer_id*\]
**listinvoices** [*label*] [*invstring*] [*payment_hash*] [*offer_id*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listnodes -- Command to get the list of nodes in the known network.
SYNOPSIS
--------
**listnodes** \[*id*\]
**listnodes** [*id*]
DESCRIPTION
-----------

View File

@@ -5,7 +5,7 @@ SYNOPSIS
--------
**(WARNING: experimental-offers only)**
**listoffers** \[*offer_id*\] \[*active_only*\]
**listoffers** [*offer_id*] [*active_only*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listpays -- Command for querying payment status
SYNOPSIS
--------
**listpays** \[*bolt11*\] \[*payment_hash*\] \[*status*\]
**listpays** [*bolt11*] [*payment_hash*] [*status*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listpeers -- Command returning data on connected lightning nodes
SYNOPSIS
--------
**listpeers** \[*id*\] \[*level*\]
**listpeers** [*id*] [*level*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-listsendpays -- Low-level command for querying sendpay status
SYNOPSIS
--------
**listsendpays** \[*bolt11*\] \[*payment\_hash*\] \[*status*\]
**listsendpays** [*bolt11*] [*payment\_hash*] [*status*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-multifundchannel -- Command for establishing many lightning channels
SYNOPSIS
--------
**multifundchannel** *destinations* \[*feerate*\] \[*minconf*\] \[*utxos*\] \[*minchannels*\] \[*commitment_feerate*\]
**multifundchannel** *destinations* [*feerate*] [*minconf*] [*utxos*] [*minchannels*] [*commitment_feerate*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-multiwithdraw -- Command for withdrawing to multiple addresses
SYNOPSIS
--------
**multiwithdraw** *outputs* \[*feerate*\] \[*minconf*\] \[*utxos*\]
**multiwithdraw** *outputs* [*feerate*] [*minconf*] [*utxos*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-newaddr -- Command for generating a new address to be used by c-lightn
SYNOPSIS
--------
**newaddr** \[ *addresstype* \]
**newaddr** [ *addresstype* ]
DESCRIPTION
-----------

View File

@@ -6,7 +6,7 @@ SYNOPSIS
**(WARNING: experimental-offers only)**
**offer** *amount* *description* \[*issuer*\] \[*label*\] \[*quantity_min*\] \[*quantity_max*\] \[*absolute_expiry*\] \[*recurrence*\] \[*recurrence_base*\] \[*recurrence_paywindow*\] \[*recurrence_limit*\] \[*single_use*\]
**offer** *amount* *description* [*issuer*] [*label*] [*quantity_min*] [*quantity_max*] [*absolute_expiry*] [*recurrence*] [*recurrence_base*] [*recurrence_paywindow*] [*recurrence_limit*] [*single_use*]
DESCRIPTION
-----------
@@ -69,7 +69,7 @@ period. This is encoded in the offer. e.g. "@1609459200" indicates
you must start paying on the 1st January 2021.
*recurrence_paywindow* is an optional argument of form
'-time+time\[%\]'. The first time is the number of seconds before the
'-time+time[%]'. The first time is the number of seconds before the
start of a period in which an invoice and payment is valid, the second
time is the number of seconds after the start of the period. For
example *-604800+86400* means you can fetch an pay the invoice 4 weeks

View File

@@ -7,7 +7,7 @@ SYNOPSIS
**(WARNING: experimental-offers only)**
**offerout** *amount* *description* \[*issuer*\] \[*label*\] \[*absolute_expiry*\] \[*refund_for*\]
**offerout** *amount* *description* [*issuer*] [*label*] [*absolute_expiry*] [*refund_for*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-openchannel\_bump -- Command to initiate a channel RBF
SYNOPSIS
--------
**openchannel_bump** *channel_id* *amount* *initalpsbt* \[*funding_feerate*\]
**openchannel_bump** *channel_id* *amount* *initalpsbt* [*funding_feerate*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-openchannel\_init -- Command to initiate a channel to a peer
SYNOPSIS
--------
**openchannel_init** *id* *amount* *initalpsbt* \[*commitment_feerate*\] \[*funding_feerate*\] \[*announce*\] \[*close_to*\] \[*request_amt*\] \[*compact_lease*\]
**openchannel_init** *id* *amount* *initalpsbt* [*commitment_feerate*] [*funding_feerate*] [*announce*] [*close_to*] [*request_amt*] [*compact_lease*]
DESCRIPTION
-----------

View File

@@ -4,9 +4,9 @@ lightning-pay -- Command for sending a payment to a BOLT11 invoice
SYNOPSIS
--------
**pay** *bolt11* \[*msatoshi*\] \[*label*\] \[*riskfactor*\]
\[*maxfeepercent*\] \[*retry\_for*\] \[*maxdelay*\] \[*exemptfee*\]
\[*exclude*\]
**pay** *bolt11* [*msatoshi*] [*label*] [*riskfactor*]
[*maxfeepercent*] [*retry\_for*] [*maxdelay*] [*exemptfee*]
[*exclude*]
DESCRIPTION
-----------
@@ -41,8 +41,8 @@ finding routes and retrying the payment. However, a payment may be
delayed for up to `maxdelay` blocks by another node; clients should be
prepared for this worst case.
*exclude* is a JSON array of short-channel-id/direction (e.g. \[
"564334x877x1/0", "564195x1292x0/1" \]) or node-id which should be excluded
*exclude* is a JSON array of short-channel-id/direction (e.g. [
"564334x877x1/0", "564195x1292x0/1" ]) or node-id which should be excluded
from consideration for routing. The default is not to exclude any channels
or nodes.

View File

@@ -4,7 +4,7 @@ lightning-ping -- Command to check if a node is up.
SYNOPSIS
--------
**ping** *id* \[*len*\] \[*pongbytes*\]
**ping** *id* [*len*] [*pongbytes*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-plugin -- Manage plugins with RPC
SYNOPSIS
--------
**plugin** command \[*parameter*\] \[*second\_parameter*\]
**plugin** command [*parameter*] [*second\_parameter*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-reserveinputs -- Construct a transaction and reserve the UTXOs it spen
SYNOPSIS
--------
**reserveinputs** *psbt* \[*exclusive*\] \[*reserve*\]
**reserveinputs** *psbt* [*exclusive*] [*reserve*]
DESCRIPTION
-----------

View File

@@ -6,7 +6,7 @@ SYNOPSIS
**(WARNING: experimental-offers only)**
**sendinvoice** *offer* *label* \[*msatoshi*\] \[*timeout*\] \[*quantity*\]
**sendinvoice** *offer* *label* [*msatoshi*] [*timeout*] [*quantity*]
DESCRIPTION
-----------

View File

@@ -4,8 +4,8 @@ lightning-sendonion -- Send a payment with a custom onion packet
SYNOPSIS
--------
**sendonion** *onion* *first_hop* *payment_hash* \[*label*\] \[*shared_secrets*\] \[*partid*\] \[*bolt11*\]
\[*msatoshi*\] \[*destination*\]
**sendonion** *onion* *first_hop* *payment_hash* [*label*] [*shared_secrets*] [*partid*] [*bolt11*]
[*msatoshi*] [*destination*]
DESCRIPTION
-----------

View File

@@ -6,7 +6,7 @@ SYNOPSIS
**(WARNING: experimental-onion-messages only)**
**sendonionmessage** *hops* \[*reply_path*\]
**sendonionmessage** *hops* [*reply_path*]
DESCRIPTION
-----------

View File

@@ -4,8 +4,8 @@ lightning-sendpay -- Low-level command for sending a payment via a route
SYNOPSIS
--------
**sendpay** *route* *payment\_hash* \[*label*\] \[*msatoshi*\]
\[*bolt11*\] \[*payment_secret*\] \[*partid*\]
**sendpay** *route* *payment\_hash* [*label*] [*msatoshi*]
[*bolt11*] [*payment_secret*] [*partid*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-sendpsbt -- Command to finalize, extract and send a partially signed b
SYNOPSIS
--------
**sendpsbt** *psbt* \[*reserve*\]
**sendpsbt** *psbt* [*reserve*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-setchannelfee -- Command for setting specific routing fees on a lightn
SYNOPSIS
--------
**setchannelfee** *id* \[*base*\] \[*ppm*\] \[*enforcedelay*\]
**setchannelfee** *id* [*base*] [*ppm*] [*enforcedelay*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-signpsbt -- Command to sign a wallet's inputs on a provided bitcoin tr
SYNOPSIS
--------
**signpsbt** *psbt* \[*signonly*\]
**signpsbt** *psbt* [*signonly*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-txprepare -- Command to prepare to withdraw funds from the internal wa
SYNOPSIS
--------
**txprepare** *outputs* \[*feerate*\] \[*minconf*\] \[*utxos*\]
**txprepare** *outputs* [*feerate*] [*minconf*] [*utxos*]
DESCRIPTION
-----------
@@ -15,9 +15,9 @@ in *outputs*.
The *outputs* is the array of output that include *destination*
and *amount*(\{*destination*: *amount*\}). Its format is like:
\[\{address1: amount1\}, \{address2: amount2\}\]
[\{address1: amount1\}, \{address2: amount2\}]
or
\[\{address: *all*\}\].
[\{address: *all*\}].
It supports any number of **confirmed** outputs.
The *destination* of output is the address which can be of any Bitcoin accepted

View File

@@ -4,7 +4,7 @@ lightning-unreserveinputs -- Release reserved UTXOs
SYNOPSIS
--------
**unreserveinputs** *psbt* \[*reserve*\]
**unreserveinputs** *psbt* [*reserve*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-utxopsbt -- Command to populate PSBT inputs from given UTXOs
SYNOPSIS
--------
**utxopsbt** *satoshi* *feerate* *startweight* *utxos* \[*reserve*\] \[*reservedok*\] \[*locktime*\] \[*min_witness_weight*\] \[*excess_as_change*\]
**utxopsbt** *satoshi* *feerate* *startweight* *utxos* [*reserve*] [*reservedok*] [*locktime*] [*min_witness_weight*] [*excess_as_change*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-waitanyinvoice -- Command for waiting for payments
SYNOPSIS
--------
**waitanyinvoice** \[*lastpay\_index*\] \[*timeout*\]
**waitanyinvoice** [*lastpay\_index*] [*timeout*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-waitblockheight -- Command for waiting for blocks on the blockchain
SYNOPSIS
--------
**waitblockheight** *blockheight* \[*timeout*\]
**waitblockheight** *blockheight* [*timeout*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-waitsendpay -- Command for sending a payment via a route
SYNOPSIS
--------
**waitsendpay** *payment\_hash* \[*timeout*\] \[*partid*\]
**waitsendpay** *payment\_hash* [*timeout*] [*partid*]
DESCRIPTION
-----------

View File

@@ -4,7 +4,7 @@ lightning-withdraw -- Command for withdrawing funds from the internal wallet
SYNOPSIS
--------
**withdraw** *destination* *satoshi* \[*feerate*\] \[*minconf*\] \[*utxos*\]
**withdraw** *destination* *satoshi* [*feerate*] [*minconf*] [*utxos*]
DESCRIPTION
-----------