From 4bd716223492aec23599a5ac01bce3cc47160bfd Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sat, 14 May 2016 13:37:54 -0500 Subject: [PATCH] Fix typo in kaserver appendix Though it's very unlikely that someone would actually want to set up a new kaserver installation, if we have documentation for it, it ought to at least do what it claims to do. Thus, change kinit to klog where it was intended. Reported by Karl-Philipp Richter. FIXES 133043 Change-Id: I478a42931fa863c11b4acca7624bcabc14e561b1 Reviewed-on: https://gerrit.openafs.org/12286 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- doc/xml/QuickStartUnix/appendix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xml/QuickStartUnix/appendix.xml b/doc/xml/QuickStartUnix/appendix.xml index 16e2aae32..ded9d2321 100644 --- a/doc/xml/QuickStartUnix/appendix.xml +++ b/doc/xml/QuickStartUnix/appendix.xml @@ -98,7 +98,7 @@ becomes - # kinit admin + # klog admin Password: admin_passwd -- 2.39.5