Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2026 09:56:42 +0000
From:      Sean Eric Fagan <sef@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 24983c4e9f99 - main - sleep: Fix man page about IGINFO output
Message-ID:  <6a687cda.1e992.e682f42@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sef:

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

commit 24983c4e9f9934282e8d81381095da819ad97c63
Author:     Sean Eric Fagan <sef@FreeBSD.org>
AuthorDate: 2026-07-27 19:18:36 +0000
Commit:     Sean Eric Fagan <sef@FreeBSD.org>
CommitDate: 2026-07-28 09:56:17 +0000

    sleep: Fix man page about IGINFO output
    
    Reviewed by:    des
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D58483
---
 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?6a687cda.1e992.e682f42>