pknlusr: add man page

Since pknlusr is now being installed, let's give it a man page.
This commit is contained in:
Jeremy Sowden
2020-10-22 19:30:05 +02:00
committed by Jan Engelhardt
parent 86112194da
commit 249df831b0
2 changed files with 16 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
include ../../Makefile.extra
sbin_PROGRAMS = pknlusr
man_MANS = pknlusr.8

View File

@@ -0,0 +1,15 @@
.TH pknlusr 8 "2020-10-22" "xtables-addons" "xtables-addons"
.SH NAME
.PP
pknlusr \(em userspace monitor for successful xt_pknock matches
.SH Synopsis
.PP
\fBpknlusr\fP
.SH Description
\fIxt_pknock\fP is an xtables match extension that implements so-called \fIport
knocking\fP. It can be configured to send information about each successful
match via a netlink socket to userspace. \fBpknluser\fP listens for these
notifications.
.SH See also
.PP
xtables-addons(8)