mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: man: Fix groff/troff warnings
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 <ifranzki@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
f8910caa59
commit
c7f10bc76d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user