diff options
author | June McEnroe <june@causal.agency> | 2018-12-02 18:12:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-02 18:12:45 -0500 |
commit | 7965214d288296d9c6821f6cbe60a69db5216ed2 (patch) | |
tree | 85da6ec926e4068bfa47f02d4589312767675d43 /sandman.1 | |
parent | Fix UI resume on /url (diff) | |
download | catgirl-7965214d288296d9c6821f6cbe60a69db5216ed2.tar.gz catgirl-7965214d288296d9c6821f6cbe60a69db5216ed2.zip |
Various man page tweaks and edits
Diffstat (limited to 'sandman.1')
-rw-r--r-- | sandman.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sandman.1 b/sandman.1 index 1cd0583..0f6606b 100644 --- a/sandman.1 +++ b/sandman.1 @@ -1,6 +1,6 @@ -.Dd November 30, 2018 +.Dd December 2, 2018 .Dt SANDMAN 1 -.Os "Causal Agency" +.Os . .Sh NAME .Nm sandman @@ -13,16 +13,15 @@ .Sh DESCRIPTION .Nm is a utility for Darwin systems. -.Nm -runs the +It runs the .Ar command -in a child process +as a child process and sends it .Dv SIGTSTP and .Dv SIGCONT signals -when the computer goes to sleep +when the system goes to sleep and wakes from sleep, respectively. . |