From nobody Thu Jul 23 06:21:18 2026 X-Original-To: dev-commits-src-main@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 4h5Lbz0ZmGz6mR29 for ; Thu, 23 Jul 2026 06:21:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h5Lby7430z49dm for ; Thu, 23 Jul 2026 06:21:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784787679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=O+zKTouj9vpJ8ZaNCgGxeLDFfI2N5CPcCzkb1L4UErs=; b=Hm6AL7a0w5v/hkCfzNlRegICLExgJcIrwW7/g9wr7HWbxQlP/j0QKsZQYP+F55gA9jLaAu rSu3bbZp+ZBTINJsNwRW0/+AJHAYJoVXt/bW1W21OG9GToAj7toQiAw7CK3H0WVt492tdi 2P/wsS+TTek+gNIKl9uuD/Zi50YiAcCSl5b+FWup0az7ehk20NIFInmkxzlJUojv8XmHRF wU6M/ZVWLBzsT4DsuRtDJ9O8gLwStfT6W9SsPrHvzBMR1Of8jFUJI2fnEfTt2VsvcoER6c k+4GXG92uFWP7tVps77K4R/UuRQeSEQXniDh8Cy/XXsYCXk7/9AMDZc8mn1wOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784787679; a=rsa-sha256; cv=none; b=vv7GCbGEp7KjUjWYb98utOrjqa0F79pPeoeNVz+ouuID/T9r5Aq6XguxwAEx66q2Ko+EEm JIjJshR6EKzjItY49D2wZ5pUhUdujvSNP0TVBB0m1Fh8bUK5YM0PRv6Jfeq3qKKWrKhZHX GKRYI7dQLZ0S39DLtAvCOxYWq1WjaYGm64O8W10aAIgsA8xjTVLvcCQEc82NvyG8Bl5peT tvml5rk9cPytXChi05s+QO3z+KF+TGM5+2Wk5X8kIzZ9m8K534pPeoE9cF9pjaLwgc3Vdy cV3Of4/Vo3sfFn3bXCRWu3SWWLUOC0If8E3iD8IlTibdVoX34lcqiTzvRaSfKQ== 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=1784787679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=O+zKTouj9vpJ8ZaNCgGxeLDFfI2N5CPcCzkb1L4UErs=; b=hGup38SXLgUyJaFkO42u6D6vDriDYI1fQTnAoiu6UYvhWCLPyzdcrv9kueDMX1tBuQbxjF ibCQ1Yv7Qx4uBuwBzdvzucEYRTfw138Iic/YiFz30y/DcwyV1Cq98XIpZxf5JiWfEe01KV tp191qfzWXsY21WHnymYnizJ0V8FHxH3tx2Yq+godnB3+ktNoxLO9fAf8hWxr/6DcUKZ2E LdSAZ4ryd8XnE2a9paC7+rtqtcYPKdbXHlHbwoiNpaZZM33ExlogDcrziag1Lxo0QgYWDf Ls14o7BC3hr6Q27bT4muKphjjk7cu25HpOSnZrCoZiNQkp9KUZXz5FEKXounFg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h5Lby5lsLzsvs for ; Thu, 23 Jul 2026 06:21:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1d614 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 23 Jul 2026 06:21:18 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav Subject: git: 5dc400ff452b - main - cp: Correct description of SIGINFO List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: des X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5dc400ff452b0259f0c50474255ebe6e5e02edb9 Auto-Submitted: auto-generated Date: Thu, 23 Jul 2026 06:21:18 +0000 Message-Id: <6a61b2de.1d614.6b497549@gitrepo.freebsd.org> The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=5dc400ff452b0259f0c50474255ebe6e5e02edb9 commit 5dc400ff452b0259f0c50474255ebe6e5e02edb9 Author: Dag-Erling Smørgrav AuthorDate: 2026-07-23 06:21:08 +0000 Commit: Dag-Erling Smørgrav CommitDate: 2026-07-23 06:21:08 +0000 cp: Correct description of SIGINFO The manual page claimed that SIGINFO caused information to be printed to stdout, when in fact it is printed to stderr, as one would expect. This has been true ever since the feature was first added in 2003. MFC after: 1 week Fixes: 00d321a2b395 ("Add a SIGINFO handler.") Reviewed by: jilles Differential Revision: https://reviews.freebsd.org/D58392 --- bin/cp/cp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index e31eb07ecd92..cb3728113c91 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 9, 2026 +.Dd July 22, 2026 .Dt CP 1 .Os .Sh NAME @@ -269,7 +269,7 @@ receives a argument for .Xr stty 1 ) signal, the current input and output file and the percentage complete -will be written to the standard output. +will be written to the standard error output. .Sh EXIT STATUS .Ex -std .Sh EXAMPLES