From 6a18b7f5024572cd51a834a63a0bff1d57af3550 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 Reviewed-on: https://gerrit.openafs.org/12286 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit 4bd716223492aec23599a5ac01bce3cc47160bfd) Change-Id: I0390a260e53a978e5a45aaff19b832c2d4dc4f9b Reviewed-on: https://gerrit.openafs.org/12304 Tested-by: BuildBot Reviewed-by: Mark Vitale Reviewed-by: Stephan Wiesand --- 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 4cc991038..8c304069b 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