chiark / gitweb /
doc: Fix distribution of generated manpages.
[tripe] / doc / tripemon.1.in
CommitLineData
060ca767 1.\" -*-nroff-*-
2.\".
3.de hP
4.IP
5\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
6..
7.de VS
8.sp 1
9.RS
10.nf
11.ft B
12..
13.de VE
14.ft R
15.fi
16.RE
17.sp 1
18..
19.ie t \{\
20. ds o \(bu
21. ds ss \s8\u
22. ds se \d\s0
23. if \n(.g \{\
24. fam P
25. \}
26.\}
27.el \{\
28. ds o o
29. ds ss ^
30. ds se
31.\}
32.TH tripemon 1 "4 October 2005" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"
33.SH "NAME"
34tripemon \- graphical monitor for tripe
35.SH "SYNOPSIS"
36.B tripemon
37.RB [ \-d
38.IR dir ]
39.RB [ \-a
40.IR socket ]
41.SH "DESCRIPTION"
42The
43.B tripemon
44program is a fairly simple graphical monitor program for TrIPE. It's
45not ever-so user-friendly in some ways, but it works fairly well. A
46perusal of
47.BR tripe-admin (5)
48would help you understand it better. That said, describing the program
49in detail is probably less interesting than letting you explore it for
50yourself.
51.PP
52The command-line options available are:
53.TP
54.B "\-h, \-\-help"
55Writes a brief description of the command-line options available to
56standard output and exits with status 0.
57.TP
58.B "\-v, \-\-version"
59Writes tripe's version number to standard output and exits with status
600.
61.TP
62.B "\-u, \-\-usage"
63Writes a brief usage summary to standard output and exits with status 0.
64.TP
65.BI "\-d, \-\-directory=" dir
66Make
67.I dir
68the current directory, before doing anything else. Note that all the
69other filenames (e.g., the log output file) are relative to this
70directory. The default directory, if this option is not specified, is
71taken from the environment variable
72.BR TRIPEDIR ;
73if that's not defined either, a default default of
179d8129 74.B @configdir@
060ca767 75is used.
76.TP
179d8129
MW
77.BI "\-a, \-\-admin-socket=" socket
78Connect to the named administration
060ca767 79.IR socket .
179d8129
MW
80The default socket is given by the environment variable
81.BR TRIPESOCK ;
82if that's not defined either, a default default of
83.B @socketdir@/tripesock
84is used.
85
060ca767 86.SH "SEE ALSO"
87.BR tripectl (1),
88.BR tripe\-admin (5),
89.BR tripe (8).
90.SH "AUTHOR"
91Mark Wooding, <mdw@distorted.org.uk>