Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Jul 13, 2023
1 parent 7f11dd2 commit 008ec64
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions doc/help/man-ippeveprinter.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ <h2 class="title"><a name="OPTIONS">Options</a></h2>
<b>ippeveprinter</b>
will create an output file using the job ID and name.
<dt><b>-F </b><i>output-type/subtype[,...]</i>
<dd style="margin-left: 5.0em">Specifies the output MIME media type in case printer command (parameter "-c") supports more media types.
<dd style="margin-left: 5.0em">Specifies the output MIME media type that is provided to the printer command.
The default is "application/postscript" when the <b>-P</b> option is specified.
<dt><b>-M </b><i>manufacturer</i>
<dd style="margin-left: 5.0em">Set the manufacturer of the printer.
The default is "Example".
<dt><b>-K </b><i>keypath</i>
<dd style="margin-left: 5.0em">Set location of server x.509 certificates and keys
<dd style="margin-left: 5.0em">Set location of server X.509 certificates and keys.
<dt><b>-P </b><i>filename.ppd</i>
<dd style="margin-left: 5.0em">Load printer attributes from the specified PPD file.
This option is typically used in conjunction with the
Expand All @@ -127,7 +127,12 @@ <h2 class="title"><a name="OPTIONS">Options</a></h2>
<dd style="margin-left: 5.0em">Specifies the maximum IPP version to report.
2.0 is the default.
<dt><b>-a </b><i>filename.conf</i>
<dd style="margin-left: 5.0em">Load printer attributes from conf file acquired by parameter "--ippserver" of command "ipptool". See "man ipptool" for more info.
<dd style="margin-left: 5.0em">Load printer attributes from "filename.conf".
Attribute files can be created using the
<a href="man-ipptool.html?TOPIC=Man+Pages"><b>ipptool</b>(1)</a>
command with the
<i>--ippserver</i>
option.
<dt><b>-c </b><i>command</i>
<dd style="margin-left: 5.0em">Run the specified command for each document that is printed.
If "command" is not an absolute path ("/path/to/command"),
Expand Down
11 changes: 8 additions & 3 deletions man/ippeveprinter.1
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ When specifying a directory,
will create an output file using the job ID and name.
.TP 5
\fB\-F \fIoutput-type/subtype[,...]\fR
Specifies the output MIME media type in case printer command (parameter "\-c") supports more media types.
Specifies the output MIME media type that is provided to the printer command.
The default is "application/postscript" when the \fB\-P\fR option is specified.
.TP 5
\fB\-M \fImanufacturer\fR
Set the manufacturer of the printer.
The default is "Example".
.TP 5
\fB\-K \fIkeypath\fR
Set location of server x.509 certificates and keys
Set location of server X.509 certificates and keys.
.TP 5
\fB\-P \fIfilename.ppd\fR
Load printer attributes from the specified PPD file.
Expand All @@ -141,7 +141,12 @@ Specifies the maximum IPP version to report.
2.0 is the default.
.TP 5
\fB-a \fIfilename.conf\fR
Load printer attributes from conf file acquired by parameter "--ippserver" of command "ipptool". See "man ipptool" for more info.
Load printer attributes from "filename.conf".
Attribute files can be created using the
.BR ipptool (1)
command with the
.I \-\-ippserver
option.
.TP 5
\fB\-c \fIcommand\fR
Run the specified command for each document that is printed.
Expand Down

0 comments on commit 008ec64

Please sign in to comment.