1roff2ps(1) General Commands Manual roff2ps(1)
2
3
4
6 roff2ps - transform roff code into ps mode
7
9 roff2ps [groffer-option ...] [--] [filespec ...]
10
11 roff2ps -h
12 roff2ps --help
13
14 roff2ps -v
15 roff2ps --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 roff2ps transforms roff code into ps mode. Print the result to stan‐
34 dard 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 roff2html(1)
43 generates HTML output.
44
45 roff2pdf(1)
46 outputs pdf mode.
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 roff2ps was written by Bernd Warken ⟨groff-bernd.warken-72@web.de⟩.
57
59 groff(1), groffer(1), roff2dvi(1), roff2html(1), roff2pdf(1),
60 roff2text(1), roff2x(1), gxditview(1).
61
62
63
64groff 1.22.4 20 January 2022 roff2ps(1)