diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-19 16:35:37 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-19 16:36:06 +0200 |
commit | ac996232e13fa1515d3789e761082a27e82233af (patch) | |
tree | 66921611aff7f6051cc09d621f182c6754974314 /man/pinguctl.8.in | |
parent | 934919ff6ad143eb585943799f6685a34bd403b0 (diff) | |
download | pingu-ac996232e13fa1515d3789e761082a27e82233af.tar.bz2 pingu-ac996232e13fa1515d3789e761082a27e82233af.tar.xz |
man: initial man pages
Diffstat (limited to 'man/pinguctl.8.in')
-rw-r--r-- | man/pinguctl.8.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/man/pinguctl.8.in b/man/pinguctl.8.in new file mode 100644 index 0000000..dce74a6 --- /dev/null +++ b/man/pinguctl.8.in @@ -0,0 +1,38 @@ +.Dd October 19, 2011 +.Dt PINGUCTL 8 Linux +.Os + +.Sh NAME +.Nm pinguctl +.Nd pingu administration client + +.Sh SYNOPSIS +.Nm +.Op Fl a SOCKETPATH +.Op Ar command ... + +.Sh DESCRIPTION +Connects to a running pingu daemon and query status information. +.Bl -tag -width indent +.It Fl a +Use SOCKETPATH as administration socket instead of the default @DEFAULT_ADM_SOCKET@ +.El + +.Sh COMMANDS +The following commands are valid: +.Bl -tag -width indent +.It Ar gateway-status +Show the status of the gateways. +.It Ar host-status +Show the status of the hosts. +.El + + +.Sh FILES +@DEFAULT_ADM_SOCKET@ + +.Sh AUTHORS +.An Natanael Copa +.Aq ncopa@alpinelinux.org + + |