The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=5dc400ff452b0259f0c50474255ebe6e5e02edb9
commit 5dc400ff452b0259f0c50474255ebe6e5e02edb9 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-07-23 06:21:08 +0000 Commit: Dag-Erling Smørgrav <[email protected]> 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
