Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2026 06:21:18 +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-main@FreeBSD.org
Subject:   git: 5dc400ff452b - main - cp: Correct description of SIGINFO
Message-ID:  <6a61b2de.1d614.6b497549@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=5dc400ff452b0259f0c50474255ebe6e5e02edb9

commit 5dc400ff452b0259f0c50474255ebe6e5e02edb9
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-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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a61b2de.1d614.6b497549>