"Fossies" - the Fresh Open Source Software Archive 
Member "dehtml-1.8/dehtml.1.en.in" (11 Jan 2011, 1908 Bytes) of package /linux/www/old/dehtml-1.8.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 .TH DEHTML 1 "@UPDATED_EN@" "" "User commands"
2 .SH NAME \"{{{roff}}}\"{{{
3 dehtml \- remove HTML constructs from documents
4 .\"}}}
5 .SH SYNOPSIS \"{{{
6 .ad l
7 .B dehtml
8 .RB [ \-w ]
9 .RB [ \-s ]
10 .RB [ \-l ]
11 .RB [ \-p ]
12 .RI [ file ...
13 ]
14 .ad b
15 .\"}}}
16 .SH DESCRIPTION \"{{{
17 .B dehtml
18 reads HTML documents and removes all HTML constructs. The resulting
19 text will be sent to standard output.
20 .\"}}}
21 .SH OPTIONS \"{{{
22 .IP \fB\-w\fP
23 Output a word list, one word per line.
24 .IP \fB\-s\fP
25 Do not output headers. This is useful if you want to run text analysis
26 tools on the output.
27 .IP \fB\-l\fP
28 Suppress lists. This option is useful with \fB\-s\fP, if
29 there are many incomplete sentences in lists.
30 .IP "\fB\-p\fP, \fB\-\-pretty\-print\fP"
31 Format the output more pretty by omitting and adding newline characters
32 at certain places.
33 .\"}}}
34 .SH EXAMPLE \"{{{
35 The following example does a simple spell check of a document:
36 .sp
37 dehtml -w document.html | sort -u |
38 .br
39 comm -23 - /usr/share/words/en
40 .\"}}}
41 .SH AUTHOR \"{{{
42 This program is copyright 1997\(en2011 Michael Haardt <michael@moria.de>.
43 The dutch message catalog is contributed by Hans Lodder <hans.lodder@requirements-management.nl>.
44 .PP
45 This program is free software; you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published by
47 the Free Software Foundation; either version 2 of the License, or
48 (at your option) any later version.
49 .PP
50 This program is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53 GNU General Public License for more details.
54 .PP
55 You should have received a copy of the GNU General Public License along
56 with this program. If not, write to the Free Software Foundation, Inc.,
57 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
58 .\"}}}
59 .SH "SEE ALSO" \"{{{
60 deroff(1)
61 .\"}}}