Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

troff2html(1) [linux man page]

TROFF2HTML(1)						      General Commands Manual						     TROFF2HTML(1)

NAME
troff2html - convert troff documents to Hypertext Markup Language SYNTAX
troff2html [ options ] file ... ] DESCRIPTION
troff2html converts files written in the troff input language and converts them to Hypertext Markup Language (HTML). It works by running the input files through troffcvt and then through tc2html and tc2html-toc. troff2html understands the usual troffcvt options. It also understands the additional options listed below: -D Enable debugging output. -E Cause tc2html to echo token information to stderr as tokens are read from troffcvt. -n No execution. Just show the commands that troff2html would execute to process the document. -p Don't run the postprocessors (tc2html and tc2html-toc). The output from troff2html will be in the troffcvt output language. -T title Specify a title for the document. This can be used for documents that do not contain any recognizable title. If the document does contain a title, it is overridden. SEE ALSO
troffcvt(1), tc2html(1) WHO-TO-BLAME Paul DuBois, dubois@primate.wisc.edu. BUGS
troff2html uses a set of special macros that tell troffcvt how to generate tc2html-specific output that tc2html uses to recognize HTML structural elements. These macros do not work in compatibility mode. TROFF2HTML(1)

Check Out this Related Man Page

TROFF2HTML(1)						      General Commands Manual						     TROFF2HTML(1)

NAME
troff2html - convert troff documents to Hypertext Markup Language SYNTAX
troff2html [ options ] file ... ] DESCRIPTION
troff2html converts files written in the troff input language and converts them to Hypertext Markup Language (HTML). It works by running the input files through troffcvt and then through tc2html and tc2html-toc. troff2html understands the usual troffcvt options. It also understands the additional options listed below: -D Enable debugging output. -E Cause tc2html to echo token information to stderr as tokens are read from troffcvt. -n No execution. Just show the commands that troff2html would execute to process the document. -p Don't run the postprocessors (tc2html and tc2html-toc). The output from troff2html will be in the troffcvt output language. -T title Specify a title for the document. This can be used for documents that do not contain any recognizable title. If the document does contain a title, it is overridden. SEE ALSO
troffcvt(1), tc2html(1) WHO-TO-BLAME Paul DuBois, dubois@primate.wisc.edu. BUGS
troff2html uses a set of special macros that tell troffcvt how to generate tc2html-specific output that tc2html uses to recognize HTML structural elements. These macros do not work in compatibility mode. TROFF2HTML(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Archival Tool for UNIX

Hi All, Need to get the information if there is any tool on Unix for Archiving and retrival of documents automatically. Having the capbalilty to integrate with other systems. And provide the APIs which can be called from other Systems to facilitate automatic Archival and Retrieval. Thanks &... (7 Replies)
Discussion started by: sanjeev0915
7 Replies

2. Shell Programming and Scripting

egrep and grouping

i am using the c shell on solaris. directories i'm working with: ls -1d DIV* DIV_dental/ DIV_ibc/ DIV_ifc/ DIV_index/ DIV_pharm/ DIV_sectionI/ DIV_sectionI-title/ DIV_sectionI-toc/ DIV_sectionII-title/ DIV_sectionII-toc/ DIV_standing/ DIV_standing-toc/ DIV_title/ DIV_vision/ (1 Reply)
Discussion started by: effigy
1 Replies

3. Shell Programming and Scripting

While read do, then echo, gives double output

Sorry about the title, but this should be fairly self-explanatory. My script seems to work, except that in the output, below, the first three lines are correct, but why does it print the additional lines 4, 5, & 6? Script: #!/bin/bash while read; do client="$(grep -m 1 Client | awk... (3 Replies)
Discussion started by: MrKen
3 Replies