1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Description: Fixes man1 pages format
Author: Roman Ondráček <mail@romanondracek.cz>
Origin: vendor
Forwarded: https://github.com/eclipse-paho/paho.mqtt.c/pull/1416
Last-Update: 2023-11-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/man/man1/paho_c_pub.1
+++ b/doc/man/man1/paho_c_pub.1
@@ -110,7 +110,7 @@
.TP
.PD
.B \-\-trace
-Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fprotocol\fR.
+Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fBprotocol\fR.
.TP
.PD 0
.BI \-r
--- a/doc/man/man1/paho_c_sub.1
+++ b/doc/man/man1/paho_c_sub.1
@@ -102,7 +102,7 @@
.TP
.PD
.B \-\-trace
-Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fprotocol\fR.
+Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fBprotocol\fR.
.TP
.PD 0
.BI \-R
--- a/doc/man/man1/paho_cs_pub.1
+++ b/doc/man/man1/paho_cs_pub.1
@@ -110,7 +110,7 @@
.TP
.PD
.B \-\-trace
-Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fprotocol\fR.
+Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fBprotocol\fR.
.TP
.PD 0
.BI \-r
--- a/doc/man/man1/paho_cs_sub.1
+++ b/doc/man/man1/paho_cs_sub.1
@@ -102,7 +102,7 @@
.TP
.PD
.B \-\-trace
-Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fprotocol\fR.
+Print library internal trace. Valid levels are \fBmin\fR, \fBmax\fR, \fBerror\fR and \fBprotocol\fR.
.TP
.PD 0
.BI \-R
|