diff options
Diffstat (limited to 'docs/smbdotconf/printing/printername.xml')
-rw-r--r-- | docs/smbdotconf/printing/printername.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/smbdotconf/printing/printername.xml b/docs/smbdotconf/printing/printername.xml new file mode 100644 index 0000000000..a6a45fc938 --- /dev/null +++ b/docs/smbdotconf/printing/printername.xml @@ -0,0 +1,18 @@ +<samba:parameter name="printer name" + context="S" + print="1" + type="string" + xmlns:samba="http://samba.org/common"> + <synonym>printer</synonym> +<description> + <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> +</description> + +<value type="default"><comment>none (but may be <constant>lp</constant> on many systems)</comment></value> +<value type="example">laserwriter</value> +</samba:parameter> |