apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.91k stars 464 forks source link

Several manpages use hyphen as minus signs #4299

Closed michaelrsweet closed 10 years ago

michaelrsweet commented 11 years ago

Version: -feature CUPS.org User: odyx

Hi Mike,

cups is affected by the 'manpages use hyphen as minus signs' since a long time, see http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for a longer description.

The attached patch fixes this issue in cups 1.6.2 (but is rather trivial to fix for other releases).

Cheers

michaelrsweet commented 10 years ago

CUPS.org User: odyx

I've needed to update my patch for 1.7.0; you might want to use this update…

michaelrsweet commented 10 years ago

CUPS.org User: mike

Duping to this STR #4372, which covers modernization of CUPS man pages.

michaelrsweet commented 10 years ago

"manpage-hyphen-minus.patch":

Description: Fix all spotted hyphen-used-as-minus-sign manpage errors Automatically generated using sed -i -s 's/^-/-/g;s/ -/ -/g' man/.man Author: Didier Raboud odyx@debian.org Last-Update: 2013-03-20

--- a/man/cups-files.conf.man.in +++ b/man/cups-files.conf.man.in @@ -53,7 +53,7 @@ .TP 5 FatalErrors none .TP 5 -FatalErrors all -kind [... -kind] +FatalErrors all -kind [... -kind] .TP 5 FatalErrors kind [... kind] .br --- a/man/cupsd.man.in +++ b/man/cupsd.man.in @@ -17,9 +17,9 @@ cupsd - cups scheduler .SH SYNOPSIS .B cupsd -[ -c +[ -c .I config-file -] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] +] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] .SH DESCRIPTION \fIcupsd\fR is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1. If no options are specified @@ -27,31 +27,31 @@ \fI@CUPS_SERVERROOT@/cupsd.conf\fR will be used. .SH OPTIONS .TP 5 --c config-file +-c config-file .br Uses the named configuration file. .TP 5 --f +-f .br Run \fIcupsd\fR in the foreground; the default is to run in the background as a "daemon". .TP 5 --F +-F .br Run \fIcupsd\fR in the foreground but detach the process from the controlling terminal and current directory. This is useful for running \fIcupsd\fR from \fIinit(8)\fR. .TP 5 --h +-h .br Shows the program usage. .TP 5 --l +-l .br This option is passed to \fIcupsd\fR when it is run from \fIlaunchd(8)\fR. .TP 5 --t +-t .br Test the configuration file for syntax errors. .SH COMPATIBILITY --- a/man/cupsfilter.man +++ b/man/cupsfilter.man @@ -16,27 +16,27 @@ cupsfilter - convert a file to another format using cups filters .SH SYNOPSIS .B cupsfilter -[ -D ] [ -U +[ -D ] [ -U .I user -] [ -c +] [ -c .I config-file -] [ -d +] [ -d .I printer -] [ -e ] [ -i +] [ -e ] [ -i .I mime/type -] [ -j +] [ -j .I job-id[,N] -] [ -m +] [ -m .I mime/type -] [ -n +] [ -n .I copies -] [ -o +] [ -o .I name=value -] [ -p +] [ -p .I filename.ppd -] [ -t +] [ -t .I title -] [ -u ] +] [ -u ] .I filename .SH DESCRIPTION \fIcupsfilter\fR is a front-end to the CUPS filter subsystem which allows you @@ -44,58 +44,58 @@ through CUPS. By default, \fIcupsfilter\fR generates a PDF file. .SH OPTIONS .TP 5 --D +-D .br Delete the input file after conversion. .TP 5 --U user +-U user .br Specifies the username passed to the filters. The default is the name of the current user. .TP 5 --c config-file +-c config-file .br Uses the named cupsd.conf configuration file. .TP 5 --d printer +-d printer Uses information from the named printer. .TP 5 --e +-e .br Use every filter from the PPD file. .TP 5 --i mime/type +-i mime/type .br Specifies the source file type. The default file type is guessed using the filename and contents of the file. .TP 5 --j job-id[,N] +-j job-id[,N] .br Converts document N from the specified job. If N is omitted, document 1 is converted. .TP 5 --m mime/type +-m mime/type .br Specifies the destination file type. The default file type is application/pdf. Use printer/foo to convert to the printer format defined by the filters in the PPD file. .TP 5 --n copies +-n copies .br Specifies the number of copies to generate. .TP 5 --o name=value +-o name=value .br Specifies options to pass to the CUPS filters. .TP 5 --p filename.ppd +-p filename.ppd .br Specifies the PPD file to use. .TP 5 --t title +-t title .br Specifies the document title. .TP 5 --u +-u .br Delete the PPD file after conversion. .SH SEE ALSO --- a/man/lpq.man +++ b/man/lpq.man @@ -17,13 +17,13 @@ lpq - show printer queue status .SH SYNOPSIS .B lpq -[ -E ] [ -U +[ -E ] [ -U .I username -] [ -h +] [ -h .I server[:port] -] [ -P +] [ -P .I destination[/instance] -] [ -a ] [ -l ] [ +] [ -a ] [ -l ] [ .I +interval ] .SH DESCRIPTION @@ -37,27 +37,27 @@ .SH OPTIONS \fIlpq\fR supports the following options: .TP 5 --E +-E .br Forces encryption when connecting to the server. .TP 5 --P destination[/instance] +-P destination[/instance] .br Specifies an alternate printer or class name. .TP 5 --U username +-U username .br Specifies an alternate username. .TP 5 --a +-a .br Reports jobs on all printers. .TP 5 --h server[:port] +-h server[:port] .br Specifies an alternate server. .TP 5 --l +-l .br Requests a more verbose (long) reporting format. .SH SEE ALSO --- a/man/backend.man +++ b/man/backend.man @@ -53,7 +53,7 @@ Unless you are a developer and know what you are doing, please do not run backends directly. Instead, use the \fIlp(1)\fR or \fIlpr(1)\fR programs to send a print job or \fIlpinfo(8)\fR program to query for available printers using the -backend. The one exception is the SNMP backend - see \fIsnmpbackend(8)\fR for +backend. The one exception is the SNMP backend - see \fIsnmpbackend(8)\fR for more information. .SH DEVICE DISCOVERY When run with no arguments, the backend should list the devices and schemes it @@ -151,7 +151,7 @@ 6 (CUPS_BACKEND_RETRY) .br The print file was not successfully transmitted because of a temporary issue. -The scheduler will retry the job at a future time - other jobs may print before +The scheduler will retry the job at a future time - other jobs may print before this one. .TP 5 7 (CUPS_BACKEND_RETRY_CURRENT) --- a/man/cancel.man +++ b/man/cancel.man @@ -14,14 +14,14 @@ .\" .TH cancel 1 "CUPS" "20 March 2006" "Apple Inc." .SH NAME -cancel - cancel jobs +cancel - cancel jobs .SH SYNOPSIS .B cancel -[ -E ] [ -U +[ -E ] [ -U .I username -] [ -a ] [ -h +] [ -a ] [ -h .I hostname[:port] -] [ -u +] [ -u .I username ] [ .I id @@ -36,24 +36,24 @@ .SH OPTIONS The following options are recognized by \fIcancel\fR: .TP 5 --E +-E .br Forces encryption when connecting to the server. .TP 5 --U username +-U username .br Specifies the username to use when connecting to the server. .TP 5 --a +-a .br Cancel all jobs on the named destination, or all jobs on all destinations if none is provided. .TP 5 --h hostname[:port] +-h hostname[:port] .br Chooses an alternate server. .TP 5 --u username +-u username .br Cancels jobs owned by \fIusername\fR. .SH COMPATIBILITY --- a/man/cups-config.man +++ b/man/cups-config.man @@ -17,38 +17,38 @@ cups-config - get cups api, compiler, directory, and link information. .SH SYNOPSIS .B cups-config ---api-version +--api-version .br .B cups-config ---build +--build .br .B cups-config ---cflags +--cflags .br .B cups-config ---datadir +--datadir .br .B cups-config ---help +--help .br .B cups-config ---ldflags +--ldflags .br .B cups-config [ -.I --image +.I --image ] [ -.I --static -] --libs +.I --static +] --libs .br .B cups-config ---serverbin +--serverbin .br .B cups-config ---serverroot +--serverroot .br .B cups-config ---version +--version .br .SH DESCRIPTION \fBcups-config\fR is the CUPS program configuration utility. It should be @@ -57,54 +57,54 @@ directories for filters, configuration files, and drivers. .SH OPTIONS .TP 5 ---api-version +--api-version .br Displays the current API version (major.minor). .TP 5 ---build +--build .br Displays a system-specific build number. .TP 5 ---cflags +--cflags .br Displays the necessary compiler options. .TP 5 ---datadir +--datadir .br Displays the default CUPS data directory. .TP 5 ---help +--help .br Displays the program usage message. .TP 5 ---image +--image .br When used with \fI--libs\fR, adds the CUPS imaging library to the list of displayed libraries. .TP 5 ---ldflags +--ldflags .br Displays the necessary linker options. .TP 5 ---libs +--libs .br Displays the necessary librarys to link to. .TP 5 ---serverbin +--serverbin .br Displays the default CUPS binary directory, where filters and backends are stored. .TP 5 ---serverroot +--serverroot .br Displays the default CUPS configuration file directory. .TP 5 ---static +--static .br When used with \fI--libs\fR, shows the static libraries instead of the default (shared) libraries. .TP 5 ---version +--version .br Displays the full version number of the CUPS installation (major.minor.patch). --- a/man/cups-deviced.man.in +++ b/man/cups-deviced.man.in @@ -25,7 +25,7 @@ \fICUPS-Get-Devices\fR request. The output format is an IPP response message. The \fIrequest-id\fR argument is the request ID from the original IPP request, typically 1. The \fIlimit\fR -argument is the limit value from the original IPP request - 0 +argument is the limit value from the original IPP request - 0 means no limit. The \fIuser-id\fR argument is the requesting-user-name value from the original IPP request. Finally, the \fIoptions\fR argument is a space-delimited list of --- a/man/cups-driverd.man.in +++ b/man/cups-driverd.man.in @@ -34,7 +34,7 @@ format is an IPP response message. The \fIrequest_id\fR argument is the request ID from the original IPP request, typically 1. The \fIlimit\fR argument is the limit value from the original IPP -request - 0 means no limit. Finally, the \fIoptions\fR argument +request - 0 means no limit. Finally, the \fIoptions\fR argument is a space-delimited list of attributes ("name=value name=value &...") that were passed in with the request. Currently \fIcups-driverd\fR looks for the \fIppd-make\fR and --- a/man/cups-lpd.man.in +++ b/man/cups-lpd.man.in @@ -17,9 +17,9 @@ cups-lpd - receive print jobs and report printer status to lpd clients .SH SYNOPSIS .B cups-lpd -[ -h +[ -h .I hostname[:port] -] [ -n ] [ -o +] [ -n ] [ -o .I option=value ] .SH DESCRIPTION @@ -34,7 +34,7 @@ .nf

 printer stream tcp nowait lp @CUPS_SERVERBIN@/daemon/cups-lpd cups-lpd \\

@@ -169,7 +169,7 @@ pscript5.dll (from your Windows system) .fi .LP -\fBNote:\fR Unlike Windows, case is significant - make sure that +\fBNote:\fR Unlike Windows, case is significant - make sure that you use the lowercase filenames shown above, otherwise \fIcupsaddsmb\fR will fail to export the drivers.

@@ -194,7 +194,7 @@ PSMON.DLL .fi .LP -\fBNote:\fR Unlike Windows, case is significant - make sure that +\fBNote:\fR Unlike Windows, case is significant - make sure that you use the UPPERCASE filenames shown above, otherwise \fIcupsaddsmb\fR will fail to export the drivers.

--- a/man/cupsctl.man +++ b/man/cupsctl.man @@ -17,12 +17,12 @@ cupsctl - configure cupsd.conf options .SH SYNOPSIS .B cupsctl -[ -E ] [-U +[ -E ] [-U .I username -] [ -h +] [ -h .I server[:port] -] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] -[ --[no-]share-printers ] [ --[no-]user-cancel-any ] +] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] +[ --[no-]share-printers ] [ --[no-]user-cancel-any ] [ .I name=value ] @@ -33,35 +33,35 @@ .SH OPTIONS The following options are recognized: .TP 5 --E +-E .br Enables encryption on the connection to the scheduler. .TP 5 --U \fIusername\fR +-U \fIusername\fR .br Specifies an alternate username to use when authenticating with the scheduler. .TP 5 --h \fIserver[:port]\fR +-h \fIserver[:port]\fR .br Specifies the server address. .TP 5 ---[no-]debug-logging +--[no-]debug-logging .br Enables or disables debug logging in the \fBerror_log\fR file. .TP 5 ---[no-]remote-admin +--[no-]remote-admin .br Enables or disables remote administration. .TP 5 ---[no-]remote-any +--[no-]remote-any .br Enables or disables printing from any address, e.g. the Internet. .TP 5 ---[no-]share-printers +--[no-]share-printers .br Enables or disables sharing of local printers with other computers. .TP 5 ---[no-]user-cancel-any +--[no-]user-cancel-any .br Allows or prevents users from canceling jobs owned by others. .SH EXAMPLES @@ -72,17 +72,17 @@ .LP Enable debug logging: .nf

