diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-23 00:12:37 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-23 00:12:37 +0000 |
commit | 055094c46088188a5f1e0c7f3cb784ba782951a4 (patch) | |
tree | 212f79960818a804cfa58b7c83b9932223fbafab /docs/docbook | |
parent | 52cee834d0693f7d7af42fc072cb1a8f5ecfb903 (diff) | |
download | samba-055094c46088188a5f1e0c7f3cb784ba782951a4.tar.gz samba-055094c46088188a5f1e0c7f3cb784ba782951a4.tar.bz2 samba-055094c46088188a5f1e0c7f3cb784ba782951a4.zip |
Also move -V to -C in docs
(This used to be commit 33097cc6610380c373c121380e51d5656955971b)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/pdbedit.8.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index e6231bfa8c..973b772374 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -35,7 +35,7 @@ <arg choice="opt">-d debuglevel</arg> <arg choice="opt">-s configfile</arg> <arg choice="opt">-P account-policy</arg> - <arg choice="opt">-V value</arg> + <arg choice="opt">-C value</arg> </cmdsynopsis> </refsynopsisdiv> @@ -287,13 +287,13 @@ account policy value for bad lockout attempt is 0 </varlistentry> <varlistentry> - <term>-V account-policy-value</term> + <term>-C account-policy-value</term> <listitem><para>Sets an account policy to a specified value. This option may only be used in conjunction with the <parameter>-P</parameter> option. </para> - <para>Example: <command>pdbedit -P "bad lockout attempt" -V 3</command></para> + <para>Example: <command>pdbedit -P "bad lockout attempt" -C 3</command></para> <para><programlisting> account policy value for bad lockout attempt was 0 account policy value for bad lockout attempt is now 3 |