- clean up yodl doc for the -U changes, update man and html versions
(docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html
docs/manpages/smbclient.1)
(This used to be commit
3483be1d76fe0dae770bdf8ad97bab81645e5fbf)
<p><br><code>-U fred%secret</code> <br>
<p><br>on the command line. Note that there are no spaces around the percent
symbol.
+<p><br>You can specify a domain name as part of the username by using a username of the form "DOMAIN/user" or "DOMAIN\user".
<p><br>If you specify the password as part of username then the <a href="smbclient.1.html#minusN"><strong>-N</strong></a> option
(suppress password prompt) is assumed.
<p><br>If you specify the password as a parameter <em>AND</em> as part of username
that a password is not passed on the command line (where it may be
seen by the ps command)\&.
.IP
+You can specify a domain name as part of the username by using a
+username of the form "DOMAIN/user" or "DOMAIN\euser"\&.
+.IP
If the service you are connecting to requires a password, it can be
supplied using the \fB-U\fP option, by appending a percent symbol ("%")
then the password to username\&. For example, to attach to a service as
that a password is not passed on the command line (where it may be
seen by the ps command).
+You can specify a domain name as part of the username by using a
+username of the form "DOMAIN/user" or "DOMAIN\user".
+
If the service you are connecting to requires a password, it can be
supplied using the link(bf(-U))(minusU) option, by appending a percent symbol ("%")
then the password to username. For example, to attach to a service as
user tt("fred") with password tt("secret"), you would specify. nl()
-You can specify a domain name as part of the username by using a
-username of the form "DOMAIN/user" or "DOMAIN\user".
-
tt(-U fred%secret) nl()
on the command line. Note that there are no spaces around the percent