>From 536c34c67b4149e7c83f474350d8a5fbaaa0fa6d Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Mon, 8 Apr 2013 10:03:22 +0200 Subject: [PATCH] libxt_bpf.man: Use correct shell term in man page. --- 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 4120a23..675effd 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 code as argument using command substitution (backquotes or `$()' form). .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 -- 1.7.2.5