From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3ABFC3DA7A for ; Mon, 2 Jan 2023 03:47:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229453AbjABDrw (ORCPT ); Sun, 1 Jan 2023 22:47:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjABDrv (ORCPT ); Sun, 1 Jan 2023 22:47:51 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A67925F7 for ; Sun, 1 Jan 2023 19:47:50 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ECADCB80C70 for ; Mon, 2 Jan 2023 03:47:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A2CBCC433F1 for ; Mon, 2 Jan 2023 03:47:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672631267; bh=Zw5q0/wHlqs5pq+59LYoqyH8SJcy19WvixuofazqGLQ=; h=From:To:Subject:Date:From; b=qIY3p3C8k9VeNN/KgXoWWwStg6gbovv46/zQTzI6UakKraXQ0nrxI79tRDulwE7YB hE7Bao+yUKKhWBVNIOFaOY+/RY8Pv6KJP0kbsFW91q10ot9Fl9/fsKCGg/38PpJ6ck p4AIkT9ZxQu8XqwFKlyzC6PJRUzXLUH8AfubO2dL6f3IKYMij2mRaPzkwPPT7JqXfX NRTYPEGTJG0R8zTrQXX8ZccyaElYa+QFgm5/uo1dp3xVGcomSEy5I1r+Oj8GlfmkqP xeAazq5Y5rw9RaIcsSmLB8/kkaVwma4uRB9DIwFNoi7b5bzFN+2tCpEvfS3bqlFWej Qit1mhpcLAvXQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 89183C43145; Mon, 2 Jan 2023 03:47:47 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-man@vger.kernel.org Subject: [Bug 216876] New: prototype for execveat() in the documentation appears wrong Date: Mon, 02 Jan 2023 03:47:47 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: AssignedTo documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Product: Documentation X-Bugzilla-Component: man-pages X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: low X-Bugzilla-Who: markgaleck@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cf_regression Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=3D216876 Bug ID: 216876 Summary: prototype for execveat() in the documentation appears wrong Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: low Priority: P1 Component: man-pages Assignee: documentation_man-pages@kernel-bugs.osdl.org Reporter: markgaleck@gmail.com Regression: No prototype for execveat() in the documentation is: int execveat(int dirfd, const char *pathname, const char *const argv[], const char *const envp[], int flags); This appears to be inconsistent with similar functions, other documentation, and my sources (latest Ubuntu distribution).=20 I think two of the "const" should be dropped so that we should have: int execveat(int dirfd, const char *pathname, char *const argv[], char *const envp[], int flags); --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=