diff options
author | Kartik Mistry <kartik@debian.org> | 2013-05-30 12:05:37 +0530 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-30 09:56:55 +0200 |
commit | e146460e755773534ac13a9fa88e1d963fcee4cc (patch) | |
tree | eb7aeb1837b93635fdda66df7a74118936d3a67e /bpfc.8 | |
parent | 7bac55be33621dc5a382c8bd518d8120098c6cde (diff) |
man: manpages hyphen and spelling mistakes
Some fixes all over, part 1.
Signed-off-by: Kartik Mistry <kartik@debian.org>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'bpfc.8')
-rw-r--r-- | bpfc.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -293,17 +293,17 @@ directed to stdout. Compile the source file ''fubar'' into BPF opcodes, bypass basic filter validation and emit opcodes in netfilter's xt_bpf readable format. Note that the source file ''fubar'' is first passed to the C preprocessor for -textual replacments before handing over to the bpfc compiler. +textual replacements before handing over to the bpfc compiler. .PP .SS bpfc - Read bpfc instruction from stdin and emit opcodes to stdout. .PP .SS bpfc foo > bar, resp. netsniff-ng -f bar ... Compile filter instructions from file foo and redirect bpfc's output into -the file bar, that can then be read by netsniff-ng(8) through option -f. +the file bar, that can then be read by netsniff-ng(8) through option \-f. .PP .SS bpfc -f tcpdump -i fubar -Output opcodes from source file fubar in the same behavior as ''tcpdump -ddd''. +Output opcodes from source file fubar in the same behavior as ''tcpdump \-ddd''. .PP .SH LEGAL bpfc is licensed under the GNU GPL version 2.0. |