git: 51acd75a12dd - stable/14 - sleep: Fix man page about IGINFO output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 21:25:24 UTC
The branch stable/14 has been updated by sef:
URL: https://cgit.FreeBSD.org/src/commit/?id=51acd75a12ddb8fbd738f0b20f882eb8af1f24d9
commit 51acd75a12ddb8fbd738f0b20f882eb8af1f24d9
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:25:09 +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 | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 74c471ef6651..7bcf04ef9852 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -29,9 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)sleep.1 8.3 (Berkeley) 4/18/94
-.\"
-.Dd May 25, 2022
+.Dd July 27, 2026
.Dt SLEEP 1
.Os
.Sh NAME
@@ -62,7 +60,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