From 62d37c9b3d7bd52fb318cc458b246fee0022f49e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 19 Jan 2018 19:41:41 +0100 Subject: [PATCH] Fix grammer error in the manpage (fixes #466) "allows to" requires a subject (e.g. "allows one to"), without it's just syntactically wrong. Change the verb entirely to workaround the problem. --- docs/man/dehydrated.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/dehydrated.1 b/docs/man/dehydrated.1 index 8a8f3f1..c07166e 100644 --- a/docs/man/dehydrated.1 +++ b/docs/man/dehydrated.1 @@ -7,8 +7,8 @@ dehydrated \- ACME client implemented as a shell-script [\fBargument\fR [\fBargument\fR]] .IR ... .SH DESCRIPTION -A client for ACME-based Certificate Authorities, such as LetsEncrypt. It -allows to request and obtain TLS certificates from an ACME-based +A client for ACME-based Certificate Authorities, such as LetsEncrypt. It can +be used to request and obtain TLS certificates from an ACME-based certificate authority. Before any certificates can be requested, Dehydrated needs -- 2.47.2