Skip to content

Commit 52c2438

Browse files
fixonecdecker
authored andcommitted
documentation: s/Protocol/Command/
1 parent 0078388 commit 52c2438

27 files changed

+49
-47
lines changed

doc/Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,23 @@ doc-wrongdir:
77
MANPAGES := doc/lightning-cli.1 \
88
doc/lightning-autocleaninvoice.7 \
99
doc/lightning-close.7 \
10+
doc/lightning-connect.7 \
1011
doc/lightning-decodepay.7 \
1112
doc/lightning-delexpiredinvoice.7 \
1213
doc/lightning-delinvoice.7 \
1314
doc/lightning-getroute.7 \
1415
doc/lightning-invoice.7 \
16+
doc/lightning-listfunds.7 \
1517
doc/lightning-listinvoices.7 \
1618
doc/lightning-listpayments.7 \
19+
doc/lightning-newaddr.7 \
1720
doc/lightning-pay.7 \
1821
doc/lightning-sendpay.7 \
1922
doc/lightning-waitinvoice.7 \
2023
doc/lightning-waitanyinvoice.7 \
2124
doc/lightning-waitsendpay.7 \
22-
doc/lightning-newaddr.7 \
23-
doc/lightning-withdraw.7 \
24-
doc/lightning-listfunds.7
25+
doc/lightning-withdraw.7
26+
2527

2628
doc-all: $(MANPAGES)
2729

doc/lightning-close.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-close \- Protocol for closing channels with direct peers
31+
lightning-close \- Command for closing channels with direct peers
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBclose\fR \fIid\fR [\fIforce\fR] [\fItimeout\fR]

doc/lightning-close.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-CLOSE(7)
44

55
NAME
66
----
7-
lightning-close - Protocol for closing channels with direct peers
7+
lightning-close - Command for closing channels with direct peers
88

99
SYNOPSIS
1010
--------

doc/lightning-decodepay.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-decodepay
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 04/05/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-DECODEPAY" "7" "04/05/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-DECODEPAY" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-decodepay \- Protocol for decoding a bolt11 string (low\-level)
31+
lightning-decodepay \- Command for decoding a bolt11 string (low\-level)
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBdecodepay\fR \fIbolt11\fR [\fIdescription\fR]

doc/lightning-decodepay.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-DECODEPAY(7)
44

55
NAME
66
----
7-
lightning-decodepay - Protocol for decoding a bolt11 string (low-level)
7+
lightning-decodepay - Command for decoding a bolt11 string (low-level)
88

99

1010
SYNOPSIS

doc/lightning-delexpiredinvoice.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-delexpiredinvoice
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 03/17/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-DELEXPIRE" "7" "03/17/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-DELEXPIRE" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-delexpiredinvoice \- Protocol for removing expired invoices\&.
31+
lightning-delexpiredinvoice \- Command for removing expired invoices\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBdelexpiredinvoice\fR [\fImaxexpirytime\fR]

doc/lightning-delexpiredinvoice.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-DELEXPIREDINVOICE(7)
44

55
NAME
66
----
7-
lightning-delexpiredinvoice - Protocol for removing expired invoices.
7+
lightning-delexpiredinvoice - Command for removing expired invoices.
88

99
SYNOPSIS
1010
--------

doc/lightning-delinvoice.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-delinvoice
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 03/17/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-DELINVOIC" "7" "03/17/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-DELINVOIC" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-delinvoice \- Protocol for removing an invoice\&.
31+
lightning-delinvoice \- Command for removing an invoice\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBdelinvoice\fR \fIlabel\fR \fIstatus\fR

doc/lightning-delinvoice.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-DELINVOICE(7)
44

55
NAME
66
----
7-
lightning-delinvoice - Protocol for removing an invoice.
7+
lightning-delinvoice - Command for removing an invoice.
88

99
SYNOPSIS
1010
--------

doc/lightning-getroute.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-getroute
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 02/19/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-GETROUTE" "7" "02/19/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-GETROUTE" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-getroute \- Protocol for routing a payment (low\-level)\&.
31+
lightning-getroute \- Command for routing a payment (low\-level)\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBgetroute\fR \fIid\fR \fImsatoshi\fR \fIriskfactor\fR [\fIcltv\fR] [\fIfuzzpercent\fR] [\fIseed\fR]

doc/lightning-getroute.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-GETROUTE(7)
44

55
NAME
66
----
7-
lightning-getroute - Protocol for routing a payment (low-level).
7+
lightning-getroute - Command for routing a payment (low-level).
88

99

1010
SYNOPSIS

doc/lightning-invoice.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-invoice \- Protocol for accepting payments\&.
31+
lightning-invoice \- Command for accepting payments\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBinvoice\fR \fImsatoshi\fR \fIlabel\fR \fIdescription\fR [\fIexpiry\fR] [\fIfallbacks\fR] [\fIpreimage\fR]

doc/lightning-invoice.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-INVOICE(7)
44

