diff options
author | 2020-12-19 18:05:44 +0000 | |
---|---|---|
committer | 2020-12-19 18:05:44 +0000 | |
commit | 166077aa319908651a76b80e3cc07b597b552753 (patch) | |
tree | fc9aba1b114db4080e820a27dfe6d9d5ed9e4ad0 | |
parent | Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few (diff) | |
download | wireguard-openbsd-166077aa319908651a76b80e3cc07b597b552753.tar.xz wireguard-openbsd-166077aa319908651a76b80e3cc07b597b552753.zip |
remove extra s
-rw-r--r-- | usr.sbin/acme-client/acme-client.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 826c828f6af..985ddb2db25 100644 --- a/usr.sbin/acme-client/acme-client.1 +++ b/usr.sbin/acme-client/acme-client.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acme-client.1,v 1.37 2020/12/18 15:03:40 solene Exp $ +.\" $OpenBSD: acme-client.1,v 1.38 2020/12/19 18:05:44 tb Exp $ .\" .\" Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 18 2020 $ +.Dd $Mdocdate: December 19 2020 $ .Dt ACME-CLIENT 1 .Os .Sh NAME @@ -68,7 +68,7 @@ The options are as follows: .Bl -tag -width Ds .It Fl F Force certificate renewal, even if it's too soon. -This is required if new domain alternatives names +This is required if new domain alternative names were added to .Xr acme-client.conf 5 . .It Fl f Ar configfile |