BSFILT.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. BSFILT(1)                 Minix Programmer's Manual                  BSFILT(1)
  2. NAME
  3.      bsfilt, colcrt - a colcrt-like backspace filter
  4. SYNOPSIS
  5.      bsfilt [ - ] [ -U ] [ file ... ]
  6. DESCRIPTION
  7.      Bsfilt filters backspace sequences from the input file(s) (standard input
  8.      if  none)  in  an approximation of colcrt(1).  Both the backspace and the
  9.      character it returns to  are  removed,  unless  they  form  an  underline
  10.      sequence.   Underline  sequences are treated according to the settings of
  11.      the - and -U options.
  12. OPTIONS
  13.      -    specifies that no underlining of  any  kind  is  to  be  propagated.
  14.           Without   this   option   or  the  -U  option,  bsfilt  approximates
  15.           underlining with minus signs (`-') in following lines.
  16.      -U   specifies that underlining with underscore (`_') and backspace (`b')
  17.           character sequences is permitted.
  18. SEE ALSO
  19.      cawf(1), colcrt(1) and nroff(1).
  20. DIAGNOSTICS
  21.      Diagnostic messages are delivered to the standard error file.
  22. HISTORY
  23.      Vic Abell of Purdue University wrote bsfilt to have  a  backspace  filter
  24.      for cawf(1) that is independent of licensed source code.
  25. BUGS
  26.      The maximum length of a line that can be underlined with minus  signs  is
  27.      fixed.
  28.      Bsfilt does not examine the characters that  are  being  overprinted  via
  29.      backspace  operations.  Thus, overprinting that is intended to form a new
  30.      character from several different ones is ineffective and  only  the  last
  31.      character  of  the  sequence is propagated - e. g., ``o^H+'', intended to
  32.      look like a bullet, is reduced to `+'.
  33. Purdue University                       February, 1991                       1