source: trunk/minix/man/man1/bsfilt.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 2.6 KB
Line 
1.\" manual page for bsfilt(1)
2.\"
3.\"
4.\" Copyright (c) 1991 Purdue University Research Foundation,
5.\" West Lafayette, Indiana 47907. All rights reserved.
6.\"
7.\" Written by Victor A. Abell <abe@mace.cc.purdue.edu>, Purdue
8.\" University Computing Center. Not derived from licensed software;
9.\" derived from awf(1) by Henry Spencer of the University of Toronto.
10.\"
11.\" Permission is granted to anyone to use this software for any
12.\" purpose on any computer system, and to alter it and redistribute
13.\" it freely, subject to the following restrictions:
14.\"
15.\" 1. The author is not responsible for any consequences of use of
16.\" this software, even if they arise from flaws in it.
17.\"
18.\" 2. The origin of this software must not be misrepresented, either
19.\" by explicit claim or by omission. Credits must appear in the
20.\" documentation.
21.\"
22.\" 3. Altered versions must be plainly marked as such, and must not
23.\" be misrepresented as being the original software. Credits must
24.\" appear in the documentation.
25.\"
26.\" 4. This notice may not be removed or altered.
27.\"
28.TH BSFILT 1 "February, 1991"
29.BY "Purdue University"
30.SH NAME
31bsfilt, colcrt \- a colcrt-like backspace filter
32.SH SYNOPSIS
33.B bsfilt
34[
35.B -
36] [
37.B -U
38] [ file ... ]
39.SH DESCRIPTION
40.I Bsfilt
41filters backspace sequences from the input \fIfile\fR(s)
42(standard input if none)
43in an approximation of
44.IR colcrt (1).
45Both the backspace and the character it returns to are removed,
46unless they form an underline sequence.
47Underline sequences are treated according to the settings of
48the
49.B \-
50and
51.B \-U
52options.
53.SH OPTIONS
54.TP
55.B \-
56specifies that no underlining of any kind is to be propagated.
57Without this option or the
58.B \-U
59option,
60.I bsfilt
61approximates underlining with minus signs (`-') in following lines.
62.TP
63.B \-U
64specifies that underlining with underscore (`_') and backspace (`\b')
65character sequences is permitted.
66.SH SEE ALSO
67cawf(1), colcrt(1) and nroff(1).
68.SH DIAGNOSTICS
69Diagnostic messages are delivered to the standard error file.
70.SH HISTORY
71Vic Abell of Purdue University wrote
72.I bsfilt
73to have a backspace filter for
74.IR cawf (1)
75that is independent of licensed source code.
76.SH BUGS
77The maximum length of a line that can be underlined with minus signs is
78fixed.
79.LP
80.I Bsfilt
81does not examine the characters that are being overprinted via backspace
82operations.
83Thus, overprinting that is intended to form a new character from several
84different ones is ineffective and only the last character of the
85sequence is propagated \- e. g., ``o^H+'', intended to look like
86a bullet, is reduced to `+'.
Note: See TracBrowser for help on using the repository browser.