From 01ab84ea8c7d0ada1c4a7f892359cef7b7b146ec Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Wed, 21 Oct 2015 14:43:06 +0200 Subject: pkcheck: fix man typos --- docs/man/pkcheck.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml index c856ca4..6613a5d 100644 --- a/docs/man/pkcheck.xml +++ b/docs/man/pkcheck.xml @@ -125,33 +125,33 @@ KEY1=VALUE1 KEY2=VALUE2 KEY3=VALUE3 ... - Octects that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed + Octets that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed with \. For example, the UTF-8 string føl,你好 will be printed as f\303\270l\54\344\275\240\345\245\275. - If the specificied process is not + If the specified process is not authorized, pkcheck exits with a return value of 1 and a diagnostic message is printed on standard error. Details are printed on standard output. - If the specificied process is not + If the specified process is not authorized because no suitable authentication agent is available or if the wasn't passed, pkcheck exits with a return value of 2 and a diagnostic message is printed on standard error. Details are printed on standard output. - If the specificied process is not authorized because the + If the specified process is not authorized because the authentication dialog / request was dismissed by the user, pkcheck exits with a return value of 3 and a diagnostic message is printed on standard error. Details are printed on standard output. - If an error occured while checking for authorization, pkcheck exits + If an error occurred while checking for authorization, pkcheck exits with a return value of 127 with a diagnostic message printed on standard error. -- 2.6.1