]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix typo in "Supported date and type formats" doc
authorZhanna Tsitkov <tsitkova@mit.edu>
Fri, 13 Jul 2012 18:23:59 +0000 (14:23 -0400)
committerZhanna Tsitkov <tsitkova@mit.edu>
Fri, 13 Jul 2012 18:37:16 +0000 (14:37 -0400)
doc/rst_source/krb_basic/date_format.rst
doc/rst_source/krb_basic/index.rst

index a162ea2df359919750a524b46b68d91d643a5acc..a19810dabc4ab31482140494781e3ed7b08865a9 100644 (file)
@@ -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:
index 8c8c15956526f7b0785b106bd953d7f7b841efe4..f9ac4a9f9435ab3c90869e162a6fc8ea987864f3 100644 (file)
@@ -9,4 +9,4 @@ Basic Kerberos V5 concepts
 
    keytab_def.rst
    stash_file_def.rst
-   date_time.rst
+   date_format.rst