add man page for rad_counter
authorAlan Buxey <alan.buxey@gmail.com>
Mon, 19 Sep 2016 10:39:54 +0000 (11:39 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Sep 2016 11:48:38 +0000 (07:48 -0400)
man/man1/rad_counter.1 [new file with mode: 0644]

diff --git a/man/man1/rad_counter.1 b/man/man1/rad_counter.1
new file mode 100644 (file)
index 0000000..1f56e7c
--- /dev/null
@@ -0,0 +1,43 @@
+.TH RAD_COUNTER 1 "19 September 2016" "" "FreeRADIUS Daemon"
+.SH NAME
+rad_counter - Query and maintain FreeRADIUS rlm_counter DB file.
+
+This tool is deprecated
+
+.SH SYNOPSIS
+.B rad_counter
+.RB [ \--file
+.IR counter_filename ]
+.RB [ \--user
+.IR username ]
+.RB [ \--match
+.IR <regex> ]
+.RB [ \--reset 
+.IR number]
+.RB [ \--help ]
+.RB [ \--
+.IR(hours|minutes|seconds) ]
+
+.SH DESCRIPTION
+\fBrad_counter\fP is a tool that can query and maintain FreeRADIUS rlm_counter DB files.
+.PP
+
+.SH OPTIONS
+
+.IP \--file=
+Counter DB filename.
+.IP \--user=\ \fIusername\fP
+Information for specific user.
+.IP \--match=\ \fI<regex>\fP
+Information for matching users.
+.IP \--reset=\ \fInumber\fP
+Reset counter to <number>. If divisor is set use it, else <number> means seconds.
+.IP \--help
+Show the help screen.
+.IP \--(hours\ |\ minutes\ |\ seconds)
+Specify information divisor.
+
+.SH SEE ALSO
+radiusd(8)
+.SH AUTHORS
+Alan DeKok <aland@freeradius.org>