Skip to content

Commit 74071c9

Browse files
AaronDewesrustyrussell
authored andcommitted
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).
1 parent 849f92f commit 74071c9

13 files changed

+13
-13
lines changed

doc/lightning-connect.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-connect -- Command for connecting to another lightning node
44
SYNOPSIS
55
--------
66

7-
**connect** *id* \[*host* *port*\]
7+
**connect** *id* \[*host*\] \[*port*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-datastore.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-datastore -- Command for storing (plugin) data
44
SYNOPSIS
55
--------
66

7-
**datastore** *key* [*string*] [*hex*] [*mode*] [*generation*]
7+
**datastore** *key* \[*string*\] \[*hex*\] \[*mode*\] \[*generation*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-deldatastore.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-deldatastore -- Command for removing (plugin) data
44
SYNOPSIS
55
--------
66

7-
**deldatastore** *key* [*generation*]
7+
**deldatastore** *key* \[*generation*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-listconfigs.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-listconfigs -- Command to list all configuration options.
44
SYNOPSIS
55
--------
66

7-
**listconfigs** \[config\]
7+
**listconfigs** \[*config*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-listdatastore.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-listdatastore -- Command for listing (plugin) data
44
SYNOPSIS
55
--------
66

7-
**listdatastore** [*key*]
7+
**listdatastore** \[*key*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-listnodes.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-listnodes -- Command to get the list of nodes in the known network.
44
SYNOPSIS
55
--------
66

7-
**listnodes** \[id\]
7+
**listnodes** \[*id*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-listpays.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-listpays -- Command for querying payment status
44
SYNOPSIS
55
--------
66

7-
**listpays** \[bolt11\] \[payment_hash\] \[status\]
7+
**listpays** \[*bolt11*\] \[*payment_hash*\] \[*status*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-ping.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-ping -- Command to check if a node is up.
44
SYNOPSIS
55
--------
66

7-
**ping** *id* \[len\] \[pongbytes\]
7+
**ping** *id* \[*len*\] \[*pongbytes*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-plugin.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-plugin -- Manage plugins with RPC
44
SYNOPSIS
55
--------
66

7-
**plugin** command \[parameter\] \[second\_parameter\]
7+
**plugin** command \[*parameter*\] \[*second\_parameter*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-reserveinputs.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-reserveinputs -- Construct a transaction and reserve the UTXOs it spen
44
SYNOPSIS
55
--------
66

7-
**reserveinputs** *psbt* [*exclusive*] [*reserve*]
7+
**reserveinputs** *psbt* \[*exclusive*\] \[*reserve*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-sendpsbt.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-sendpsbt -- Command to finalize, extract and send a partially signed b
44
SYNOPSIS
55
--------
66

7-
**sendpsbt** *psbt* [*reserve*]
7+
**sendpsbt** *psbt* \[*reserve*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-signpsbt.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-signpsbt -- Command to sign a wallet's inputs on a provided bitcoin tr
44
SYNOPSIS
55
--------
66

7-
**signpsbt** *psbt* [*signonly*]
7+
**signpsbt** *psbt* \[*signonly*\]
88

99
DESCRIPTION
1010
-----------

doc/lightning-unreserveinputs.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-unreserveinputs -- Release reserved UTXOs
44
SYNOPSIS
55
--------
66

7-
**unreserveinputs** *psbt* [*reserve*]
7+
**unreserveinputs** *psbt* \[*reserve*\]
88

99
DESCRIPTION
1010
-----------

0 commit comments

Comments
 (0)