On Wed, 04 Oct 2017 21:46:47 -0700 (PDT), David Miller wrote: > From: Jakub Kicinski <[email protected]> > Date: Wed, 4 Oct 2017 20:10:02 -0700 > > > Hi! > > > > This set adds bpftool to the tools/ directory. The first > > patch renames tools/net to tools/bpf, the second one adds > > the new code, while the third adds simple documentation. > > > > v4: > > - rename docs *.txt -> *.rst (Jesper). > > v3: > > - address Alexei's comments about output and docs. > > v2: > > - report names, map ids, load time, uid; > > - add docs/man pages; > > - general cleanups & fixes. > > Series applied, although there was some trailing whitespace I had to fix > up in patch #3.
I was under the impression that the white space was required by the RST format, but I double checked and the man page looks correct. Thank you!
