From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753505Ab2A0Say (ORCPT ); Fri, 27 Jan 2012 13:30:54 -0500 Received: from terminus.zytor.com ([198.137.202.10]:48979 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752553Ab2A0Sax (ORCPT ); Fri, 27 Jan 2012 13:30:53 -0500 Message-ID: <4F22ED34.4060204@zytor.com> Date: Fri, 27 Jan 2012 10:30:12 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Cyrill Gorcunov CC: Andi Kleen , LKML , Andrew Morton , "Eric W. Biederman" , Pavel Emelyanov , KOSAKI Motohiro , Pavel Emelyanov , Andrey Vagin , KOSAKI Motohiro , Ingo Molnar , Thomas Gleixner , Glauber Costa , Tejun Heo , Matt Helsley , Pekka Enberg , Eric Dumazet , Vasiliy Kulikov , Alexey Dobriyan , Valdis.Kletnieks@vt.edu, mtk.manpages@gmail.com Subject: Re: [RFC c/r 2/4] [RFC] syscalls, x86: Add __NR_kcmp syscall v7 References: <20120127175342.273260614@openvz.org> <20120127175939.795551339@openvz.org> <20120127181525.GD11715@one.firstfloor.org> <20120127182403.GG11086@moon> In-Reply-To: <20120127182403.GG11086@moon> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/27/2012 10:24 AM, Cyrill Gorcunov wrote: > > Sure, I'll try to (btw, where I should send it to? And in which > format novadays mans are written? In plain old troff or some > human readable asciidocs?) And... should I post man page > on LKML as well? > Normally they're written using the mandoc macro set in *roff. Michael Kerrisk (mtk) is the authority on how to do things. -hpa