diff options
author | Christoph Zauner <christoph.zauner@sernet.de> | 2008-06-11 15:17:21 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-12 09:26:10 +0200 |
commit | 7617741e64ddc7db7e0fbf706289a14986a6139a (patch) | |
tree | 2b19294a3b60e632bcd5c681db01e2a8bff544e5 /docs-xml/smbdotconf/printing | |
parent | 8d3a451fd2c1ba831076f0f196c5324db57879a3 (diff) | |
download | samba-7617741e64ddc7db7e0fbf706289a14986a6139a.tar.gz samba-7617741e64ddc7db7e0fbf706289a14986a6139a.tar.bz2 samba-7617741e64ddc7db7e0fbf706289a14986a6139a.zip |
man pages: Fix typos.
(This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
Diffstat (limited to 'docs-xml/smbdotconf/printing')
-rw-r--r-- | docs-xml/smbdotconf/printing/addprintercommand.xml | 10 | ||||
-rw-r--r-- | docs-xml/smbdotconf/printing/deleteprintercommand.xml | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/docs-xml/smbdotconf/printing/addprintercommand.xml b/docs-xml/smbdotconf/printing/addprintercommand.xml index ed3c5aa3be..c66f43eb3f 100644 --- a/docs-xml/smbdotconf/printing/addprintercommand.xml +++ b/docs-xml/smbdotconf/printing/addprintercommand.xml @@ -1,4 +1,4 @@ -<samba:parameter name="add printer command" +<samba:parameter name="addprinter command" context="G" type="string" advanced="1" developer="1" @@ -12,8 +12,9 @@ NT/2000 print server.</para> <para>For a Samba host this means that the printer must be - physically added to the underlying printing system. The <parameter moreinfo="none">add - printer command</parameter> defines a script to be run which + physically added to the underlying printing system. + The <parameter moreinfo="none">addprinter command</parameter> + defines a script to be run which will perform the necessary operations for adding the printer to the print system and to add the appropriate service definition to the <filename moreinfo="none">smb.conf</filename> file in order that it can be @@ -46,7 +47,8 @@ </command> will return an ACCESS_DENIED error to the client.</para> <para> - The "add printer command" program can output a single line of text, + The <parameter moreinfo="none">addprinter command</parameter> program + can output a single line of text, which Samba will set as the port the new printer is connected to. If this line isn't output, Samba won't reload its printer shares. </para> diff --git a/docs-xml/smbdotconf/printing/deleteprintercommand.xml b/docs-xml/smbdotconf/printing/deleteprintercommand.xml index b48ab5700d..d9a3fddfb9 100644 --- a/docs-xml/smbdotconf/printing/deleteprintercommand.xml +++ b/docs-xml/smbdotconf/printing/deleteprintercommand.xml @@ -6,11 +6,11 @@ <description> <para>With the introduction of MS-RPC based printer support for Windows NT/2000 clients in Samba 2.2, it is now - possible to delete printer at run time by issuing the + possible to a delete printer at run time by issuing the DeletePrinter() RPC call.</para> <para>For a Samba host this means that the printer must be - physically deleted from underlying printing system. The + physically deleted from the underlying printing system. The <smbconfoption name="deleteprinter command"/> defines a script to be run which will perform the necessary operations for removing the printer from the print system and from <filename moreinfo="none">smb.conf</filename>. @@ -22,7 +22,7 @@ <para>Once the <smbconfoption name="deleteprinter command"/> has been executed, <command moreinfo="none">smbd</command> will reparse the <filename moreinfo="none"> - smb.conf</filename> to associated printer no longer exists. + smb.conf</filename> to check that the associated printer no longer exists. If the sharename is still valid, then <command moreinfo="none">smbd </command> will return an ACCESS_DENIED error to the client.</para> </description> |