pull up r19978 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 1 Oct 2007 23:14:00 +0000 (23:14 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 1 Oct 2007 23:14:00 +0000 (23:14 +0000)
 r19978@cathode-dark-space:  jaltman | 2007-09-25 00:22:02 -0400
 ticket: 5772

 Document use of KRB5_CCH_CCNAME for ccache name length.

ticket: 5772
version_fixed: 1.6.3

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20051 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/kconfig/kconfig.h

index 691fe7115c5c4cec86f861a057ad2a3f7b23b3fd..689992c29c999c6c6f964374e193abe051a88e7c 100644 (file)
@@ -235,10 +235,10 @@ typedef struct tag_kconf_schema {
         specified in \a cspace is relative to the parent.  Set this to
         NULL to indicate the root configuration space.  
 
-    \param[in] cspace The confiuration path.  This can be up to
-        ::KCONF_MAXCCH_PATH characters in length.  Use either
-        backslashes or forward slashes to specify hiearchy.  Set this
-        to NULL to reopen the parent configuration space.
+    \param[in] cspace The configuration path.  This can be up to
+        ::KCONF_MAXCCH_PATH characters in length.  Use backslashes to
+        specify hiearchy.  Set this to NULL to reopen the parent
+        configuration space.
 
     \param[in] flags Flags.  This can be a combination of KCONF_FLAG_*
         constants and KHM_FLAG_CREATE.  If none of ::KCONF_FLAG_USER,