Date: Sun, 02 Aug 2026 20:01:08 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8a9ae26afca3 - stable/14 - cp: Correct description of SIGINFO Message-ID: <6a6fa204.30179.5611d47e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=8a9ae26afca3b69050b8464bebb79011eb76abe5 commit 8a9ae26afca3b69050b8464bebb79011eb76abe5 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-07-23 06:21:08 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-08-02 20:00:36 +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 (cherry picked from commit 5dc400ff452b0259f0c50474255ebe6e5e02edb9) --- 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 90b1a158a131..659f45e56f6b 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -31,7 +31,7 @@ .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 .\" -.Dd March 28, 2024 +.Dd July 22, 2026 .Dt CP 1 .Os .Sh NAME @@ -261,7 +261,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 EXAMPLEShome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a6fa204.30179.5611d47e>
