Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932794AbaJVUOD (ORCPT ); Wed, 22 Oct 2014 16:14:03 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:38301 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932328AbaJVUOA (ORCPT ); Wed, 22 Oct 2014 16:14:00 -0400 MIME-Version: 1.0 In-Reply-To: <87wq7sgfah.fsf@x220.int.ebiederm.org> References: <1413978269-17274-1-git-send-email-drysdale@google.com> <1413978269-17274-4-git-send-email-drysdale@google.com> <87wq7sgfah.fsf@x220.int.ebiederm.org> From: David Drysdale Date: Wed, 22 Oct 2014 21:13:39 +0100 Message-ID: Subject: Re: [PATCHv5 man-pages 3/3] execveat.2: initial man page for execveat(2) To: "Eric W. Biederman" Cc: Andy Lutomirski , Alexander Viro , Meredydd Luff , "linux-kernel@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Kees Cook , Arnd Bergmann , X86 ML , linux-arch , Linux API Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 22, 2014 at 6:55 PM, Eric W. Biederman wrote: > David Drysdale writes: >> +.TH EXECVEAT 2 2014-04-02 "Linux" "Linux Programmer's Manual" >> +.SH NAME >> +execveat \- execute program relative to a directory file descriptor >> +.SH SYNOPSIS >> +.B #include >> +.sp >> +.BI "int execve(int " fd ", const char *" pathname "," > ^^^^^^ That needs to be execveat Ah yes, so it does -- thanks for spotting. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/