Skip to content

Commit

Permalink
Fixed mistake inside the docs
Browse files Browse the repository at this point in the history
Thanks @rustyrussell.

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Aug 31, 2020
1 parent 051a07b commit 88de71e
Show file tree
Hide file tree
Showing 20 changed files with 1,006 additions and 14 deletions.
11 changes: 10 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,16 @@ MANPAGES := doc/lightning-cli.1 \
doc/lightning-waitblockheight.7 \
doc/lightning-waitsendpay.7 \
doc/lightning-withdraw.7 \
doc/lightning-ping.7
doc/lightning-ping.7 \
doc/lightning-stop.7 \
doc/lightning-signpsbt.7 \
doc/lightning-sendpsbt.7 \
doc/lightning-getinfo.7 \
doc/lightning-listtransactions.7 \
doc/lightning-listnodes.7 \
doc/lightning-listconfigs.7 \
doc/lightning-help.7 \
doc/lightning-getlog.7

doc-all: $(MANPAGES) doc/index.rst

Expand Down
122 changes: 122 additions & 0 deletions doc/lightning-getinfo.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/lightning-getinfo.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ On success, an object with the following information is returned:

On failure, one of the following error codes may be returned:

- -32602. Error in given parameters or some error happened during the command process.
- -32602: Error in given parameters or some error happened during the command process.

EXAMPLE JSON RESPONSE
-----
Expand Down
96 changes: 96 additions & 0 deletions doc/lightning-getlog.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/lightning-getlog.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ On success, a object will be return with the following parameters:

On failure, one of the following error codes may be returned:

- -32602. Error in given parameters.
- -32602: Error in given parameters.

EXAMPLE JSON RESPONSE
---------------------
Expand Down
69 changes: 69 additions & 0 deletions doc/lightning-help.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/lightning-help.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ On success, a object will be return with the following proprieties:

On failure, one of the following error codes may be returned:

- -32602. Error in given parameters.
- -32602: Error in given parameters.

EXAMPLE JSON RESPONSE
---------------------
Expand Down
Loading

0 comments on commit 88de71e

Please sign in to comment.