diff options
Diffstat (limited to 'docs/docbook/smbdotconf/printing/printername.xml')
-rw-r--r-- | docs/docbook/smbdotconf/printing/printername.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/docs/docbook/smbdotconf/printing/printername.xml b/docs/docbook/smbdotconf/printing/printername.xml index 25e6afa1f2..9f76a673ad 100644 --- a/docs/docbook/smbdotconf/printing/printername.xml +++ b/docs/docbook/smbdotconf/printing/printername.xml @@ -1,15 +1,18 @@ -<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> +<samba:parameter name="printer name" + context="S" + print="1" + xmlns:samba="http://samba.org/common"> +<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>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>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> + <para>Example: <command moreinfo="none">printer name = laserwriter</command></para> +</listitem> +</samba:parameter> |