55
NAME
66
----
7-
lightning-invoice - Protocol for accepting payments.
7+
lightning-invoice - Command for accepting payments.
88

99
SYNOPSIS
1010
--------

doc/lightning-listinvoices.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-listinvoices
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 01/18/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-LISTINVOI" "7" "01/18/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-LISTINVOI" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-listinvoices \- Protocol for querying invoice status
31+
lightning-listinvoices \- Command for querying invoice status
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBlistinvoices\fR [\fIlabel\fR]

doc/lightning-listinvoices.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-LISTINVOICES(7)
44

55
NAME
66
----
7-
lightning-listinvoices - Protocol for querying invoice status
7+
lightning-listinvoices - Command for querying invoice status
88

99
SYNOPSIS
1010
--------

doc/lightning-listpayments.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-listpayments \- Protocol for querying payment status
31+
lightning-listpayments \- Command for querying payment status
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBlistpayments\fR

doc/lightning-listpayments.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-LISTPAYMENTS(7)
44

55
NAME
66
----
7-
lightning-listpayments - Protocol for querying payment status
7+
lightning-listpayments - Command for querying payment status
88

99
SYNOPSIS
1010
--------

doc/lightning-pay.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-pay
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 03/21/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-PAY" "7" "03/21/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-PAY" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-pay \- Protocol for sending a payment to a BOLT11 invoice
31+
lightning-pay \- Command for sending a payment to a BOLT11 invoice
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBpay\fR \fIbolt11\fR [\fImsatoshi\fR] [\fIdescription\fR] [\fIriskfactor\fR] [\fImaxfeepercent\fR] [\fIretry_for\fR] [\fImaxdelay\fR]

doc/lightning-pay.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-PAY(7)
44

55
NAME
66
----
7-
lightning-pay - Protocol for sending a payment to a BOLT11 invoice
7+
lightning-pay - Command for sending a payment to a BOLT11 invoice
88

99
SYNOPSIS
1010
--------

doc/lightning-sendpay.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-sendpay \- Protocol for sending a payment via a route\&.
31+
lightning-sendpay \- Command for sending a payment via a route\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBsendpay\fR \fIroute\fR \fIhash\fR [\fImsatoshi\fR]

doc/lightning-sendpay.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-SENDPAY(7)
44

55
NAME
66
----
7-
lightning-sendpay - Protocol for sending a payment via a route.
7+
lightning-sendpay - Command for sending a payment via a route.
88

99
SYNOPSIS
1010
--------

doc/lightning-waitanyinvoice.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-waitanyinvoice
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 01/13/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-WAITANYIN" "7" "01/13/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-WAITANYIN" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-waitanyinvoice \- Protocol for waiting for payments\&.
31+
lightning-waitanyinvoice \- Command for waiting for payments\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBwaitanyinvoice\fR [\fIlastpay_index\fR]

doc/lightning-waitanyinvoice.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-WAITANYINVOICE(7)
44

55
NAME
66
----
7-
lightning-waitanyinvoice - Protocol for waiting for payments.
7+
lightning-waitanyinvoice - Command for waiting for payments.
88

99
SYNOPSIS
1010
--------

doc/lightning-waitinvoice.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-waitinvoice
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 02/03/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-WAITINVOI" "7" "02/03/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-WAITINVOI" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-waitinvoice \- Protocol for waiting for specific payment\&.
31+
lightning-waitinvoice \- Command for waiting for specific payment\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBwaitinvoice\fR \fIlabel\fR

doc/lightning-waitinvoice.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-WAITINVOICE(7)
44

55
NAME
66
----
7-
lightning-waitinvoice - Protocol for waiting for specific payment.
7+
lightning-waitinvoice - Command for waiting for specific payment.
88

99
SYNOPSIS
1010
--------

doc/lightning-waitsendpay.7

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: lightning-waitsendpay
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 03/14/2018
5+
.\" Date: 04/26/2018
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "LIGHTNING\-WAITSENDP" "7" "03/14/2018" "\ \&" "\ \&"
10+
.TH "LIGHTNING\-WAITSENDP" "7" "04/26/2018" "\ \&" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
2828
.\" * MAIN CONTENT STARTS HERE *
2929
.\" -----------------------------------------------------------------
3030
.SH "NAME"
31-
lightning-waitsendpay \- Protocol for sending a payment via a route\&.
31+
lightning-waitsendpay \- Command for sending a payment via a route\&.
3232
.SH "SYNOPSIS"
3333
.sp
3434
\fBwaitsendpay\fR \fIpayment_hash\fR [\fItimeout\fR]

doc/lightning-waitsendpay.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIGHTNING-WAITSENDPAY(7)
44

55
NAME
66
----
7-
lightning-waitsendpay - Protocol for sending a payment via a route.
7+
lightning-waitsendpay - Command for sending a payment via a route.
88

99
SYNOPSIS
1010
--------

0 commit comments

Comments
 (0)