diff options
author | Samba Release Account <samba-bugs@samba.org> | 2004-05-10 13:26:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:50:57 -0500 |
commit | 298910322c47f959fe3c4b628db20dfb9c69c2b5 (patch) | |
tree | 946ece79c6d67522f553e5212e4a18c5168db0ec | |
parent | abc5d231c95c16fcc96bc4aae4a72c16e441650e (diff) | |
download | samba-298910322c47f959fe3c4b628db20dfb9c69c2b5.tar.gz samba-298910322c47f959fe3c4b628db20dfb9c69c2b5.tar.xz samba-298910322c47f959fe3c4b628db20dfb9c69c2b5.zip |
fix typo that prevented cups options param from being listed in smb.conf(5)
-rw-r--r-- | docs/smbdotconf/printing/cupsoptions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smbdotconf/printing/cupsoptions.xml b/docs/smbdotconf/printing/cupsoptions.xml index 803c6b137db..970281d98c4 100644 --- a/docs/smbdotconf/printing/cupsoptions.xml +++ b/docs/smbdotconf/printing/cupsoptions.xml @@ -12,8 +12,8 @@ <para>You can pass any generic print option known to CUPS (as listed in the CUPS "Software Users' Manual"). You can also pass any printer - specific option (as listed in "lpoptions -d <printername> -l") - valid for the target queue(s).</para> + specific option (as listed in "lpoptions -d printername -l") + valid for the target queue.</para> <para>You should set this parameter to <constant>raw</constant> if your CUPS server <filename>error_log</filename> file contains messages such as |