diff options
| author | Sean Eric Fagan <sef@FreeBSD.org> | 2026-07-27 19:18:36 +0000 |
|---|---|---|
| committer | Sean Eric Fagan <sef@FreeBSD.org> | 2026-07-28 09:56:17 +0000 |
| commit | 24983c4e9f9934282e8d81381095da819ad97c63 (patch) | |
| tree | d670d9c5fb0da86e446599ed63c70472166300a8 | |
| parent | 5286cbea9118f79b43fb7416d9fc4f081c400949 (diff) | |
sleep: Fix man page about IGINFO output
Reviewed by: des
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D58483
| -rw-r--r-- | bin/sleep/sleep.1 | 4 |
1 files 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 |
