Skip to content

Commit d680e3b

Browse files
committed
doc: Remove non-ASCII character from docs
mrkd doesn't like non-ASCII characters in ubuntu:18.04, used for repro-builds. This is the easiest way to sidestep this issue until we deprecate the old ubuntu version.
1 parent 0351940 commit d680e3b

17 files changed

+31
-31
lines changed

doc/lightning-check.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ SYNOPSIS
99
DESCRIPTION
1010
-----------
1111

12-
The **check** RPC command verifies another commands parameters without
12+
The **check** RPC command verifies another command's parameters without
1313
running it.
1414

1515
The *command\_to\_check* is the name of the relevant command.
1616

17-
*parameters* is the commands parameters.
17+
*parameters* is the command's parameters.
1818

1919
This does not guarantee successful execution of the command in all
2020
cases. For example, a call to lightning-getroute(7) may still fail to

doc/lightning-cli.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lightning-cli -- Control lightning daemon
44
SYNOPSIS
55
--------
66

7-
**lightning-cli** \[*OPTIONS*\] *command*
7+
**lightning-cli** \[*OPTIONS*\] *command*
88

99
DESCRIPTION
1010
-----------
@@ -15,7 +15,7 @@ OPTIONS
1515
-------
1616

1717
**--lightning-dir**=*DIR*
18-
Set the directory for the lightning daemon were talking to; defaults to
18+
Set the directory for the lightning daemon we're talking to; defaults to
1919
*$HOME/.lightning*.
2020

2121
**--conf**=*PATH*
@@ -69,7 +69,7 @@ Print version number to standard output and exit.
6969

7070
**allow-deprecated-apis**=*BOOL*
7171
Enable deprecated options. It defaults to *true*, but you should set
72-
it to *false* when testing to ensure that an upgrade wont break your
72+
it to *false* when testing to ensure that an upgrade won't break your
7373
configuration.
7474

7575
COMMANDS
@@ -109,7 +109,7 @@ BUGS
109109
----
110110

111111
This manpage documents how it should work, not how it does work. The
112-
pretty printing of results isnt pretty.
112+
pretty printing of results isn't pretty.
113113

114114
AUTHOR
115115
------

doc/lightning-close.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ the defaults.
7070

7171
Rates are one of the strings *urgent* (aim for next block), *normal*
7272
(next 4 blocks or so) or *slow* (next 100 blocks or so) to use
73-
lightningds internal estimates, or one of the names from
73+
lightningd's internal estimates, or one of the names from
7474
lightning-feerates(7). Otherwise, they can be numbers with
7575
an optional suffix: *perkw* means the number is interpreted as
7676
satoshi-per-kilosipa (weight), and *perkb* means it is interpreted

doc/lightning-connect.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ DESCRIPTION
1212
The **connect** RPC command establishes a new connection with another
1313
node in the Lightning Network.
1414

15-
*id* represents the target nodes public key. As a convenience, *id* may
15+
*id* represents the target node's public key. As a convenience, *id* may
1616
be of the form *id@host* or *id@host:port*. In this case, the *host* and
1717
*port* parameters must be omitted.
1818

19-
*host* is the peers hostname or IP address.
19+
*host* is the peer's hostname or IP address.
2020

2121
If not specified, the *port* defaults to 9735.
2222

doc/lightning-createonion.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ above hops parameter:
108108

109109
```json
110110
{
111-
"onion": "0003f3f80d2142b953319336d2fe4097[...✂...]6af33fcf4fb113bce01f56dd62248a9e5fcbbfba35c",
111+
"onion": "0003f3f80d2142b953319336d2fe4097[...]6af33fcf4fb113bce01f56dd62248a9e5fcbbfba35c",
112112
"shared_secrets": [
113113
"88ce98c73e4d9293ab1797b0a913fe9bca0213a566252047d01b8af6da871f3e",
114114
"4474d296810e57bd460ef8b83d2e7d288321f8a99ff7686f87384699747bcfc4",

doc/lightning-disconnect.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DESCRIPTION
1010
-----------
1111

1212
The disconnect RPC command closes an existing connection to a peer,
13-
identified by *id*, in the Lightning Network, as long as it doesnt have
13+
identified by *id*, in the Lightning Network, as long as it doesn't have
1414
an active channel. If *force* is set then it will disconnect even with
1515
an active channel.
1616

doc/lightning-fundchannel.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ channels were negotiated with the peer).
3737
*feerate* is an optional feerate used for the opening transaction and as
3838
initial feerate for commitment and HTLC transactions. It can be one of
3939
the strings *urgent* (aim for next block), *normal* (next 4 blocks or
40-
so) or *slow* (next 100 blocks or so) to use lightningds internal
40+
so) or *slow* (next 100 blocks or so) to use lightningd's internal
4141
estimates: *normal* is the default.
4242

4343
Otherwise, *feerate* is a number, with an optional suffix: *perkw* means

doc/lightning-fundpsbt.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ending in *000msat*, or a number with 1 to 8 decimal places ending in
2020

2121
*feerate* can be one of the feerates listed in lightning-feerates(7),
2222
or one of the strings *urgent* (aim for next block), *normal* (next 4
23-
blocks or so) or *slow* (next 100 blocks or so) to use lightningds
23+
blocks or so) or *slow* (next 100 blocks or so) to use lightningd's
2424
internal estimates. It can also be a *feerate* is a number, with an
2525
optional suffix: *perkw* means the number is interpreted as
2626
satoshi-per-kilosipa (weight), and *perkb* means it is interpreted

doc/lightning-getroute.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ your funds being stuck (as a percentage).
2828
For example, if you thought the convenience of keeping your funds liquid
2929
(not stuck) was worth 20% per annum interest, *riskfactor* would be 20.
3030

31-
If you didnt care about risk, *riskfactor* would be zero.
31+
If you didn't care about risk, *riskfactor* would be zero.
3232

3333
*fromid* is the node to start the route from: default is this node.
3434

doc/lightning-invoice.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ as a route hint candidate; if *false*, never. If it is a short channel id
5959
will be considered candidates, even if they are public or dead-ends.
6060

6161
The route hint is selected from the set of incoming channels of which:
62-
peers balance minus their reserves is at least *msatoshi*, state is
62+
peer's balance minus their reserves is at least *msatoshi*, state is
6363
normal, the peer is connected and not a dead end (i.e. has at least one
6464
other public channel). The selection uses some randomness to prevent
6565
probing, but favors channels that become more balanced after the

0 commit comments

Comments
 (0)