From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH v8 net-next 2/2] net: filter: split filter.h and expose eBPF to user space Date: Sat, 30 Aug 2014 08:22:19 +0200 Message-ID: <54016D9B.5070905@redhat.com> References: <1409171833-6979-1-git-send-email-ast@plumgrid.com> <1409171833-6979-3-git-send-email-ast@plumgrid.com> <5400BAB7.80001@redhat.com> <5400FDA0.7000704@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alexei Starovoitov Cc: Alexei Starovoitov , "David S. Miller" , Ingo Molnar , Linus Torvalds , Andy Lutomirski , Steven Rostedt , Chema Gonzalez , Eric Dumazet , Peter Zijlstra , Brendan Gregg , Namhyung Kim , "H. Peter Anvin" , Andrew Morton , Kees Cook , Linux API , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: linux-api@vger.kernel.org On 08/30/2014 01:01 AM, Alexei Starovoitov wrote: ... > btw, I've spent last two days writing syscall manpage :( > What is the best way to present it for review? > If I just attach it raw, it's unreadable... I can include a link > to html page, but man2html produces ugly pages comparing > to what 'man' command shows. Any nice man converters > that generate stuff seen on man7.org ? What about : man foo > bar And then copy that into your mail client?