From 70bc3f4331a1b6e7045ae5326cbe03428503b612 Mon Sep 17 00:00:00 2001 From: Tom Hukins Date: Mon, 26 Jun 2023 16:34:03 -0600 Subject: [PATCH] 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 88ceade7409..0282d3409d0 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