~jamesodhunt/upstart/foo

« back to all changes in this revision

Viewing changes to scripts/man/initctl2dot.8

Merge of lp:~jamesodhunt/upstart/upstream-add-initctl2dot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH initctl2dot 8 2011-03-07 "Upstart"
 
2
.\"
 
3
.SH NAME
 
4
initctl2dot \- manual page for initctl2dot
 
5
.\"
 
6
.SH SYNOPSIS
 
7
.B initctl2dot
 
8
.RI [ OPTIONS ]
 
9
.\"
 
10
.SH DESCRIPTION
 
11
Convert
 
12
.BR initctl (8)
 
13
output to GraphViz
 
14
.BR dot (1)
 
15
format.
 
16
 
 
17
With no options,
 
18
.BR initctl (8)
 
19
will be invoked automatically and the output written to file
 
20
\fIupstart.dot\fP.
 
21
.\"
 
22
.SH OPTIONS
 
23
.TP
 
24
.B -h
 
25
Display usage statement.
 
26
.TP
 
27
\fB-f\fP \fIINFILE\fP , \fP--infile\fP=\fIINFILE\fP
 
28
File to read
 
29
.BR initctl (8)
 
30
output from ("initctl show-config -e"). If not specified,
 
31
.BR initctl (8)
 
32
will be run automatically.
 
33
.TP
 
34
\fB-w\fP \fIOUTFILE\fP , \fP--outfile\fP=\fIOUTFILE\fP
 
35
File to write output to.
 
36
.TP
 
37
\fB-r\fP \fIRESTRICTIONS\fP , \fP--restrict-to-jobs\fP=\fIRESTRICTIONS\fP
 
38
Limit display of
 
39
.B start on
 
40
and
 
41
.B stop on
 
42
conditions to comma-separated list of jobs.
 
43
.TP
 
44
\fB--color-emits\fP=\fICOLOR_EMITS\fP
 
45
Specify color for 'emits' lines.
 
46
.TP
 
47
\fB--color-start-on\fP=\fICOLOR_START_ON\fP
 
48
Specify color for 'start on' lines.
 
49
.TP
 
50
\fB--color-stop-on\fP=\fICOLOR_STOP_ON\fP
 
51
Specify color for 'stop on' lines.
 
52
.TP
 
53
\fB--color-event\fP=\fICOLOR_EVENT\fP
 
54
Specify color for event boxes.
 
55
.TP
 
56
\fB--color-text\fP=\fICOLOR_TEXT\fP
 
57
Specify color for summary text.
 
58
.TP
 
59
\fB--color-bg\fP=\fICOLOR_BG\fP
 
60
Specify background color for diagram.
 
61
.TP
 
62
\fB--color-event-text\fP=\fICOLOR_EVENT_TEXT\fP
 
63
Specify color for text in event boxes.
 
64
.TP
 
65
\fB--color-job-text\fP=\fICOLOR_JOB_TEXT\fP
 
66
Specify color for text in job boxes.
 
67
.TP
 
68
\fB--color-job\fP=\fICOLOR_JOB\fP
 
69
Specify color for job boxes.
 
70
.\"
 
71
.SH AUTHOR
 
72
Written by James Hunt
 
73
.RB < james.hunt@ubuntu.com >
 
74
.\"
 
75
.SH REPORTING BUGS
 
76
Report bugs at
 
77
.RB < https://launchpad.net/upstart/+bugs >
 
78
.\"
 
79
.SH COPYRIGHT
 
80
Copyright \(co 2011 Canonical Ltd.
 
81
.br
 
82
This is free software; see the source for copying conditions.  There is NO
 
83
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
84
.\"
 
85
.SH SEE ALSO
 
86
.BR init (8)
 
87
.BR initctl (8)