diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-03-27 14:22:03 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-03-27 14:22:03 +0000 |
commit | 872d55c8bf2fc3096c09d3304634d54ccf3d5b89 (patch) | |
tree | 58d3d545250483e6e210d3e2fbc91870c0a1c676 | |
parent | 3aded920285e5dca1baf4b05d4a0ac2f13e3cce9 (diff) | |
download | samba-872d55c8bf2fc3096c09d3304634d54ccf3d5b89.tar.gz samba-872d55c8bf2fc3096c09d3304634d54ccf3d5b89.tar.bz2 samba-872d55c8bf2fc3096c09d3304634d54ccf3d5b89.zip |
Tidy XML formating
(This used to be commit f9515634f344f2408909d2398a7b585b91dca6ec)
-rw-r--r-- | docs/docbook/global.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index a3022ecfaa..018d29a6a8 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -165,10 +165,10 @@ password.</para></listitem> <!ENTITY stdarg.username ' <varlistentry> -<term>-U|--user=username[&%;password]</term> +<term>-U|--user=username[%password]</term> <listitem><para>Sets the SMB username or username and password. </para> -<para>If &%;password is not specified, the user will be prompted. The +<para>If %password is not specified, the user will be prompted. The client will first check the <envar>USER</envar> environment variable, then the <envar>LOGNAME</envar> variable and if either exists, the string is uppercased. If these environmental variables are not |