From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCHv10 man-pages 5/5] execveat.2: initial man page for execveat(2) Date: Sat, 10 Jan 2015 08:56:45 +0100 Message-ID: <54B0DB3D.8010300@gmail.com> References: <1416830039-21952-1-git-send-email-drysdale@google.com> <1416830039-21952-6-git-send-email-drysdale@google.com> <54AFF813.7050604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: David Drysdale Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, "Eric W. Biederman" , Andy Lutomirski , Alexander Viro , Meredydd Luff , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Andrew Morton , David Miller , Thomas Gleixner , Stephen Rothwell , Oleg Nesterov , Ingo Molnar , "H. Peter Anvin" , Kees Cook , Arnd Bergmann , Rich Felker , Christoph Hellwig , X86 ML , linux-arch , Linux API , sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arch.vger.kernel.org On 01/09/2015 07:02 PM, David Drysdale wrote: > On Fri, Jan 9, 2015 at 3:47 PM, Michael Kerrisk (man-pages) > wrote: >> On 11/24/2014 12:53 PM, David Drysdale wrote: >>> Signed-off-by: David Drysdale >>> --- >>> man2/execveat.2 | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 153 insertions(+) >>> create mode 100644 man2/execveat.2 >> >> David, >> >> Thanks for the very nicely prepared man page. I've done >> a few very light edits, and will release the version below >> with the next man-pages release. > > Many thanks, one error (of mine) in 2 places pointed out below. Well, the first error was yours. The second error was mine, when I replicated your info about AT_SYMLINK_NOFOLLOW into the ERRORS without verifying it. (Sorry about that!) Both cases fixed now. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com ([74.125.82.176]:35164 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbbAJH4z (ORCPT ); Sat, 10 Jan 2015 02:56:55 -0500 Message-ID: <54B0DB3D.8010300@gmail.com> Date: Sat, 10 Jan 2015 08:56:45 +0100 From: "Michael Kerrisk (man-pages)" MIME-Version: 1.0 Subject: Re: [PATCHv10 man-pages 5/5] execveat.2: initial man page for execveat(2) References: <1416830039-21952-1-git-send-email-drysdale@google.com> <1416830039-21952-6-git-send-email-drysdale@google.com> <54AFF813.7050604@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Drysdale Cc: mtk.manpages@gmail.com, "Eric W. Biederman" , Andy Lutomirski , Alexander Viro , Meredydd Luff , "linux-kernel@vger.kernel.org" , Andrew Morton , David Miller , Thomas Gleixner , Stephen Rothwell , Oleg Nesterov , Ingo Molnar , "H. Peter Anvin" , Kees Cook , Arnd Bergmann , Rich Felker , Christoph Hellwig , X86 ML , linux-arch , Linux API , sparclinux@vger.kernel.org Message-ID: <20150110075645.1L3y4mKfisWJrG0fbKrLh7S6OUwNZuoj3YcYG_L2_h4@z> On 01/09/2015 07:02 PM, David Drysdale wrote: > On Fri, Jan 9, 2015 at 3:47 PM, Michael Kerrisk (man-pages) > wrote: >> On 11/24/2014 12:53 PM, David Drysdale wrote: >>> Signed-off-by: David Drysdale >>> --- >>> man2/execveat.2 | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 153 insertions(+) >>> create mode 100644 man2/execveat.2 >> >> David, >> >> Thanks for the very nicely prepared man page. I've done >> a few very light edits, and will release the version below >> with the next man-pages release. > > Many thanks, one error (of mine) in 2 places pointed out below. Well, the first error was yours. The second error was mine, when I replicated your info about AT_SYMLINK_NOFOLLOW into the ERRORS without verifying it. (Sorry about that!) Both cases fixed now. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/