diff options
-rw-r--r-- | extensions/libxt_bpf.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_bpf.man b/extensions/libxt_bpf.man index 4120a23d..5b1d0424 100644 --- a/extensions/libxt_bpf.man +++ b/extensions/libxt_bpf.man @@ -2,7 +2,7 @@ Match using Linux Socket Filter. Expects a BPF program in decimal format. This is the format generated by the \fBnfbpf_compile\fP utility. .TP \fB\-\-bytecode\fP \fIcode\fP -Pass the code in backtick format as argument. +Pass the BPF byte code format (described in the example below). .PP The code format is similar to the output of the tcpdump -ddd command: one line that stores the number of instructions, followed by one line for each |