diff mbox

- libxt_bpf: use correct shell term in man page description

Message ID 20130419001650.GA24191@localhost
State Accepted
Headers show

Commit Message

Pablo Neira Ayuso April 19, 2013, 12:16 a.m. UTC
On Mon, Apr 08, 2013 at 10:14:17AM +0200, Mart Frauenlob wrote:
> Hello,
> 
> use 'command substitution' as correct shell term instead of 'backticks'.
> Also mention backquotes and `$()' form.

I have applied this change to clarify this:

 that stores the number of instructions, followed by one line for each

> btw: After compiling in the git directory the nfbpf_compile binary
> is shown as new file by git. Should that be so?

I have also fixed this.

Regards.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/extensions/libxt_bpf.man b/extensions/libxt_bpf.man
index 4120a23..3dd4830 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 bytes code format (described in the example below).
 .PP
 The code format is similar to the output of the tcpdump -ddd command: one line