From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751204AbaH3GWy (ORCPT ); Sat, 30 Aug 2014 02:22:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16126 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbaH3GWw (ORCPT ); Sat, 30 Aug 2014 02:22:52 -0400 Message-ID: <54016D9B.5070905@redhat.com> Date: Sat, 30 Aug 2014 08:22:19 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 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" Subject: Re: [PATCH v8 net-next 2/2] net: filter: split filter.h and expose eBPF to user space 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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?