summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-11-03 10:15:56 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-11-03 10:15:56 -0400
commitd7b386888e965f7a63e643404d582774d1bf0b09 (patch)
tree1eb89fe2c834864fb33b975391fd9e42adc60f26 /man
parent6646208ba5f59e469ad900a0d65885b365aaf130 (diff)
downloadcups-d7b386888e965f7a63e643404d582774d1bf0b09.tar.gz
Add support for DNSSDHostName configuration directive (Issue #5071)
Diffstat (limited to 'man')
-rw-r--r--man/cupsd.conf.man.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in
index ab89e156a..28eed35e1 100644
--- a/man/cupsd.conf.man.in
+++ b/man/cupsd.conf.man.in
@@ -10,7 +10,7 @@
.\" which should have been included with this file. If this file is
.\" file is missing or damaged, see the license at "http://www.cups.org/".
.\"
-.TH cupsd.conf 5 "CUPS" "19 October 2017" "Apple Inc."
+.TH cupsd.conf 5 "CUPS" "3 November 2017" "Apple Inc."
.SH NAME
cupsd.conf \- server configuration file for cups
.SH DESCRIPTION
@@ -52,6 +52,12 @@ The default access log level is "actions".
.br
Specifies whether to purge job history data automatically when it is no longer required for quotas.
The default is "No".
+.\"#BrowseDNSSDSubTypes
+.TP 5
+.BI BrowseDNSSDSubTypes _subtype[,...]
+Specifies a list of Bonjour sub-types to advertise for each shared printer.
+For example, "BrowseDNSSDSubTypes _cups,_print" will tell network clients that both CUPS sharing and IPP Everywhere are supported.
+The default is "_cups" which is necessary for printer sharing to work between systems using CUPS.
.\"#BrowseLocalProtocols
.TP 5
\fBBrowseLocalProtocols all\fR
@@ -127,6 +133,11 @@ The default is "Yes".
Specifies the delay for updating of configuration and state files.
A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds.
The default value is "30".
+.\"#DNSSDHostName
+.TP 5
+.BI DNSSDHostName hostname.example.com
+Specifies the fully-qualified domain name for the server that is used for Bonjour sharing.
+The default is typically the server's ".local" hostname.
.\"#ErrorPolicy
.TP 5
\fBErrorPolicy abort-job\fR