From: Zhanna Tsitkov Date: Fri, 13 Jul 2012 18:23:59 +0000 (-0400) Subject: Fix typo in "Supported date and type formats" doc X-Git-Tag: krb5-1.11-alpha1~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4097fd1dbdbf1e2d284a16b2a199f9eea06c8c5;p=thirdparty%2Fkrb5.git Fix typo in "Supported date and type formats" doc --- diff --git a/doc/rst_source/krb_basic/date_format.rst b/doc/rst_source/krb_basic/date_format.rst index a162ea2df3..a19810dabc 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 8c8c159565..f9ac4a9f94 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