Add a <tip>, naming an HP Laserjet network printer "text" will have it
automatically carry out CR -> CRLF conversions, with no need for a filter script. PR: docs/16065 Submitted by: Dom.Mitchell@palmerharvey.co.uk
This commit is contained in:
parent
7a260858ab
commit
407c6ea94f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6519
2 changed files with 16 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.21 1999/09/06 06:53:04 peter Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.22 1999/11/07 01:54:54 chris Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="printing">
|
<chapter id="printing">
|
||||||
|
@ -3742,6 +3742,13 @@ done
|
||||||
printer. See the documentation that accompanied your printer and/or
|
printer. See the documentation that accompanied your printer and/or
|
||||||
printer-network interface.</para>
|
printer-network interface.</para>
|
||||||
|
|
||||||
|
<tip>
|
||||||
|
<para>If you are using a Hewlett Packard Laserjet then the printer
|
||||||
|
name <literal>text</literal> will automatically perform the LF to
|
||||||
|
CRLF conversion for you, so you will not require the
|
||||||
|
<filename>hpif</filename> script.</para>
|
||||||
|
</tip>
|
||||||
|
|
||||||
<para>Then, on the other hosts you want to have access to the printer,
|
<para>Then, on the other hosts you want to have access to the printer,
|
||||||
make an entry in their <filename>/etc/printcap</filename> files with
|
make an entry in their <filename>/etc/printcap</filename> files with
|
||||||
the following:</para>
|
the following:</para>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.21 1999/09/06 06:53:04 peter Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.22 1999/11/07 01:54:54 chris Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="printing">
|
<chapter id="printing">
|
||||||
|
@ -3742,6 +3742,13 @@ done
|
||||||
printer. See the documentation that accompanied your printer and/or
|
printer. See the documentation that accompanied your printer and/or
|
||||||
printer-network interface.</para>
|
printer-network interface.</para>
|
||||||
|
|
||||||
|
<tip>
|
||||||
|
<para>If you are using a Hewlett Packard Laserjet then the printer
|
||||||
|
name <literal>text</literal> will automatically perform the LF to
|
||||||
|
CRLF conversion for you, so you will not require the
|
||||||
|
<filename>hpif</filename> script.</para>
|
||||||
|
</tip>
|
||||||
|
|
||||||
<para>Then, on the other hosts you want to have access to the printer,
|
<para>Then, on the other hosts you want to have access to the printer,
|
||||||
make an entry in their <filename>/etc/printcap</filename> files with
|
make an entry in their <filename>/etc/printcap</filename> files with
|
||||||
the following:</para>
|
the following:</para>
|
||||||
|
|
Loading…
Reference in a new issue