diff options
author | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
commit | 556d1ca2d20c42c7ee5934631331f0a019203f06 (patch) | |
tree | 08d21019a44164e5e2b9f2a962a0c14a07ba0e69 /docs/docbook/manpages/pdbedit.8.sgml | |
parent | 5939005588f9e0518793cd85e1e78082cb90b11d (diff) | |
download | samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.gz samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.bz2 samba-556d1ca2d20c42c7ee5934631331f0a019203f06.zip |
Sync docbook directory with HEAD.
Sorry but there are way too many changes to track down all the commit
messages and list them here. Most of the changes look like updates
and cleanups from Jelmer though.
(This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00)
Diffstat (limited to 'docs/docbook/manpages/pdbedit.8.sgml')
-rw-r--r-- | docs/docbook/manpages/pdbedit.8.sgml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index fd8ce375e5..ed49b9f540 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -1,4 +1,6 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities; +]> <refentry id="pdbedit"> <refmeta> @@ -21,8 +23,8 @@ <arg choice="opt">-u username</arg> <arg choice="opt">-f fullname</arg> <arg choice="opt">-h homedir</arg> - <arg choice="opt">-d drive</arg> - <arg choice="opt">-s script</arg> + <arg choice="opt">-D drive</arg> + <arg choice="opt">-S script</arg> <arg choice="opt">-p profile</arg> <arg choice="opt">-a</arg> <arg choice="opt">-m</arg> @@ -30,7 +32,8 @@ <arg choice="opt">-i passdb-backend</arg> <arg choice="opt">-e passdb-backend</arg> <arg choice="opt">-b passdb-backend</arg> - <arg choice="opt">-D debuglevel</arg> + <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> </cmdsynopsis> @@ -160,9 +163,8 @@ </varlistentry> - <varlistentry> - <term>-d drive</term> + <term>-D drive</term> <listitem><para>This option can be used while adding or modifing a user account. It will specify the windows drive letter to be used to map the home directory.</para> @@ -174,7 +176,7 @@ <varlistentry> - <term>-s script</term> + <term>-S script</term> <listitem><para>This option can be used while adding or modifing a user account. It will specify the user's logon script path.</para> @@ -299,6 +301,10 @@ </programlisting></para> </listitem> </varlistentry> + + &stdarg.debuglevel; + &stdarg.help; + &stdarg.configfile; </variablelist> </refsect1> |