diff options
author | Curtis McEnroe | 2018-12-04 15:38:22 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-12-04 15:38:22 -0500 |
commit | b1427dd169fa27607a348cc6aae394c327ba562f (patch) | |
tree | 211744c2f4601705e0277d1d3c78810e47bc415b /sandman.1 | |
parent | e01b03c96383b9e15fe1a2929c4d19869121d0a1 (diff) |
Send only SIGHUP in sandman
Diffstat (limited to 'sandman.1')
-rw-r--r-- | sandman.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sandman.1 b/sandman.1 index 0f6606b..2cdd70b 100644 --- a/sandman.1 +++ b/sandman.1 @@ -16,14 +16,10 @@ is a utility for Darwin systems. It runs the .Ar command as a child process -and sends it -.Dv SIGTSTP -and -.Dv SIGCONT -signals -when the system goes to sleep -and wakes from sleep, -respectively. +and sends it the +.Dv SIGHUP +signal +when the system goes to sleep. . .Sh EXIT STATUS .Nm |