1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Christian Kastner <ckk@debian.org>
Date: Sat, 9 Feb 2019 22:29:12 +0100
Subject: man page fixes
Forwarded: yes
Last-Update: 2019-02-09
---
man/request-key.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/request-key.8 b/man/request-key.8
index 50a7506..4fb837c 100644
--- a/man/request-key.8
+++ b/man/request-key.8
@@ -25,7 +25,7 @@ line:
Turn on debugging mode. In this mode, no attempts are made to access any keys
and, if a handler program is selected, it won't be executed; instead, this
program will print a message and exit 0.
-.IP \fB-D <description>\fP
+.IP "\fB-D <description>\fP"
In debugging mode, use the proposed key description specified with this rather
than the sample ("user;0;0;1f0000;debug:1234") built into the program.
.IP \fB-l\fP
|