-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Tiny corrections in documentation
Changelog-None.
- Loading branch information
1 parent
3c04b6f
commit 6bfa303
Showing
3 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9182,17 +9182,7 @@ | |
"id": { | ||
"type": "pubkey", | ||
"description": [ | ||
"The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:", | ||
"{", | ||
" 'peers':", | ||
" [", | ||
" {", | ||
" 'id': '0563aea81...',", | ||
" 'connected': true,", | ||
" ...", | ||
" }", | ||
" ]", | ||
"}" | ||
"The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command." | ||
] | ||
}, | ||
"force": { | ||
|
@@ -9216,8 +9206,8 @@ | |
"Michael Hawkins <<[email protected]>>." | ||
], | ||
"see_also": [ | ||
"lightning-connect(1)", | ||
"lightning-listpeers(1)" | ||
"lightning-connect(7)", | ||
"lightning-listpeerchannels(7)" | ||
], | ||
"resources": [ | ||
"Main web site: <https://github.com/ElementsProject/lightning>" | ||
|
@@ -24724,13 +24714,13 @@ | |
], | ||
"see_also": [ | ||
"lightning-cli(1)", | ||
"lightning-listconfigs(1)", | ||
"lightning-listconfigs(7)", | ||
"[writing plugins][writing plugins]" | ||
], | ||
"resources": [ | ||
"Main web site: <https://github.com/ElementsProject/lightning>", | ||
"", | ||
"[writing plugins]: PLUGINS.md" | ||
"[writing plugins]: https://docs.corelightning.org/docs/plugin-development" | ||
], | ||
"examples": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,17 +15,7 @@ | |
"id": { | ||
"type": "pubkey", | ||
"description": [ | ||
"The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:", | ||
"{", | ||
" 'peers':", | ||
" [", | ||
" {", | ||
" 'id': '0563aea81...',", | ||
" 'connected': true,", | ||
" ...", | ||
" }", | ||
" ]", | ||
"}" | ||
"The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command." | ||
] | ||
}, | ||
"force": { | ||
|
@@ -49,8 +39,8 @@ | |
"Michael Hawkins <<[email protected]>>." | ||
], | ||
"see_also": [ | ||
"lightning-connect(1)", | ||
"lightning-listpeers(1)" | ||
"lightning-connect(7)", | ||
"lightning-listpeerchannels(7)" | ||
], | ||
"resources": [ | ||
"Main web site: <https://github.com/ElementsProject/lightning>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters