Mention the mx capability a couple of times to be a little clearer.
Two contributors submitted PRs about the same problem in different parts of the doc. PR: docs/12148 Submitted by: Yoshihiro Koya <koya@math.yokohama-cu.ac.jp> Reviewed by: Sean Kelly <kelly@ad1440.net> PR: docs/12284 Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Reviewed by: nik
This commit is contained in:
parent
87ab974db2
commit
c7f342bae0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5165
3 changed files with 15 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.15 1999-05-16 13:41:53 nik Exp $
|
$Id: chapter.sgml,v 1.16 1999-07-04 21:47:17 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="printing">
|
<chapter id="printing">
|
||||||
|
|
@ -4068,7 +4068,9 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
<para>LPD enables you to limit the maximum byte size a file in a job
|
<para>LPD enables you to limit the maximum byte size a file in a job
|
||||||
can be with the <literal>mx</literal> capability. The units are in
|
can be with the <literal>mx</literal> capability. The units are in
|
||||||
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
||||||
capability, there will be no limit on file size.</para>
|
capability, there will be no limit on file size; however, if no
|
||||||
|
<literal>mx</literal> capability is specified, then a default limit
|
||||||
|
of 1000 blocks will be used.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
||||||
|
|
@ -4096,7 +4098,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
# No limit on job size:
|
# No limit on job size:
|
||||||
#
|
#
|
||||||
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
||||||
:sh:sd=/var/spool/lpd/rattan:\
|
:sh:mx#0:sd=/var/spool/lpd/rattan:\
|
||||||
:lp=/dev/lpt0:\
|
:lp=/dev/lpt0:\
|
||||||
:if=/usr/local/libexec/if-simple:
|
:if=/usr/local/libexec/if-simple:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.15 1999-05-16 13:41:53 nik Exp $
|
$Id: chapter.sgml,v 1.16 1999-07-04 21:47:17 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="printing">
|
<chapter id="printing">
|
||||||
|
|
@ -4068,7 +4068,9 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
<para>LPD enables you to limit the maximum byte size a file in a job
|
<para>LPD enables you to limit the maximum byte size a file in a job
|
||||||
can be with the <literal>mx</literal> capability. The units are in
|
can be with the <literal>mx</literal> capability. The units are in
|
||||||
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
||||||
capability, there will be no limit on file size.</para>
|
capability, there will be no limit on file size; however, if no
|
||||||
|
<literal>mx</literal> capability is specified, then a default limit
|
||||||
|
of 1000 blocks will be used.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
||||||
|
|
@ -4096,7 +4098,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
# No limit on job size:
|
# No limit on job size:
|
||||||
#
|
#
|
||||||
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
||||||
:sh:sd=/var/spool/lpd/rattan:\
|
:sh:mx#0:sd=/var/spool/lpd/rattan:\
|
||||||
:lp=/dev/lpt0:\
|
:lp=/dev/lpt0:\
|
||||||
:if=/usr/local/libexec/if-simple:
|
:if=/usr/local/libexec/if-simple:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.15 1999-05-16 13:41:53 nik Exp $
|
$Id: chapter.sgml,v 1.16 1999-07-04 21:47:17 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="printing">
|
<chapter id="printing">
|
||||||
|
|
@ -4068,7 +4068,9 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
<para>LPD enables you to limit the maximum byte size a file in a job
|
<para>LPD enables you to limit the maximum byte size a file in a job
|
||||||
can be with the <literal>mx</literal> capability. The units are in
|
can be with the <literal>mx</literal> capability. The units are in
|
||||||
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
BUFSIZ blocks, which are 1024 bytes. If you put a zero for this
|
||||||
capability, there will be no limit on file size.</para>
|
capability, there will be no limit on file size; however, if no
|
||||||
|
<literal>mx</literal> capability is specified, then a default limit
|
||||||
|
of 1000 blocks will be used.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
<para>The limit applies to <emphasis>files</emphasis> in a job, and
|
||||||
|
|
@ -4096,7 +4098,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
||||||
# No limit on job size:
|
# No limit on job size:
|
||||||
#
|
#
|
||||||
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
rattan|line|diablo|lp|Diablo 630 Line Printer:\
|
||||||
:sh:sd=/var/spool/lpd/rattan:\
|
:sh:mx#0:sd=/var/spool/lpd/rattan:\
|
||||||
:lp=/dev/lpt0:\
|
:lp=/dev/lpt0:\
|
||||||
:if=/usr/local/libexec/if-simple:
|
:if=/usr/local/libexec/if-simple:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue