Browse Source

doc: fix typo in default port number.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
pull/2938/head
Rusty Russell 6 years ago
parent
commit
488ef67b9b
  1. 6
      doc/lightning-connect.7
  2. 2
      doc/lightning-connect.7.txt

6
doc/lightning-connect.7

@ -2,12 +2,12 @@
.\" Title: lightning-connect
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 03/12/2019
.\" Date: 07/30/2019
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "LIGHTNING\-CONNECT" "7" "03/12/2019" "\ \&" "\ \&"
.TH "LIGHTNING\-CONNECT" "7" "07/30/2019" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@ -40,7 +40,7 @@ The \fBconnect\fR RPC command establishes a new connection with another node in
.sp
\fIhost\fR is the peer\(cqs hostname or IP address\&.
.sp
If not specified, the \fIport\fR defaults to 9375\&.
If not specified, the \fIport\fR defaults to 9735\&.
.sp
If \fIhost\fR is not specified, the connection will be attempted to an IP belonging to \fIid\fR obtained through gossip with other already connected peers\&.
.sp

2
doc/lightning-connect.7.txt

@ -22,7 +22,7 @@ In this case, the 'host' and 'port' parameters must be omitted.
'host' is the peer's hostname or IP address.
If not specified, the 'port' defaults to 9375.
If not specified, the 'port' defaults to 9735.
If 'host' is not specified, the
connection will be attempted to an IP belonging to

Loading…
Cancel
Save