diff options
| author | Tom Hukins <tom@FreeBSD.org> | 2023-06-26 22:34:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-06-26 22:36:25 +0000 |
| commit | 70bc3f4331a1b6e7045ae5326cbe03428503b612 (patch) | |
| tree | 29fc68f6ace0207fcadc7022318bd251d0ce3861 /bin/timeout/timeout.1 | |
| parent | f81be7a8318b178e406c12d98f78cfa2a4229af7 (diff) | |
Diffstat (limited to 'bin/timeout/timeout.1')
| -rw-r--r-- | bin/timeout/timeout.1 | 6 |
1 files 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 |
