diff options
author | Kartik Mistry <kartik.mistry@gmail.com> | 2014-03-11 14:49:08 +0530 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-03-14 10:58:43 +0100 |
commit | d2fb730cb0ec29ec05af177699e1547a9b350679 (patch) | |
tree | 994c250788b92dfee1b546258cb9f83803852fd9 /bpfc.8 | |
parent | 632e1a699e5d1d3edb822b8f55c0b55b9c7e161e (diff) |
man: manpage warning fixes
Usage: man --warnings -E UTF-8 -l -Tutf8 -Z foo.8 > /dev/null
Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
Diffstat (limited to 'bpfc.8')
-rw-r--r-- | bpfc.8 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ .\" netsniff-ng - the packet sniffing beast .\" Copyright 2013 Daniel Borkmann. .\" Subject to the GPL, version 2. -.PP .TH BPFC 8 "03 March 2013" "Linux" "netsniff-ng toolkit" .SH NAME bpfc \- a Berkeley Packet Filter assembler and compiler @@ -106,7 +105,7 @@ consists of the following elements: .PP The element o is a 16 bit wide opcode that has a particular instruction encoded, jt and jf are two 8 bit wide jump targets, one for condition -''true'', one for condition ''false''. Last but not least the 32 bit wide + ''true'', one for condition ''false''. Last but not least the 32 bit wide element k contains a miscellaneous argument that can be interpreted in different ways depending on the given instruction resp. opcode. .PP |