]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-cupsctl.html
More man page updates.
[thirdparty/cups.git] / doc / help / man-cupsctl.html
index a15de3cc877be8a5d673f8ca52112c190cc66f70..7fe7fe99c6466c0e44eeb16e1428002169aaddba 100644 (file)
 cupsctl - configure cupsd.conf options
 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
 <b>cupsctl</b>
-[ -E ] [-U
-<i>username</i>
-] [ -h
-<i>server[:port]</i>
-] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ]
-[ --[no-]share-printers ] [ --[no-]user-cancel-any ]
 [
+<b>-E</b>
+] [
+<b>-U</b>
+<i>username</i>
+] [
+<b>-h</b>
+<i>server</i>[<b>:</b><i>port</i>]
+] [
+<b>--</b>[<b>no-</b>]<b>debug-logging</b>
+] [
+<b>--</b>[<b>no-</b>]<b>remote-admin</b>
+] [
+<b>--</b>[<b>no-</b>]<b>remote-any</b>
+] [
+<b>--</b>[<b>no-</b>]<b>share-printers</b>
+] [
+<b>--</b>[<b>no-</b>]<b>user-cancel-any</b>
+] [
 <i>name=value</i>
 ]
 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
-<i>cupsctl</i> updates or queries the <b>cupsd.conf</b> file for a server. When
+<b>cupsctl</b> updates or queries the <i>cupsd.conf</i> file for a server. When
 no changes are requested, the current configuration values are written to the
 standard output in the format "name=value", one per line.
 <h2 class="title"><a name="OPTIONS">Options</a></h2>
 The following options are recognized:
 <dl class="man">
-<dt>-E
-<dd style="margin-left: 5.0em"><br>
-Enables encryption on the connection to the scheduler.
-<dt>-U <i>username</i>
-<dd style="margin-left: 5.0em"><br>
-Specifies an alternate username to use when authenticating with the scheduler.
-<dt>-h <i>server[:port]</i>
-<dd style="margin-left: 5.0em"><br>
-Specifies the server address.
-<dt>--[no-]debug-logging
-<dd style="margin-left: 5.0em"><br>
-Enables or disables debug logging in the <b>error_log</b> file.
-<dt>--[no-]remote-admin
-<dd style="margin-left: 5.0em"><br>
-Enables or disables remote administration.
-<dt>--[no-]remote-any
-<dd style="margin-left: 5.0em"><br>
-Enables or disables printing from any address, e.g. the Internet.
-<dt>--[no-]share-printers
-<dd style="margin-left: 5.0em"><br>
-Enables or disables sharing of local printers with other computers.
-<dt>--[no-]user-cancel-any
-<dd style="margin-left: 5.0em"><br>
-Allows or prevents users from canceling jobs owned by others.
+<dt><b>-E</b>
+<dd style="margin-left: 5.0em">Enables encryption on the connection to the scheduler.
+<dt><b>-U </b><i>username</i>
+<dd style="margin-left: 5.0em">Specifies an alternate username to use when authenticating with the scheduler.
+<dt><b>-h </b><i>server</i>[<b>:</b><i>port</i>]
+<dd style="margin-left: 5.0em">Specifies the server address.
+<dt><b>--fR[fBno-fR]fBdebug-logging</b>
+<dd style="margin-left: 5.0em">Enables (disables) debug logging to the <i>error_log</i> file.
+<dt><b>--fR[fBno-fR]fBremote-admin</b>
+<dd style="margin-left: 5.0em">Enables (disables) remote administration.
+<dt><b>--fR[fBno-fR]fBremote-any</b>
+<dd style="margin-left: 5.0em">Enables (disables) printing from any address, e.g., the Internet.
+<dt><b>--fR[fBno-fR]fBshare-printers</b>
+<dd style="margin-left: 5.0em">Enables (disables) sharing of local printers with other computers.
+<dt><b>--fR[fBno-fR]fBuser-cancel-any</b>
+<dd style="margin-left: 5.0em">Allows (prevents) users to cancel jobs owned by others.
 </dl>
 <h2 class="title"><a name="EXAMPLES">Examples</a></h2>
 Display the current settings:
 <pre class="man">
+
     cupsctl
+
 </pre>
-<p>Enable debug logging:
+Enable debug logging:
 <pre class="man">
+
     cupsctl --debug-logging
+
 </pre>
-<p>Get the current debug logging state:
+Get the current debug logging state:
 <pre class="man">
+
     cupsctl | grep '^_debug_logging' | awk -F= '{print $2}'
+
 </pre>
-<p>Disable printer sharing:
+Disable printer sharing:
 <pre class="man">
+
     cupsctl --no-share-printers
 </pre>
 <h2 class="title"><a name="KNOWN_ISSUES">Known Issues</a></h2>
-You cannot set the Listen or Port directives using <i>cupsctl</i>.
+You cannot set the Listen or Port directives using <b>cupsctl</b>.
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
-<i>cupsd.conf(5)</i>, <i>cupsd(8)</i>,
+<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
+<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
 <br>
-<a href="http://localhost:631/help">http://localhost:631/help</a>
+CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright 2007-2013 by Apple Inc.
+Copyright &copy; 2007-2014 by Apple Inc.
 
 </body>
 </html>