chiark / gitweb /
doc/.gitignore: Make the patterns more general.
[tripe] / mon / tripemon.1.in
CommitLineData
060ca767 1.\" -*-nroff-*-
2.\".
fc916a09
MW
3.\" Manual for the graphical monitor
4.\"
5.\" (c) 2008 Straylight/Edgeware
6.\"
7.
8.\"----- Licensing notice ---------------------------------------------------
9.\"
10.\" This file is part of Trivial IP Encryption (TrIPE).
11.\"
12.\" TrIPE is free software; you can redistribute it and/or modify
13.\" it under the terms of the GNU General Public License as published by
14.\" the Free Software Foundation; either version 2 of the License, or
15.\" (at your option) any later version.
16.\"
17.\" TrIPE is distributed in the hope that it will be useful,
18.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
19.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20.\" GNU General Public License for more details.
21.\"
22.\" You should have received a copy of the GNU General Public License
23.\" along with TrIPE; if not, write to the Free Software Foundation,
24.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25.
26.\"--------------------------------------------------------------------------
e99aedcf 27.so ../common/defs.man \" @@@PRE@@@
fc916a09
MW
28.
29.\"--------------------------------------------------------------------------
0647ba7c 30.TH tripemon 1tripe "4 October 2005" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"
fc916a09
MW
31.
32.\"--------------------------------------------------------------------------
060ca767 33.SH "NAME"
fc916a09 34.
060ca767 35tripemon \- graphical monitor for tripe
fc916a09
MW
36.
37.\"--------------------------------------------------------------------------
060ca767 38.SH "SYNOPSIS"
fc916a09 39.
060ca767 40.B tripemon
41.RB [ \-d
42.IR dir ]
43.RB [ \-a
44.IR socket ]
fc916a09
MW
45.
46.\"--------------------------------------------------------------------------
060ca767 47.SH "DESCRIPTION"
fc916a09 48.
060ca767 49The
50.B tripemon
51program is a fairly simple graphical monitor program for TrIPE. It's
52not ever-so user-friendly in some ways, but it works fairly well. A
e04c2d50 53perusal of
060ca767 54.BR tripe-admin (5)
55would help you understand it better. That said, describing the program
56in detail is probably less interesting than letting you explore it for
57yourself.
58.PP
59The command-line options available are:
60.TP
61.B "\-h, \-\-help"
62Writes a brief description of the command-line options available to
63standard output and exits with status 0.
64.TP
984b6d33 65.B "\-\-version"
060ca767 66Writes tripe's version number to standard output and exits with status
670.
68.TP
060ca767 69.BI "\-d, \-\-directory=" dir
70Make
71.I dir
72the current directory, before doing anything else. Note that all the
73other filenames (e.g., the log output file) are relative to this
74directory. The default directory, if this option is not specified, is
75taken from the environment variable
76.BR TRIPEDIR ;
77if that's not defined either, a default default of
f7b5d108 78.B \*(/c
060ca767 79is used.
80.TP
179d8129
MW
81.BI "\-a, \-\-admin-socket=" socket
82Connect to the named administration
060ca767 83.IR socket .
179d8129
MW
84The default socket is given by the environment variable
85.BR TRIPESOCK ;
86if that's not defined either, a default default of
f7b5d108 87.B \*(/s/tripesock
179d8129
MW
88is used.
89
fc916a09
MW
90.
91.\"--------------------------------------------------------------------------
060ca767 92.SH "SEE ALSO"
fc916a09 93.
060ca767 94.BR tripectl (1),
95.BR tripe\-admin (5),
96.BR tripe (8).
fc916a09
MW
97.
98.\"--------------------------------------------------------------------------
060ca767 99.SH "AUTHOR"
fc916a09 100.
060ca767 101Mark Wooding, <mdw@distorted.org.uk>
fc916a09
MW
102.
103.\"----- That's all, folks --------------------------------------------------