diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:36:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:36:55 +0000 |
commit | 7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (patch) | |
tree | 250f6fb38d9f915f07e93e99a3d5637ad16541ca /docs/docbook/smbdotconf/logon/logonscript.xml | |
parent | 3942962df350083f6f16f2ca94382a722bb089ff (diff) | |
download | samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.tar.gz samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.tar.bz2 samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.zip |
Better compatibility with official syntax
(This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240)
Diffstat (limited to 'docs/docbook/smbdotconf/logon/logonscript.xml')
-rw-r--r-- | docs/docbook/smbdotconf/logon/logonscript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/smbdotconf/logon/logonscript.xml b/docs/docbook/smbdotconf/logon/logonscript.xml index 65b6253c0c..a1e8e0c03b 100644 --- a/docs/docbook/smbdotconf/logon/logonscript.xml +++ b/docs/docbook/smbdotconf/logon/logonscript.xml @@ -22,8 +22,8 @@ suggested command would be to add <command moreinfo="none">NET TIME \\SERVER /SET /YES</command>, to force every machine to synchronize clocks with the same time server. Another use would be to add <command moreinfo="none">NET USE - U: \\SERVER\UTILS</command> for commonly used utilities, or <command moreinfo="none"> - NET USE Q: \\SERVER\ISO9001_QA</command> for example.</para> + U: \\SERVER\UTILS</command> for commonly used utilities, or <screen> + <userinput>NET USE Q: \\SERVER\ISO9001_QA</userinput></screen> for example.</para> <para>Note that it is particularly important not to allow write access to the [netlogon] share, or to grant users write permission |