blob: 24fad20fa72e7146e592074c4b48da1b29ae5c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
From: Guilhem Moulin <guilhem@debian.org>
Date: Thu, 1 Dec 2016 00:49:17 +0100
Subject: Mention the Debian BTS in the manpages.
Forwarded: not-needed
---
lacme-accountd.1.md | 6 ++++++
lacme.8.md | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md
index 4933a78..272cd52 100644
--- a/lacme-accountd.1.md
+++ b/lacme-accountd.1.md
@@ -206,6 +206,12 @@ Consult the [`lacme`(8) manual][`lacme`(8)] for a solution involving
connecting to `lacme-accountd` on a dedicated remote host. Doing so
enables automatic renewal via [`crontab`(5)] or [`systemd.timer`(5)].
+Bugs and feedback
+=================
+
+Bugs or feature requests for `lacme-accountd` should be filed with the
+Debian project's bug tracker at <<https://www.debian.org/Bugs/>>.
+
See also
========
diff --git a/lacme.8.md b/lacme.8.md
index ad6dab6..33d7e11 100644
--- a/lacme.8.md
+++ b/lacme.8.md
@@ -499,6 +499,12 @@ restrictions:
restrict,from="…",command="/usr/bin/lacme-accountd --quiet --stdio" ssh-rsa …
+Bugs and feedback
+=================
+
+Bugs or feature requests for `lacme` should be filed with the Debian
+project's bug tracker at <<https://www.debian.org/Bugs/>>.
+
See also
========
|