]> Raphaël G. Git Repositories - acme/commitdiff
Fix man page unescaped dot.
authorRaphaël Gertz <git@rapsys.eu>
Sun, 19 Apr 2020 13:57:00 +0000 (15:57 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 19 Apr 2020 13:57:00 +0000 (15:57 +0200)
acme-cert.1
acme-conf.1
acme-cron.1
acme.1

index 36fbb0c5c19985e0a93648d5e90932f50aeeac4f..35eb2d758a51872214d42a930a67cfda6b55514e 100644 (file)
@@ -5,10 +5,10 @@
 acme-cert \- the acme certificate generator
 
 .SH "SYNOPSIS"
-\fIacme\fR cert [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [...]
+\fIacme\fR cert [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [\&.\&.\&.]
 
 .SH "DESCRIPTION"
-Acme cert is a fast and simple certificate generator.
+Acme cert is a fast and simple certificate generator\&.
 
 .sp
 See \fBacme-conf\fR(1) to configure your certificate and eventually look at \fBacme-cron\fR(1) to setup the cron job\&.
index 363b1a89eccdb33ede22a34f3ea3727e80035b00..c89f8370bff96772e1224e8b1e0ab7ab383af89d 100644 (file)
@@ -5,10 +5,10 @@
 acme-conf \- the acme conf generator
 
 .SH "SYNOPSIS"
-\fIacme\fR conf [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [\-(d|\-debian)] example.com[=www.example.com[,cdn.example.com]] [...]
+\fIacme\fR conf [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [\-(d|\-debian)] example.com[=www.example.com[,cdn.example.com]] [\&.\&.\&.]
 
 .SH "DESCRIPTION"
-Acme conf is a fast and simple configuration generator.
+Acme conf is a fast and simple configuration generator\&.
 
 .sp
 See \fBacme-cert\fR(1) to generate your certificate and eventually look at \fBacme-cron\fR(1) to setup the cron job\&.
index 2040c40482f1dcbeda4fca5c03ccca61e7cb2f78..5f47b920ece726302b872672e9b236f30d37e201 100644 (file)
@@ -5,10 +5,10 @@
 acme-cron \- the acme cron job
 
 .SH "SYNOPSIS"
-\fIacme\fR cron [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [...]
+\fIacme\fR cron [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [\&.\&.\&.]
 
 .SH "DESCRIPTION"
-Acme cert is a fast and simple certificate regenerator cron job.
+Acme cert is a fast and simple certificate regenerator cron job\&.
 
 .sp
 See \fBacme-conf\fR(1) to configure your certificate and loot at \fBacme-cert\fR(1) to generate your certificate\&.
diff --git a/acme.1 b/acme.1
index eee9b3c884b3b9ee11fdf65ddb77cda0fd9b4fc3..9b5af327d6cf4bd6dd82ed270115fbb17c4b862e 100644 (file)
--- a/acme.1
+++ b/acme.1
@@ -5,10 +5,10 @@
 acme \- the acme certificate generator
 
 .SH "SYNOPSIS"
-\fIacme\fR <command> [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [...]
+\fIacme\fR <command> [\-(v|\-verbose)] [\-(c|\-config)[=/etc/acme/config]] [example.com] [\&.\&.\&.]
 
 .SH "DESCRIPTION"
-Acme is a fast and simple certificate generator using ACME v2 API.
+Acme is a fast and simple certificate generator using ACME v2 API\&.
 
 .sp
 See \fBacme-conf\fR(1) to generate configuration, then see \fBacme-cert\fR(1) to generate your certificate and eventually look at \fBacme-cron\fR(1) to setup the cron job\&.