fixed two typos (s/iss/is/)
This commit is contained in:
parent
9aaf685598
commit
4284f6e905
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=387
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!-- This is an SGML document in the linuxdoc DTD describing
|
<!-- This is an SGML document in the linuxdoc DTD describing
|
||||||
Printing with FreeBSD. By Sean Kelly, 1995.
|
Printing with FreeBSD. By Sean Kelly, 1995.
|
||||||
|
|
||||||
$Id: printing.sgml,v 1.6 1996-05-16 23:18:12 mpp Exp $
|
$Id: printing.sgml,v 1.7 1996-06-30 08:03:35 andreas Exp $
|
||||||
|
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
In order to use printers with FreeBSD, you will need to set
|
In order to use printers with FreeBSD, you will need to set
|
||||||
them up to work with the Berkeley line printer spooling
|
them up to work with the Berkeley line printer spooling
|
||||||
system, also known as the LPD spooling system. It iss the
|
system, also known as the LPD spooling system. It is the
|
||||||
standard printer control system in FreeBSD. This section
|
standard printer control system in FreeBSD. This section
|
||||||
introduces the LPD spooling system, often simply called LPD.
|
introduces the LPD spooling system, often simply called LPD.
|
||||||
|
|
||||||
|
@ -2455,7 +2455,7 @@ exit 2
|
||||||
|
|
||||||
<tt/dvilj2p/ makes the filter <tt/hpdf/ quite complex
|
<tt/dvilj2p/ makes the filter <tt/hpdf/ quite complex
|
||||||
since <tt/dvilj2p/ cannot read from standard input. It
|
since <tt/dvilj2p/ cannot read from standard input. It
|
||||||
wants to work with a filename. What iss worse, the
|
wants to work with a filename. What is worse, the
|
||||||
filename has to end in <tt/.dvi/ so using
|
filename has to end in <tt/.dvi/ so using
|
||||||
<tt>/dev/fd/0</tt> for standard input is problematic.
|
<tt>/dev/fd/0</tt> for standard input is problematic.
|
||||||
We can get around that problem by linking (symbolically)
|
We can get around that problem by linking (symbolically)
|
||||||
|
|
Loading…
Reference in a new issue