As we already have manpages for many commands, we should go whole-hog and make manpages for all commands. We even have manpages for obscure commands (`autocleaninvoice`) but some important commands are missing description! * [x] `fundchannel` #1463 * [x] `connect` #1427 * [x] `disconnect` * [x] `listpeers` * [x] `listchannels` * [x] `close` #1355 * [x] `withdraw` #1427 * [x] `newaddr` #1427 * [x] `listfunds` #1427 * [x] `lightningd` itself #2899
As we already have manpages for many commands, we should go whole-hog and make manpages for all commands.
We even have manpages for obscure commands (
autocleaninvoice) but some important commands are missing description!fundchanneldoc: Added fundchannel man page. #1463connectdocumentation withdraw, connect, listfunds, newaddr #1427disconnectlistpeerslistchannelsclosepeer_control: Make close wait for complete closure, with timeout. #1355withdrawdocumentation withdraw, connect, listfunds, newaddr #1427newaddrdocumentation withdraw, connect, listfunds, newaddr #1427listfundsdocumentation withdraw, connect, listfunds, newaddr #1427lightningditself doc/lightningd.8.txt: Initial manpage for lightningd itself. #2899