vrana           Fri Jun 17 03:31:02 2005 EDT

  Modified files:              
    /phpdoc/en/reference/kadm5/functions        kadm5-modify-principal.xml 
  Log:
  options parameter is not optional
  
http://cvs.php.net/diff.php/phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml
diff -u phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml:1.1 
phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml:1.2
--- phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml:1.1  Thu Jun 
16 14:31:04 2005
+++ phpdoc/en/reference/kadm5/functions/kadm5-modify-principal.xml      Fri Jun 
17 03:31:01 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/kadm5.xml, last change in rev 1.3 -->
   <refentry id="function.kadm5-modify-principal">
    <refnamediv>
@@ -13,10 +13,10 @@
    <type>bool</type><methodname>kadm5_modify_principal</methodname>
    
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
    
<methodparam><type>string</type><parameter>principal</parameter></methodparam>
-   <methodparam 
choice="opt"><type>array</type><parameter>options</parameter></methodparam>
+   <methodparam><type>array</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>kadm5_create_principal</function>
+   <function>kadm5_modify_principal</function>
    modifies a <parameter>principal</parameter> according to the given
    <parameter>options</parameter>. Allowed are the following options:
    KADM5_PRINC_EXPIRE_TIME, KADM5_PW_EXPIRATION, KADM5_ATTRIBUTES,
@@ -36,7 +36,7 @@
   &reftitle.examples;
   <para>
    <example>
-    <title>xample of modifying principal</title>
+    <title>Example of modifying principal</title>
     <programlisting role="php">
 <![CDATA[
 <?php

Reply via email to