Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 21:23:04 +0000
From:      Sean Eric Fagan <sef@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fc0d50a6d9ad - stable/15 - sleep: Fix man page about IGINFO output
Message-ID:  <6a73a9b8.43e6a.24867db3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by sef:

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

commit fc0d50a6d9ad4c9391343ba357b17f51fbfabd47
Author:     Sean Eric Fagan <sef@FreeBSD.org>
AuthorDate: 2026-07-27 19:18:36 +0000
Commit:     Sean Eric Fagan <sef@FreeBSD.org>
CommitDate: 2026-08-05 21:22:56 +0000

    sleep: Fix man page about IGINFO output
    
    Reviewed by:    des
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D58483
    
    (cherry picked from commit 24983c4e9f9934282e8d81381095da819ad97c63)
---
 bin/sleep/sleep.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index c9069a015706..5d840fc44323 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 22, 2024
+.Dd July 27, 2026
 .Dt SLEEP 1
 .Os
 .Sh NAME
@@ -65,7 +65,7 @@ command receives a signal, it takes the standard action.
 When the
 .Dv SIGINFO
 signal is received, the estimate of the amount of seconds left to
-sleep is printed on the standard output.
+sleep is printed on the standard error output.
 .Sh IMPLEMENTATION NOTES
 The
 .Dv SIGALRM


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a73a9b8.43e6a.24867db3>