diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-10-12 12:54:29 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-10-12 12:55:46 +0200 |
commit | 0fd0f2356a70c1d91dcf26ebee92bf05498d1a04 (patch) | |
tree | 5c184834e40ba5347571845aa93baaad645fc812 | |
parent | 1babf99896ac86aeedaa9b9bc33ef3ea004f9a3c (diff) | |
download | conntrack-tools-0fd0f2356a70c1d91dcf26ebee92bf05498d1a04.tar.gz conntrack-tools-0fd0f2356a70c1d91dcf26ebee92bf05498d1a04.zip |
conntrack: fix missing line break in conntrack(8) manpage
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | conntrack.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index fb4336f..f485619 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -97,6 +97,7 @@ event code. Using this parameter, you can reduce the event messages generated by the kernel to those types to those that you are actually interested in. . This option can only be used in conjunction with "-E, --event". +.TP .BI "-b, --buffer-size " "value (in bytes)" Set the Netlink socket buffer size. This option is useful if the command line tool reports ENOBUFS errors. If you do not pass this option, the default value |