summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
commited4869111296da3b8514751fab9dffaa3146cb87 (patch)
tree2c70846273867a43b55920695412df4069c77efa /man
parent9e22304f017970e9ba10cd593a1b07df4aafdabb (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@181 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'man')
-rw-r--r--man/cupsaddsmb.man.in17
-rw-r--r--man/cupsd.conf.man.in6
2 files changed, 13 insertions, 10 deletions
diff --git a/man/cupsaddsmb.man.in b/man/cupsaddsmb.man.in
index babf5d9df..e880a6d97 100644
--- a/man/cupsaddsmb.man.in
+++ b/man/cupsaddsmb.man.in
@@ -21,7 +21,7 @@
.\" EMail: cups-info@cups.org
.\" WWW: http://www.cups.org
.\"
-.TH cupsaddsmb 8 "Common UNIX Printing System" "19 April 2006" "Easy Software Products"
+.TH cupsaddsmb 8 "Common UNIX Printing System" "13 June 2006" "Easy Software Products"
.SH NAME
cupsaddsmb \- export printers to samba for windows clients
@@ -162,13 +162,14 @@ Once you have extracted the driver files, copy them to the
.nf
[Windows 2000 and higher]
- cups6.ini
- cupsui6.dll
- cupsdrv6.dll
- ps5ui.dll
- pscript.hlp
- pscript.ntf
- pscript5.dll
+ cups6.inf (from www.cups.org)
+ cups6.ini (from www.cups.org)
+ cupsps6.dll (from www.cups.org)
+ cupsui6.dll (from www.cups.org)
+ ps5ui.dll (from your Windows system)
+ pscript.hlp (from your Windows system)
+ pscript.ntf (from your Windows system)
+ pscript5.dll (from your Windows system)
.fi
.LP
\fBNote:\fR Unlike Windows, case is significant - make sure that
diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in
index da38d9a71..d34c94b40 100644
--- a/man/cupsd.conf.man.in
+++ b/man/cupsd.conf.man.in
@@ -21,7 +21,7 @@
.\" EMail: cups-info@cups.org
.\" WWW: http://www.cups.org
.\"
-.TH cupsd.conf 5 "Common UNIX Printing System" "23 March 2006" "Easy Software Products"
+.TH cupsd.conf 5 "Common UNIX Printing System" "6 June 2006" "Easy Software Products"
.SH NAME
cupsd.conf \- server configuration file for cups
.SH DESCRIPTION
@@ -367,8 +367,10 @@ Specifies the maximum size of any print job request.
Listen ip-address:port
.TP 5
Listen *:port
+.TP 5
+Listen /path/to/domain/socket
.br
-Listens to the specified address and port.
+Listens to the specified address and port or domain socket path.
.TP 5
<Location /path> ... </Location>
.br