LP.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. LP(1)                     Minix Programmer's Manual                      LP(1)
  2. NAME
  3.      lp, lpd - copy a file to the line printer
  4. SYNOPSIS
  5.      lp [file ...]
  6. DESCRIPTION
  7.      Each file argument to lp is send to  the  line  printer  to  be  printed.
  8.      Standard  input  is  read  and  printed  if  there  are no arguments.  Lp
  9.      executes /usr/lib/lpd with each file as input.   Lpd  puts  the  file  in
  10.      /usr/spool/lpd and starts printing the jobs on /dev/lp unless another lpd
  11.      is already running.  If lpd finds any character  in  the  input  that  it
  12.      doesn't  know  how  to  handle  then  it  will print the rest of the file
  13.      without any special treatment.  This also means that no formfeed is  sent
  14.      after  the  file  has  been  printed  to  force out the page.  Lpd simply
  15.      assumes that you know what you are doing.  (dumb, eh?)
  16.      Note: Don't do anything with a file until it is printed, lpd only makes a
  17.      copy  of a file in the spool directory when it is not world readable.  If
  18.      it can be read then it is printed directly.
  19. FILES
  20.      /usr/spool/lpd/jobXXXXX
  21.                          Information about a job.
  22.      /usr/spool/lpd/tmpXXXXX
  23.                          Associated file to be printed.
  24.      /etc/termcap        The 'lp' entry describes the printer by the "li#" and
  25.                          "co#"  fields.   By  default 66 lines (li#66), and 80
  26.                          columns (co#80).
  27. SEE ALSO
  28.      lp(4), termcap(5), termcap(7).
  29. BUGS
  30.      Not spooling a world readable file may not be such a smart idea.
  31.      A formfeed should be printed and the printer reset after a  job  full  of
  32.      escape codes, but this may cost paper.
  33.      No banner page.
  34. AUTHOR
  35.      Kees J. Bot (kjb@cs.vu.nl)
  36.                                                                              1