michaelrsweet commented 10 years ago

"manpage-hyphen-minus_v2.patch":

Description: Fix all spotted hyphen-used-as-minus-sign manpage errors Automatically generated using sed -i -s 's/^-/-/g;s/ -/ -/g' man/.man Author: Didier Raboud odyx@debian.org Origin: vendor Bug-Upstream: https://cups.org/str.php?L4299 Last-Update: 2014-01-04

--- a/man/cups-files.conf.man.in +++ b/man/cups-files.conf.man.in @@ -53,7 +53,7 @@ .TP 5 FatalErrors none .TP 5 -FatalErrors all -kind [... -kind] +FatalErrors all -kind [... -kind] .TP 5 FatalErrors kind [... kind] .br --- a/man/cupsd.man.in +++ b/man/cupsd.man.in @@ -17,9 +17,9 @@ cupsd - cups scheduler .SH SYNOPSIS .B cupsd -[ -c +[ -c .I config-file -] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] +] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] .SH DESCRIPTION \fIcupsd\fR is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1. If no options are specified @@ -27,31 +27,31 @@ \fI/etc/cups/cupsd.conf\fR will be used. .SH OPTIONS .TP 5 --c config-file +-c config-file .br Uses the named configuration file. .TP 5 --f +-f .br Run \fIcupsd\fR in the foreground; the default is to run in the background as a "daemon". .TP 5 --F +-F .br Run \fIcupsd\fR in the foreground but detach the process from the controlling terminal and current directory. This is useful for running \fIcupsd\fR from \fIinit(8)\fR. .TP 5 --h +-h .br Shows the program usage. .TP 5 --l +-l .br This option is passed to \fIcupsd\fR when it is run from \fIlaunchd(8)\fR. .TP 5 --t +-t .br Test the configuration file for syntax errors. .SH COMPATIBILITY --- a/man/cupsfilter.man +++ b/man/cupsfilter.man @@ -16,27 +16,27 @@ cupsfilter - convert a file to another format using cups filters .SH SYNOPSIS .B cupsfilter -[ -D ] [ -U +[ -D ] [ -U .I user -] [ -c +] [ -c .I config-file -] [ -d +] [ -d .I printer -] [ -e ] [ -i +] [ -e ] [ -i .I mime/type -] [ -j +] [ -j .I job-id[,N] -] [ -m +] [ -m .I mime/type -] [ -n +] [ -n .I copies -] [ -o +] [ -o .I name=value -] [ -p +] [ -p .I filename.ppd -] [ -t +] [ -t .I title -] [ -u ] +] [ -u ] .I filename .SH DESCRIPTION \fIcupsfilter\fR is a front-end to the CUPS filter subsystem which allows you @@ -44,58 +44,58 @@ through CUPS. By default, \fIcupsfilter\fR generates a PDF file. .SH OPTIONS .TP 5 --D +-D .br Delete the input file after conversion. .TP 5 --U user +-U user .br Specifies the username passed to the filters. The default is the name of the current user. .TP 5 --c config-file +-c config-file .br Uses the named cupsd.conf configuration file. .TP 5 --d printer +-d printer Uses information from the named printer. .TP 5 --e +-e .br Use every filter from the PPD file. .TP 5 --i mime/type +-i mime/type .br Specifies the source file type. The default file type is guessed using the filename and contents of the file. .TP 5 --j job-id[,N] +-j job-id[,N] .br Converts document N from the specified job. If N is omitted, document 1 is converted. .TP 5 --m mime/type +-m mime/type .br Specifies the destination file type. The default file type is application/pdf. Use printer/foo to convert to the printer format defined by the filters in the PPD file. .TP 5 --n copies +-n copies .br Specifies the number of copies to generate. .TP 5 --o name=value +-o name=value .br Specifies options to pass to the CUPS filters. .TP 5 --p filename.ppd +-p filename.ppd .br Specifies the PPD file to use. .TP 5 --t title +-t title .br Specifies the document title. .TP 5 --u +-u .br Delete the PPD file after conversion. .SH SEE ALSO --- a/man/lpq.man +++ b/man/lpq.man @@ -17,13 +17,13 @@ lpq - show printer queue status .SH SYNOPSIS .B lpq -[ -E ] [ -U +[ -E ] [ -U .I username -] [ -h +] [ -h .I server[:port] -] [ -P +] [ -P .I destination[/instance] -] [ -a ] [ -l ] [ +] [ -a ] [ -l ] [ .I +interval ] .SH DESCRIPTION @@ -37,27 +37,27 @@ .SH OPTIONS \fIlpq\fR supports the following options: .TP 5 --E +-E .br Forces encryption when connecting to the server. .TP 5 --P destination[/instance] +-P destination[/instance] .br Specifies an alternate printer or class name. .TP 5 --U username +-U username .br Specifies an alternate username. .TP 5 --a +-a .br Reports jobs on all printers. .TP 5 --h server[:port] +-h server[:port] .br Specifies an alternate server. .TP 5 --l +-l .br Requests a more verbose (long) reporting format. .SH SEE ALSO --- a/man/backend.man +++ b/man/backend.man @@ -53,7 +53,7 @@ Unless you are a developer and know what you are doing, please do not run backends directly. Instead, use the \fIlp(1)\fR or \fIlpr(1)\fR programs to send a print job or \fIlpinfo(8)\fR program to query for available printers using the -backend. The one exception is the SNMP backend - see \fIsnmpbackend(8)\fR for +backend. The one exception is the SNMP backend - see \fIsnmpbackend(8)\fR for more information. .SH DEVICE DISCOVERY When run with no arguments, the backend should list the devices and schemes it @@ -151,7 +151,7 @@ 6 (CUPS_BACKEND_RETRY) .br The print file was not successfully transmitted because of a temporary issue. -The scheduler will retry the job at a future time - other jobs may print before +The scheduler will retry the job at a future time - other jobs may print before this one. .TP 5 7 (CUPS_BACKEND_RETRY_CURRENT) --- a/man/cancel.man +++ b/man/cancel.man @@ -14,16 +14,16 @@ .\" .TH cancel 1 "CUPS" "21 January 2013" "Apple Inc." .SH NAME -cancel - cancel jobs +cancel - cancel jobs .SH SYNOPSIS .B cancel -[ -E ] [ -U +[ -E ] [ -U .I username -] [ -a ] [ -h +] [ -a ] [ -h .I hostname[:port] -] [ -u +] [ -u .I username -] [ -x ] [ +] [ -x ] [ .I id ] [ .I destination @@ -36,28 +36,28 @@ .SH OPTIONS The following options are recognized by \fIcancel\fR: .TP 5 --E +-E .br Forces encryption when connecting to the server. .TP 5 --U username +-U username .br Specifies the username to use when connecting to the server. .TP 5 --a +-a .br Cancel all jobs on the named destination, or all jobs on all destinations if none is provided. .TP 5 --h hostname[:port] +-h hostname[:port] .br Chooses an alternate server. .TP 5 --u username +-u username .br Cancels jobs owned by \fIusername\fR. .TP 5 --x +-x .br Deletes job data files in addition to canceling. .SH COMPATIBILITY --- a/man/cups-config.man +++ b/man/cups-config.man @@ -17,38 +17,38 @@ cups-config - get cups api, compiler, directory, and link information. .SH SYNOPSIS .B cups-config ---api-version +--api-version .br .B cups-config ---build +--build .br .B cups-config ---cflags +--cflags .br .B cups-config ---datadir +--datadir .br .B cups-config ---help +--help .br .B cups-config ---ldflags +--ldflags .br .B cups-config [ -.I --image +.I --image ] [ -.I --static -] --libs +.I --static +] --libs .br .B cups-config ---serverbin +--serverbin .br .B cups-config ---serverroot +--serverroot .br .B cups-config ---version +--version .br .SH DESCRIPTION \fBcups-config\fR is the CUPS program configuration utility. It should be @@ -57,54 +57,54 @@ directories for filters, configuration files, and drivers. .SH OPTIONS .TP 5 ---api-version +--api-version .br Displays the current API version (major.minor). .TP 5 ---build +--build .br Displays a system-specific build number. .TP 5 ---cflags +--cflags .br Displays the necessary compiler options. .TP 5 ---datadir +--datadir .br Displays the default CUPS data directory. .TP 5 ---help +--help .br Displays the program usage message. .TP 5 ---image +--image .br When used with \fI--libs\fR, adds the CUPS imaging library to the list of displayed libraries. .TP 5 ---ldflags +--ldflags .br Displays the necessary linker options. .TP 5 ---libs +--libs .br Displays the necessary librarys to link to. .TP 5 ---serverbin +--serverbin .br Displays the default CUPS binary directory, where filters and backends are stored. .TP 5 ---serverroot +--serverroot .br Displays the default CUPS configuration file directory. .TP 5 ---static +--static .br When used with \fI--libs\fR, shows the static libraries instead of the default (shared) libraries. .TP 5 ---version +--version .br Displays the full version number of the CUPS installation (major.minor.patch). --- a/man/cups-deviced.man.in +++ b/man/cups-deviced.man.in @@ -25,7 +25,7 @@ \fICUPS-Get-Devices\fR request. The output format is an IPP response message. The \fIrequest-id\fR argument is the request ID from the original IPP request, typically 1. The \fIlimit\fR -argument is the limit value from the original IPP request - 0 +argument is the limit value from the original IPP request - 0 means no limit. The \fIuser-id\fR argument is the requesting-user-name value from the original IPP request. Finally, the \fIoptions\fR argument is a space-delimited list of --- a/man/cups-driverd.man.in +++ b/man/cups-driverd.man.in @@ -34,7 +34,7 @@ format is an IPP response message. The \fIrequest_id\fR argument is the request ID from the original IPP request, typically 1. The \fIlimit\fR argument is the limit value from the original IPP -request - 0 means no limit. Finally, the \fIoptions\fR argument +request - 0 means no limit. Finally, the \fIoptions\fR argument is a space-delimited list of attributes ("name=value name=value &...") that were passed in with the request. Currently \fIcups-driverd\fR looks for the \fIppd-make\fR and --- a/man/cups-lpd.man.in +++ b/man/cups-lpd.man.in @@ -17,9 +17,9 @@ cups-lpd - receive print jobs and report printer status to lpd clients .SH SYNOPSIS .B cups-lpd -[ -h +[ -h .I hostname[:port] -] [ -n ] [ -o +] [ -n ] [ -o .I option=value ] .SH DESCRIPTION @@ -34,7 +34,7 @@ .nf

 printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd \\

@@ -158,7 +158,7 @@ PSMON.DLL .fi .LP -\fBNote:\fR Unlike Windows, case is significant - make sure that +\fBNote:\fR Unlike Windows, case is significant - make sure that you use the UPPERCASE filenames shown above, otherwise \fIcupsaddsmb\fR will fail to export the drivers.

--- a/man/cupsctl.man +++ b/man/cupsctl.man @@ -17,12 +17,12 @@ cupsctl - configure cupsd.conf options .SH SYNOPSIS .B cupsctl -[ -E ] [-U +[ -E ] [-U .I username -] [ -h +] [ -h .I server[:port] -] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] -[ --[no-]share-printers ] [ --[no-]user-cancel-any ] +] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] +[ --[no-]share-printers ] [ --[no-]user-cancel-any ] [ .I name=value ] @@ -33,35 +33,35 @@ .SH OPTIONS The following options are recognized: .TP 5 --E +-E .br Enables encryption on the connection to the scheduler. .TP 5 --U \fIusername\fR +-U \fIusername\fR .br Specifies an alternate username to use when authenticating with the scheduler. .TP 5 --h \fIserver[:port]\fR +-h \fIserver[:port]\fR .br Specifies the server address. .TP 5 ---[no-]debug-logging +--[no-]debug-logging .br Enables or disables debug logging in the \fBerror_log\fR file. .TP 5 ---[no-]remote-admin +--[no-]remote-admin .br Enables or disables remote administration. .TP 5 ---[no-]remote-any +--[no-]remote-any .br Enables or disables printing from any address, e.g. the Internet. .TP 5 ---[no-]share-printers +--[no-]share-printers .br Enables or disables sharing of local printers with other computers. .TP 5 ---[no-]user-cancel-any +--[no-]user-cancel-any .br Allows or prevents users from canceling jobs owned by others. .SH EXAMPLES @@ -72,17 +72,17 @@ .LP Enable debug logging: .nf