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

Zhanna A Tsitkova tsitkova at MIT.EDU
Fri Jul 13 14:27:18 EDT 2012


https://github.com/krb5/krb5/commit/c4097fd1dbdbf1e2d284a16b2a199f9eea06c8c5
commit c4097fd1dbdbf1e2d284a16b2a199f9eea06c8c5
Author: Zhanna Tsitkov <tsitkova at 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


More information about the cvs-krb5 mailing list