diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:26:19 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:26:19 +0000 |
commit | 70fbc958db085b4fc87931e05e8736c53f48942c (patch) | |
tree | 00124c60540a876533231b4e2bd8f5746e0bb8fd /docs/docbook/manpages | |
parent | 03d4866ecd27e45b03f3c5f797802a49f8259b4f (diff) | |
download | samba-70fbc958db085b4fc87931e05e8736c53f48942c.tar.gz samba-70fbc958db085b4fc87931e05e8736c53f48942c.tar.bz2 samba-70fbc958db085b4fc87931e05e8736c53f48942c.zip |
The default for 'announce version' is 4.9, not 4.5 or 4.2
(This used to be commit 570c3b2fab6368726213bb786e33902f261eb606)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 621b764a11..07b04efd96 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -1269,10 +1269,10 @@ <term><anchor id="ANNOUNCEVERSION">announce version (G)</term> <listitem><para>This specifies the major and minor version numbers that nmbd will use when announcing itself as a server. The default - is 4.2. Do not change this parameter unless you have a specific + is 4.9. Do not change this parameter unless you have a specific need to set a Samba server to be a downlevel server.</para> - <para>Default: <command>announce version = 4.5</command></para> + <para>Default: <command>announce version = 4.9</command></para> <para>Example: <command>announce version = 2.0</command></para> </listitem> |