From 4a366ae4bf57e71b908a860e6842e595ca61c0f5 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sat, 24 Aug 2002 17:24:03 +0000 Subject: Some more minor doco fixes ... (This used to be commit b02e8aa4cb302689fa54cc6de9d2f1e5e23bb560) --- docs/htmldocs/printer_driver2.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/printer_driver2.html b/docs/htmldocs/printer_driver2.html index b94d0fbbfd..5b2111a5b4 100644 --- a/docs/htmldocs/printer_driver2.html +++ b/docs/htmldocs/printer_driver2.html @@ -447,7 +447,7 @@ NAME="AEN88" >One issue that has arisen during the development phase of Samba 2.2 is the need to support driver downloads for 100's of printers. Using the Windows NT APW is somewhat -awkward to say the list. If more than one printer are using the +awkward to say the least. If more than one printer is using the same driver, the can be used to set the driver -associated with an installed driver. The following is example +associated with an installed driver. The following is an example of how this could be accomplished:

smb.conf
-in the "Printers..." folder.  Also existing in this folder is the Windows NT 
+in the "Printers..." folder.  Also in this folder is the Windows NT 
 Add Printer Wizard icon.  The APW will be show only if

add printer command and reparse to the and reparse the smb.conf @@ -594,7 +594,7 @@ CLASS="PARAMETER" > is executed under the context of the connected user, not necessarily a root account.

There is a complementing There is a complementary Windows NT/2000 print servers associate a port with each printer. These normally take the form of LPT1:, COM1:, FILE:, etc... Samba must also support the concept of ports associated with a printer. By default, only one printer port, -named "Samba Printer Port", exists on a system. Samba does not really a port in +named "Samba Printer Port", exists on a system. Samba does not really need a port in order to print, rather it is a requirement of Windows clients.

Note that Samba does not support the concept of "Printer Pooling" internally -- cgit