From c7f10bc76d91a7dfe719f3f35a3629d720d6bd4f Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Wed, 19 Jul 2023 08:36:31 +0200 Subject: [PATCH] zkey: man: Fix groff/troff warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the following warnings: troff: zkey-ekmfweb.1:455: warning: macro 'APP=LINUX'' not defined troff: zkey-ekmfweb.1:457: warning: macro 'encvol'.' not defined A single quote (') at the beginning of ta line is interpreted as macro. Fix this by starting the line with a dummy character (\&). Signed-off-by: Ingo Franzki Signed-off-by: Jan Höppner --- zkey/ekmfweb/zkey-ekmfweb.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zkey/ekmfweb/zkey-ekmfweb.1 b/zkey/ekmfweb/zkey-ekmfweb.1 index c016b1b2..194d68ef 100644 --- a/zkey/ekmfweb/zkey-ekmfweb.1 +++ b/zkey/ekmfweb/zkey-ekmfweb.1 @@ -452,9 +452,9 @@ mode .TP .B zkey generate \-\-name seckey \-\-volumes /dev/dasdc1:encvol \-\-label\-tags \(dqENV=TEST,APP=LINUX\(dq Generates a secure AES key in EKMF Web using the label tags 'ENV=TEST' and -'APP=LINUX' and stores it in the secure key repository using the name 'seckey' +\&'APP=LINUX' and stores it in the secure key repository using the name 'seckey' and associates it with block device '/dev/dasdc1' and device-mapper name -'encvol'. +\&'encvol'. .TP .B zkey generate \-\-name seckey \-\-xts \-\-volumes /dev/dasdc1:encvol \-\-volume-type luks2 \-\-label\-tags \(dqENV=TEST,APP=LINUX\(dq Generates a secure AES key for the XTS cipher mode in EKMF Web using the label