From 91cb866ce392cdd64913a3b83a742e1f13e62954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 18 Oct 2005 20:17:55 +0000 Subject: [PATCH] Nits in the credential cache text. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16181 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/programming.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/programming.texi b/doc/programming.texi index 5e43195ed..abc507196 100644 --- a/doc/programming.texi +++ b/doc/programming.texi @@ -63,9 +63,9 @@ A credential cache holds the tickets for a user. A given user can have several credential caches, one for each realm where the user have the initial tickets (the first krbtgt). -The credential cache data can be store several diffrent way, each for -diffrent proposes. File credential (FILE) caches and processes based -(KCM) caches are for permanent storage, while memory caches (MEMORY) +The credential cache data can be stored internally in diffrent way, each of them for +diffrent proposes. File credential (FILE) caches and processes based +(KCM) caches are for permanent storage. While memory caches (MEMORY) are local caches to the local process. Caches are opened with @manpage{krb5_cc_resolve,3} or created with