doc: Tiny corrections in documentation

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2024-07-03 12:37:22 -07:00
parent 3c04b6f8d3
commit 6bfa303a4a
3 changed files with 10 additions and 30 deletions

View File

@@ -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 <<michael.hawkins@protonmail.com>>."
],
"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": [
{

View File

@@ -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 <<michael.hawkins@protonmail.com>>."
],
"see_also": [
"lightning-connect(1)",
"lightning-listpeers(1)"
"lightning-connect(7)",
"lightning-listpeerchannels(7)"
],
"resources": [
"Main web site: <https://github.com/ElementsProject/lightning>"

View File

@@ -177,13 +177,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": [
{