blob: 25e6afa1f26d401a6fb76495e2f6781119993b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="PRINTERNAME"/>printer name (S)</term>
<listitem><para>This parameter specifies the name of the printer
to which print jobs spooled through a printable service will be sent.</para>
<para>If specified in the [global] section, the printer
name given will be used for any printable service that does
not have its own printer name specified.</para>
<para>Default: <emphasis>none (but may be <constant>lp</constant>
on many systems)</emphasis></para>
<para>Example: <command moreinfo="none">printer name = laserwriter</command></para>
</listitem>
</samba:parameter>
|