aboutsummaryrefslogtreecommitdiff
path: root/doc/binlogcat.1
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-17 22:27:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-17 22:27:16 +0300
commit803128db75e3efea8cd7be29732a7b4315205d13 (patch)
tree713699a3724f905ca3dd740c386c9ffdb75e94a7 /doc/binlogcat.1
parentaad0ead6ae1bb56953642eac584d9a5f1dc6d72e (diff)
downloadvmod-binlog-803128db75e3efea8cd7be29732a7b4315205d13.tar.gz
vmod-binlog-803128db75e3efea8cd7be29732a7b4315205d13.tar.bz2
binlogsel: add loadable module support
* Makefile.am (SUBDIRS): Add libltdl * configure.ac: Configure ltdl * src/Makefile.am (binlogsel_LDADD): Add LIBLTDL. (binlogsel_CPPFLAGS): New variable. * src/binlogcat.c (catlog): Bugfix. * src/binlogsel.c: Allow for multiple intervals. Support loadable modules. * doc/binlogcat.1: Update. * doc/binlogsel.1: Update. * doc/vmod-binlog.3: Update.
Diffstat (limited to 'doc/binlogcat.1')
-rw-r--r--doc/binlogcat.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/binlogcat.1 b/doc/binlogcat.1
index 5707860..886d842 100644
--- a/doc/binlogcat.1
+++ b/doc/binlogcat.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
-.TH BINLOGCAT 1 "October 16, 2013" "BINLOGCAT" "User Reference"
+.TH BINLOGCAT 1 "October 17, 2013" "BINLOGCAT" "User Reference"
.SH NAME
binlogcat \- print binary log files in human-readable form
.SH SYNOPSIS
@@ -22,7 +22,7 @@ binlogcat \- print binary log files in human-readable form
The
.B binlogcat
utility displays on standard output binary log files created by
-.BR vmod-binlog (3).
+.BR vmod\-binlog (3).
If no \fIFILE\fR is given on the command line, the utility will read
the binary data from its standard input.
.PP
@@ -48,7 +48,7 @@ Print a short help summary.
.BR \-V
Show program version and exit.
.SH "SEE ALSO"
-.BR vmod-binlog (3),
+.BR vmod\-binlog (3),
.BR binlogsel (1),
.BR vcl (7),
.BR varnishd (1).

Return to:

Send suggestions and report system problems to the System administrator.