commit ae42cad2499b0b139ded386eec3a5f99f0493ab0 Author: David Fifield david@bamsoftware.com Date: Fri Sep 3 15:39:09 2021 -0600
Fix markup in meek-server man page. --- doc/meek-server.1 | 22 ++++++++++++++++------ doc/meek-server.1.txt | 4 ++-- 2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/doc/meek-server.1 b/doc/meek-server.1 index 3b7a07e..1084a46 100644 --- a/doc/meek-server.1 +++ b/doc/meek-server.1 @@ -2,12 +2,12 @@ ." Title: meek-server ." Author: [FIXME: author] [see http://docbook.sf.net/el/author] ." Generator: DocBook XSL Stylesheets v1.79.1 http://docbook.sf.net/ -." Date: 01/17/2019 +." Date: 09/03/2021 ." Manual: \ & ." Source: \ & ." Language: English ." -.TH "MEEK-SERVER" "1" "01/17/2019" "\ &" "\ &" +.TH "MEEK-SERVER" "1" "09/03/2021" "\ &" "\ &" ." ----------------------------------------------------------------- ." * Define some portability stuff ." ----------------------------------------------------------------- @@ -128,10 +128,20 @@ or \fB--disable-tls\fR is used&. .RE -.sp -\fB--disable-tls\fR: Use plain HTTP rather than HTTPS&. This option is only for testing purposes&. Don(cqt use it in production&. -.sp -\fB--key\fR=\fIFILENAME\fR: Name of a PEM-encoded TLS private key file&. Required unless \fB--acme-hostnames\fR or \fB--disable-tls\fR is used&. +.PP +\fB--disable-tls\fR +.RS 4 +Use plain HTTP rather than HTTPS&. This option is only for testing purposes&. Don(cqt use it in production&. +.RE +.PP +\fB--key\fR=\fIFILENAME\fR +.RS 4 +Name of a PEM-encoded TLS private key file&. Required unless +\fB--acme-hostnames\fR +or +\fB--disable-tls\fR +is used&. +.RE .PP \fB--log\fR=\fIFILENAME\fR .RS 4 diff --git a/doc/meek-server.1.txt b/doc/meek-server.1.txt index 6d705e1..80940cb 100644 --- a/doc/meek-server.1.txt +++ b/doc/meek-server.1.txt @@ -67,11 +67,11 @@ OPTIONS Name of a PEM-encoded TLS certificate file. Required unless **--acme-hostnames** or **--disable-tls** is used.
-**--disable-tls**: +**--disable-tls**:: Use plain HTTP rather than HTTPS. This option is only for testing purposes. Don't use it in production.
-**--key**=__FILENAME__: +**--key**=__FILENAME__:: Name of a PEM-encoded TLS private key file. Required unless **--acme-hostnames** or **--disable-tls** is used.
tor-commits@lists.torproject.org