From nobody Tue Sep 24 17:07:56 2024 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XCmWx2ZTxz5Y49L; Tue, 24 Sep 2024 17:07:57 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XCmWx1kSPz4Rsl; Tue, 24 Sep 2024 17:07:57 +0000 (UTC) (envelope-from brooks@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1727197677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AJ81hgUfZwzNNy2mv2Y7c+WcCvirOA0rt0IkQ2wAoVA=; b=ysZR1p4aDb6wixoh1RWAunS441QyjXZ7AzG+6sm+2G3vV2tjUyUaju8kxqzOKPsOgjmHu2 9T13CNuVUPOq/Hk+vrf9LTGycMTVuNvVqjXZ303MDDnU91y3eMqhRe2BYcDA6C7WD94pDv x5edLbhgYHrDOphjZPD1qSmT88Fu4KdRlDVvPlQgv2iPDsQvGHseq5aJLI7YnqTfYQgKle wDqn/S7ZpJcJI1Z237O8U5AnU60QYTdQ7ttXa9ceGPNphnXCg3JrA9gvSmDKXd1kCWjVad ofKB3CMl3ao6XQJSM0DyBjwsmRTpcgKH2bkKDuj0SISOA68EbODfl/KftWOnpw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1727197677; a=rsa-sha256; cv=none; b=esEbPgnDhhh8vb0U/t15ewg27c/bgnWLpdIWHcHgF/dQzQe6H93e1Rm95Y318KGXJ2nfva gqwG6AayJy2ikQ7rmSwDJhvdgUTCkem/HA4B7jD0ZhDlf+d+Sp9W/f3diK76RPAAkI/bML GvlY6Q+Lik0XH9mSqtV5jxSWEAg+iwR171pcwZr7Ki1KUttBLgzf37NiJZ/ZoxogSshmCE X3FT9ZCsF5zXKugo4ufcu/dsLxDiuiX5RVmPoFrRAOA8KOluFs5VppZVma6P2jyM1zF7E1 G7Wu74FLI7yZ8Dw0/JI9i3f/iQqG3nQYTKC5nfRRHcI3QA6bZQOW59485IKhGg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1727197677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AJ81hgUfZwzNNy2mv2Y7c+WcCvirOA0rt0IkQ2wAoVA=; b=I+RtdceGy2dflW/fhfySiNXTgz6o2zxajI8lPLo4JA39vvlxAVkxnlsw+fTO5RqWBfWyZf 3+jDJRwYfNsAVN+Cej+qwrZQ5hp2bJI0HEFqtJzYIJ8kUtPLeY+1h4CCo1uBgMWjlDzqCK g/FDIKr9KrU8EJN/fbHQj1ZIw+krgPBe1QcS+KvN+9YQSYoRaitthPVJzbJXASZg3Z/svH wsU4ZYQ+rLW3tfTMTrlvVK1kAzYxVYKmN++2jUwTS6diCB0X4wDc6dgk7wv9jNTYq1GMkm J+xCKA0RLqbZluGKXli22fGNMK140axIJFwrQaeZ87oLp//mCyapwUjgf7frvg== Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: brooks/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4XCmWx10zqzLfW; Tue, 24 Sep 2024 17:07:57 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 729443C019B; Tue, 24 Sep 2024 17:07:56 +0000 (UTC) Date: Tue, 24 Sep 2024 17:07:56 +0000 From: Brooks Davis To: Gordon Bergling Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 044f94adff55 - main - timeout(1): Update STANDARDS section Message-ID: References: <202409241642.48OGgoWH040751@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202409241642.48OGgoWH040751@gitrepo.freebsd.org> On Tue, Sep 24, 2024 at 04:42:50PM +0000, Gordon Bergling wrote: > The branch main has been updated by gbe: > > URL: https://cgit.FreeBSD.org/src/commit/?id=044f94adff55f13130f03c0c170fa879c8febb5b > > commit 044f94adff55f13130f03c0c170fa879c8febb5b > Author: Gordon Bergling > AuthorDate: 2024-09-24 16:42:18 +0000 > Commit: Gordon Bergling > CommitDate: 2024-09-24 16:42:18 +0000 > > timeout(1): Update STANDARDS section > > Update the STANDARDS section for timeout(1) to > POSIX 1003.1-2024. > > Update mandoc to be able to render the > new POSIX macro. This should not have been a single commit. mandoc should have been updated first in it's own commit, ideally referencing the upstream commit or better as a full update of mandoc from upstream. -- Brooks