1roff2html(1) General Commands Manual roff2html(1)
2
3
4
6 roff2html - transform roff code into html mode
7
9 roff2html [groffer-option ...] [--] [filespec ...]
10
11 roff2html -h
12 roff2html --help
13
14 roff2html -v
15 roff2html --version
16
17 The options -v and --version print the version information of the pro‐
18 gram to standard output and exit. The options -h and --help print a
19 usage information of the program to standard output and stop the pro‐
20 gram instantly.
21
22 All other options are assumed to be groffer options. They are inter‐
23 nally passed to groffer. They override the behavior of the program.
24 The options are optional, they can be omitted.
25
26 The filespec arguments correspond to the filespec arguments of groffer.
27 So they are either the names of existing, readable files or - for stan‐
28 dard input, or the name of a man page or a groffer(1) man page search
29 pattern. If no filespec is specified standard input is assumed auto‐
30 matically.
31
33 roff2html transforms roff code into html mode. Print the result to
34 standard output.
35
36 There are more of these programs for generating other formats of roff
37 input.
38
39 roff2dvi(1)
40 is for dvi mode.
41
42 roff2pdf(1)
43 outputs pdf mode.
44
45 roff2ps(1)
46 prints PostScript format to standard output.
47
48 roff2text(1)
49 generates text output in the groff device latin1.
50
51 roff2x(1)
52 prints the output in the groff device X that is suitable for
53 programs like gxditview(1) or xditview(1).
54
56 roff2html was written by Bernd Warken ⟨groff-bernd.warken-72@web.de⟩.
57
59 groff(1), groffer(1), roff2dvi(1), roff2pdf(1), roff2ps(1),
60 roff2text(1), roff2x(1), gxditview(1).
61
62
63
64groff 1.22.4 19 January 2023 roff2html(1)