From c29eb90444170953721b087f8d26b4a3b98b3fe8 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Sun, 6 Apr 2003 22:14:01 +0000 Subject: Convert more parameters to new smb.conf(5) style. Document found occurences of non-documented parameters in doc-status (This used to be commit 3a9784d8b2318af4d9b349edd1aba4065d25da23) --- docs/docbook/smbdotconf/printing/lprmcommand.xml | 45 +++++++++++++----------- 1 file changed, 24 insertions(+), 21 deletions(-) (limited to 'docs/docbook/smbdotconf/printing/lprmcommand.xml') diff --git a/docs/docbook/smbdotconf/printing/lprmcommand.xml b/docs/docbook/smbdotconf/printing/lprmcommand.xml index 7f59d6c5a0..567602c4f9 100644 --- a/docs/docbook/smbdotconf/printing/lprmcommand.xml +++ b/docs/docbook/smbdotconf/printing/lprmcommand.xml @@ -1,27 +1,30 @@ - - lprm command (S) - This parameter specifies the command to be - executed on the server host in order to delete a print job. + + + This parameter specifies the command to be + executed on the server host in order to delete a print job. - This command should be a program or script which takes - a printer name and job number, and deletes the print job. + This command should be a program or script which takes + a printer name and job number, and deletes the print job. - If a %p is given then the printer name - is put in its place. A %j is replaced with - the job number (an integer). + If a %p is given then the printer name + is put in its place. A %j is replaced with + the job number (an integer). - Note that it is good practice to include the absolute - path in the lprm command as the PATH may not be - available to the server. + Note that it is good practice to include the absolute + path in the lprm command as the PATH may not be + available to the server. - See also the printing - parameter. + See also the printing + parameter. - Default: depends on the setting of printing - + Default: depends on the setting of printing + - Example 1: lprm command = /usr/bin/lprm -P%p %j - - Example 2: lprm command = /usr/bin/cancel %p-%j - - + Example 1: lprm command = /usr/bin/lprm -P%p %j + + Example 2: lprm command = /usr/bin/cancel %p-%j + + -- cgit