options parameter is not optional

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188603 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-17 07:31:01 +00:00
parent d631ccffc4
commit 386d6711be

View file

@ -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