aboutsummaryrefslogtreecommitdiff
path: root/doc/binlogsel.1
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-18 23:47:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-18 23:57:30 +0300
commit01022a35bfed28d33de9b8930068db41e487bb15 (patch)
treea33cbc2c5287346f5748d57cc02dacddb9f42dc3 /doc/binlogsel.1
parent1a11eccc579d75f4db62fce3e2ab8b709c60da51 (diff)
downloadvmod-binlog-01022a35bfed28d33de9b8930068db41e487bb15.tar.gz
vmod-binlog-01022a35bfed28d33de9b8930068db41e487bb15.tar.bz2
Minor improvement.
* src/err.h (error,packerror): Mark as printflike. * doc/binlogsel.1: Update.
Diffstat (limited to 'doc/binlogsel.1')
-rw-r--r--doc/binlogsel.110
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/binlogsel.1 b/doc/binlogsel.1
index ec7bd24..eb7bc3a 100644
--- a/doc/binlogsel.1
+++ b/doc/binlogsel.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 BINLOGSEL 1 "October 17, 2013" "BINLOGSEL" "User Reference"
+.TH BINLOGSEL 1 "October 18, 2013" "BINLOGSEL" "User Reference"
.SH NAME
binlogsel \- select records from binary logs
.SH SYNOPSIS
@@ -178,6 +178,14 @@ Show program version and exit.
.B \-v
Print information about each file before dumping it.
.SH LOADABLE MODULES
+Symbols exported from a loadable module must begin with
+\fImodname\fB_LTX_\fR, where \fImodname\fR stands for the name of the
+module without suffix (\fB.so\fR, \fB.la\fR, etc.). In the discussion
+below, the symbols
+.B binlogsel
+looks for are listed without this prefix. Thus, for example, if the
+module name is \fBstats.so\fR, the name of the module initialization
+function must be \fBstats_LTX_init\fR.
.TP
.BI "void init(char *" param ", void (*" addfn ")(const char *, const char *, const char *));"
.B [OPTIONAL]

Return to:

Send suggestions and report system problems to the System administrator.