aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 08:20:13 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 08:20:13 +0100
commitdf7c4d13c15ee1211036ad6a575f5c7b2948f43b (patch)
treeb58e93f8b1e517dd59848b8816bb3139ea31ec85
parentc556b84e5a817053da208267827d8d637582d105 (diff)
downloadlfacme-df7c4d13c15ee1211036ad6a575f5c7b2948f43b.tar.gz
lfacme-df7c4d13c15ee1211036ad6a575f5c7b2948f43b.tar.bz2
fix mandoc lint errors
-rw-r--r--acme.conf.54
-rw-r--r--acme.conf.sample2
-rw-r--r--domains.conf.52
3 files changed, 4 insertions, 4 deletions
diff --git a/acme.conf.5 b/acme.conf.5
index 9b632b5..8b2d297 100644
--- a/acme.conf.5
+++ b/acme.conf.5
@@ -35,5 +35,5 @@ The default value is
.El
.Sh SEE ALSO
.Xr domains.conf 5 ,
-.Xr lfacme-setup 8 ,
-.Xr lfacme-renew 8
+.Xr lfacme-renew 8 ,
+.Xr lfacme-setup 8
diff --git a/acme.conf.sample b/acme.conf.sample
index f6f8432..573520b 100644
--- a/acme.conf.sample
+++ b/acme.conf.sample
@@ -5,7 +5,7 @@
### ACME_URL: The URL of the ACME server.
# No default, you must set this.
-# Let's Encrypt production::
+# Let's Encrypt production:
#ACME_URL="https://acme-v02.api.letsencrypt.org/directory"
# Let's Encrypt staging:
diff --git a/domains.conf.5 b/domains.conf.5
index c4e1966..c737d49 100644
--- a/domains.conf.5
+++ b/domains.conf.5
@@ -72,7 +72,7 @@ The path of a file which contains the private key file in PEM format.
.El
.El
.Sh EXAMPLES
-Issue a certificate for
+Issue a certificate for
.Dq example.org
using the default options.
We don't provide any SANs, so the certificate name is used as the domain.