From 84f44dd20f4b36fe98ca5d96d56ea9544e4a9cb1 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Thu, 13 Mar 2025 15:02:33 +0100 Subject: [PATCH] rust/pvapconfig/man/pvapconfig.1: Fix typos in man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Polensky Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- rust/pvapconfig/man/pvapconfig.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/pvapconfig/man/pvapconfig.1 b/rust/pvapconfig/man/pvapconfig.1 index 39a68b4c..e0bfe9bf 100644 --- a/rust/pvapconfig/man/pvapconfig.1 +++ b/rust/pvapconfig/man/pvapconfig.1 @@ -104,7 +104,7 @@ entries. Each entry may hold this information: - mode: AP queue mode information, required, either "EP11" or "Accel". .TP 2 - mkvp: AP queue Master Key Verification Pattern (MKVP), required for -EP11, hex string optional prepented with 0x. The MKVP hex string value +EP11, hex string optional prepended with 0x. The MKVP hex string value may hold either 16 bytes (32 hex characters) or 32 bytes (64 hex characters) but only the leftmost 16 bytes hold MKVP information and thus the rest is ignored. @@ -117,7 +117,7 @@ lowercase character(s) count different. "CEX7" or "CEX8" for Accelerator, string "CEC8" for EP11, optional. If given specifies the minimal accepted Crypto card generation. .TP 2 -- secretid: Secret id, hex string with optional 0x prepented, required +- secretid: Secret id, hex string with optional 0x prepended, required for EP11, ignored for Accel. Details see the following text. .TP 2 - name: ASCII string, optional, but see details below.