git: 70bc3f4331a1 - main - timeout(1): link to related manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jun 2023 22:38:36 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=70bc3f4331a1b6e7045ae5326cbe03428503b612
commit 70bc3f4331a1b6e7045ae5326cbe03428503b612
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-06-26 22:34:03 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-26 22:36:25 +0000
timeout(1): link to related manual pages
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/783
---
bin/timeout/timeout.1 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/timeout/timeout.1 b/bin/timeout/timeout.1
index 88ceade7409d..0282d3409d02 100644
--- a/bin/timeout/timeout.1
+++ b/bin/timeout/timeout.1
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 21, 2021
+.Dd June 26, 2023
.Dt TIMEOUT 1
.Os
.Sh NAME
@@ -194,7 +194,9 @@ $ timeout -k 5s 1m fetch \\
.Ed
.Sh SEE ALSO
.Xr kill 1 ,
-.Xr signal 3
+.Xr nohup 1 ,
+.Xr signal 3 ,
+.Xr daemon 8
.Sh HISTORY
The
.Nm