From 13648dd6f424bdbf855cd756e3039c8d4e9fd944 Mon Sep 17 00:00:00 2001 From: Harald Freudenberger Date: Fri, 23 Feb 2018 08:13:44 +0100 Subject: [PATCH] zcrypt: Corrections at the chzcrypt man page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo and added one sentence to explain more details about online switching of queue devices. Signed-off-by: Harald Freudenberger Signed-off-by: Jan Höppner --- zconf/zcrypt/chzcrypt.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zconf/zcrypt/chzcrypt.8 b/zconf/zcrypt/chzcrypt.8 index 1c550c72..2021645c 100644 --- a/zconf/zcrypt/chzcrypt.8 +++ b/zconf/zcrypt/chzcrypt.8 @@ -57,6 +57,7 @@ Set all available cryptographic device(s) online or offline. .B Specifies a cryptographic device which will be set either online or offline. The device can either be a card device or a queue device. +A queue device can only get switched online when the providing card is online. Please note that the card device and queue device representation are both in hexadecimal notation. @@ -95,7 +96,7 @@ Print version information and exit. .B chzcrypt -e 0 1 12 Will set the cryptographic card devices 0, 1 and 12 online. .TP -.B chzcrypt -e 01.0038 +.B chzcrypt -e 10.0038 Will set the cryptographic device '10.0038' respectively card id 16 (0x10) with domain 56 (0x38) online. .TP