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