docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / base / serverstring.xml
blobf6bc8089f6e4a28de0f369cb63c3674ca59496ce
1 <samba:parameter name="server string"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This controls what string will show up in the printer comment box in print 
7         manager and next to the IPC connection in <command moreinfo="none">net view</command>. It 
8         can be any string that you wish to show to your users.</para>
9                 
10         <para>It also sets what will appear in browse lists next 
11         to the machine name.</para>
13         <para>A <parameter moreinfo="none">%v</parameter> will be replaced with the Samba 
14         version number.</para>
16         <para>A <parameter moreinfo="none">%h</parameter> will be replaced with the 
17                 hostname.</para>
18 </description>
19 <value type="default">Samba %v</value>
20 <value type="example">University of GNUs Samba Server</value>
21 </samba:parameter>