|
2 | 2 | .\" Title: lightningd-config |
3 | 3 | .\" Author: [see the "AUTHOR" section] |
4 | 4 | .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> |
5 | | -.\" Date: 08/15/2018 |
| 5 | +.\" Date: 09/07/2018 |
6 | 6 | .\" Manual: \ \& |
7 | 7 | .\" Source: \ \& |
8 | 8 | .\" Language: English |
9 | 9 | .\" |
10 | | -.TH "LIGHTNINGD\-CONFIG" "5" "08/15/2018" "\ \&" "\ \&" |
| 10 | +.TH "LIGHTNINGD\-CONFIG" "5" "09/07/2018" "\ \&" "\ \&" |
11 | 11 | .\" ----------------------------------------------------------------- |
12 | 12 | .\" * Define some portability stuff |
13 | 13 | .\" ----------------------------------------------------------------- |
@@ -36,7 +36,7 @@ lightningd-config \- Lightning daemon configuration file |
36 | 36 | .sp |
37 | 37 | lightningd(8) reads a configuration file called \fIconfig\fR, if it exists, when it starts up\&. The location of this file defaults to \fB\&.lightning\fR in the home directory, but can be overridden by the \fI\-\-lightning\-dir\fR option on the lightningd(8) command line\&. |
38 | 38 | .sp |
39 | | -Configuration file options are processsed first, then command line options: later options override earlier ones except \fIaddr\fR options which accumulate\&. |
| 39 | +Configuration file options are processed first, then command line options: later options override earlier ones except \fIaddr\fR options which accumulate\&. |
40 | 40 | .sp |
41 | 41 | All these options are mirrored as commandline arguments to lightningd(8), so \fI\-\-foo\fR becomes simply \fIfoo\fR in the configuration file, and \fI\-\-foo=bar\fR becomes \fIfoo=bar\fR in the configuration file\&. |
42 | 42 | .sp |
@@ -316,7 +316,7 @@ or \*(AqTORIPADDRESS\*(Aq\&. |
316 | 316 | .PP |
317 | 317 | \fBbind\-addr\fR=\fI[IPADDRESS[:PORT]]|SOCKETPATH\fR |
318 | 318 | .RS 4 |
319 | | -Set an IP address or UNIX domain socket to listen to, but do not announce\&. A UNIX domain socket is distingished from an IP address by beginning with a |
| 319 | +Set an IP address or UNIX domain socket to listen to, but do not announce\&. A UNIX domain socket is distinguished from an IP address by beginning with a |
320 | 320 | \fI/\fR\&. |
321 | 321 | .sp |
322 | 322 | .if n \{\ |
@@ -436,7 +436,7 @@ to authenticate to the Tor control port\&. |
436 | 436 | .RE |
437 | 437 | .SH "BUGS" |
438 | 438 | .sp |
439 | | -You should report bugs on our github issues page, and maybe submit a fix to gain our eternal gratutide! |
| 439 | +You should report bugs on our github issues page, and maybe submit a fix to gain our eternal gratitude! |
440 | 440 | .SH "AUTHOR" |
441 | 441 | .sp |
442 | 442 | Rusty Russell <rusty@rustcorp\&.com\&.au> wrote this man page, and much of the configuration language, but many others did the hard work of actually implementing these options\&. |
|
0 commit comments