Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/ippeveprinter.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ <h2 id="ippeveprinter-1.synopsis">Synopsis</h2>
[
<strong>--help</strong>
] [
<strong>--max-spool-size</strong>
<em>K-OCTETS</em>
] [
<strong>--no-web-forms</strong>
] [
<strong>--pam-service</strong>
Expand Down Expand Up @@ -185,6 +188,10 @@ <h2 id="ippeveprinter-1.options">Options</h2>
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--help</strong><br>
Show program usage.
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--max-spool-size </strong><em>K-OCTETS</em><br>
Set the maximum space for print files in the spool directory in k-octets.
The default is 1048576 k-octets.
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--no-web-forms</strong><br>
Disable the web interface forms used to update the media, state, and supply levels.
Expand All @@ -195,6 +202,10 @@ <h2 id="ippeveprinter-1.options">Options</h2>
The default service is
<em>cups</em>.

</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--spool-reserve </strong><em>K-OCTETS</em><br>
Set the filesystem space to reserve in the spool directory in k-octets.
The default is 102400 k-octets.
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--version</strong><br>
Show the CUPS version.
Expand Down
13 changes: 13 additions & 0 deletions man/ippeveprinter.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ ippeveprinter \- an ipp everywhere printer application for cups
[
.B \-\-help
] [
.B \-\-max\-spool\-size
.I K-OCTETS
] [
.B \-\-no\-web\-forms
] [
.B \-\-pam\-service
Expand Down Expand Up @@ -95,6 +98,11 @@ The following options are recognized by
.B \-\-help
Show program usage.
.TP 5
.B \-\-max\-spool\-size
.I K-OCTETS
Set the maximum space for print files in the spool directory in k-octets.
The default is 1048576 k-octets.
.TP 5
.B \-\-no\-web\-forms
Disable the web interface forms used to update the media, state, and supply levels.
See the "WEB INTERFACE FORMS" section for more information.
Expand All @@ -104,6 +112,11 @@ Set the PAM service name.
The default service is
.IR cups .
.TP 5
.B \-\-spool\-reserve
.I K-OCTETS
Set the filesystem space to reserve in the spool directory in k-octets.
The default is 102400 k-octets.
.TP 5
.B \-\-version
Show the CUPS version.
.TP 5
Expand Down
Loading