code: plan9front

Download patch

ref: c2a290b8fe17f06370bc748552f2af1d58f50a71
parent: 42ec5a0729a73a383203ba969be07fc0b2ee8ecd
author: Igor Böhm <igor@9lab.org>
date: Thu Jan 25 02:18:34 EST 2024

acmed(8): fix typos

--- a/sys/man/8/acmed
+++ b/sys/man/8/acmed
@@ -44,7 +44,7 @@
 On success,
 .I acmed
 outputs the new certificate in
-PEM format to stdandard output.
+PEM format to standard output.
 .PP
 .I Acmed
 accepts the following options:
@@ -56,7 +56,7 @@
 is used to sign requests to the
 .I provider
 in place of the default
-.BI /sys/lib/tls/acme/ acctname .pub
+.BI /sys/lib/tls/acmed/ acctname .pub
 file.
 The key must be a JWK formatted RSA public key
 (see
@@ -114,7 +114,7 @@
 .TP
 .B -t
 .I type
-Specifies that the challenge type. Supported challenge
+Specifies the challenge type. Supported challenge
 types are currently
 .B http
 and
@@ -203,7 +203,7 @@
 	file=/lib/ndb/dnschallenge
 .EE
 .PP
-In addition, the domains that you like to get verified
+In addition, the domain that you like to get verified
 needs to have a certificate authority authorization record
 of your ACME provider declared:
 .IP