The branch main has been updated by sef: URL: https://cgit.FreeBSD.org/src/commit/?id=24983c4e9f9934282e8d81381095da819ad97c63
commit 24983c4e9f9934282e8d81381095da819ad97c63 Author: Sean Eric Fagan <[email protected]> AuthorDate: 2026-07-27 19:18:36 +0000 Commit: Sean Eric Fagan <[email protected]> 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
