Remove some formatting inconsistencies

I've tried automatically parsing the docs, and these inconsistencies made it harder to do that.

(I tried to do that for a project which I can't share yet, I'm not sure if it'll even work).
This commit is contained in:
Aaron Dewes 2022-01-23 18:23:26 +01:00 committed by Rusty Russell
parent 849f92f4b0
commit 74071c95a2
13 changed files with 13 additions and 13 deletions

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-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-deldatastore -- Command for removing (plugin) data
SYNOPSIS
--------
**deldatastore** *key* [*generation*]
**deldatastore** *key* \[*generation*\]
DESCRIPTION
-----------

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-listnodes -- Command to get the list of nodes in the known network.
SYNOPSIS
--------
**listnodes** \[id\]
**listnodes** \[*id*\]
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-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

@ -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-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-unreserveinputs -- Release reserved UTXOs
SYNOPSIS
--------
**unreserveinputs** *psbt* [*reserve*]
**unreserveinputs** *psbt* \[*reserve*\]
DESCRIPTION
-----------