[26718] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix typo in "Supported date and type formats" doc

daemon@ATHENA.MIT.EDU (Zhanna A Tsitkova)
Fri Jul 13 14:27:22 2012

Date: Fri, 13 Jul 2012 14:27:18 -0400
From: Zhanna A Tsitkova <tsitkova@mit.edu>
Message-Id: <201207131827.q6DIRInV025879@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/c4097fd1dbdbf1e2d284a16b2a199f9eea06c8c5
commit c4097fd1dbdbf1e2d284a16b2a199f9eea06c8c5
Author: Zhanna Tsitkov <tsitkova@mit.edu>
Date:   Fri Jul 13 14:23:59 2012 -0400

    Fix typo in "Supported date and type formats" doc

 doc/rst_source/krb_basic/date_format.rst |    8 ++++----
 doc/rst_source/krb_basic/index.rst       |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/rst_source/krb_basic/date_format.rst b/doc/rst_source/krb_basic/date_format.rst
index a162ea2..a19810d 100644
--- a/doc/rst_source/krb_basic/date_format.rst
+++ b/doc/rst_source/krb_basic/date_format.rst
@@ -71,11 +71,11 @@ strings are:
 Examples::
 
     Create a principal that expires on the date indicated:
-        addprincl test1 -expire "3/27/12 10:00:07 EST"
-        addprincl test2 -expire "January 23, 2015 10:05pm"
-        addprincl test3 -expire "22:00 GMT"
+        addprinc test1 -expire "3/27/12 10:00:07 EST"
+        addprinc test2 -expire "January 23, 2015 10:05pm"
+        addprinc test3 -expire "22:00 GMT"
     Add a principal that will expire in 30 minutes:
-        addprincl test4 -expire "30 minutes"
+        addprinc test4 -expire "30 minutes"
 
 
 .. _abstime:
diff --git a/doc/rst_source/krb_basic/index.rst b/doc/rst_source/krb_basic/index.rst
index 8c8c159..f9ac4a9 100644
--- a/doc/rst_source/krb_basic/index.rst
+++ b/doc/rst_source/krb_basic/index.rst
@@ -9,4 +9,4 @@ Basic Kerberos V5 concepts
 
    keytab_def.rst
    stash_file_def.rst
-   date_time.rst
+   date_format.rst
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post