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