~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/printing/printername.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="printer name"
 
2
                 context="S"
 
3
                 print="1"
 
4
                 type="string"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
 <synonym>printer</synonym>
 
7
<description>
 
8
    <para>
 
9
        This parameter specifies the name of the printer to which print jobs spooled through a printable service
 
10
        will be sent.
 
11
        </para>
 
12
 
 
13
    <para>
 
14
        If specified in the [global] section, the printer name given will be used for any printable service that
 
15
        does not have its own printer name specified.
 
16
        </para>
 
17
 
 
18
        <para>
 
19
        The default value of the <smbconfoption name="printer name"/> may be <literal>lp</literal> on many
 
20
        systems.
 
21
        </para>
 
22
</description>
 
23
 
 
24
<value type="default">none</value>
 
25
<value type="example">laserwriter</value>
 
26
</samba:parameter>