diff options
author | June McEnroe <june@causal.agency> | 2020-08-15 16:40:15 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-15 16:40:15 -0400 |
commit | 6fb08baee3602fc28c323a8eced868fd49050d7f (patch) | |
tree | d99bb308eda4cf46fd215269c91df529cfa81dbd /catsit.8 | |
parent | Use only LOG_NOTICE and LOG_WARNING (diff) | |
download | catsit-6fb08baee3602fc28c323a8eced868fd49050d7f.tar.gz catsit-6fb08baee3602fc28c323a8eced868fd49050d7f.zip |
Rename project to catsit
Diffstat (limited to '')
-rw-r--r-- | catsit.8 (renamed from spawn.8) | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/spawn.8 b/catsit.8 index f5ecc6c..d901359 100644 --- a/spawn.8 +++ b/catsit.8 @@ -1,10 +1,10 @@ -.Dd August 13, 2020 -.Dt SPAWN 8 +.Dd August 15, 2020 +.Dt CATSIT 8 .Os . .Sh NAME -.Nm spawn -.Nd spawnd control +.Nm catsit +.Nd catsitd control . .Sh SYNOPSIS .Nm @@ -17,7 +17,7 @@ The .Nm utility controls the services managed by the -.Xr spawnd 8 +.Xr catsitd 8 daemon. It does so by writing the remainder of its command line @@ -25,7 +25,7 @@ to a named pipe. . .Pp Communication with -.Xr spawnd 8 +.Xr catsitd 8 is unidirectional. The daemon logs any feedback with syslog. @@ -70,7 +70,7 @@ so they are not interpreted by the shell. . .Sh ENVIRONMENT .Bl -tag -width Ds -.It Ev SPAWND_PIPE +.It Ev CATSITD_PIPE The path of the named pipe. The .Fl c @@ -79,19 +79,19 @@ flag overrides this variable. . .Sh FILES .Bl -tag -width Ds -.It Pa /var/run/spawnd.pipe +.It Pa /var/run/catsitd.pipe The default path of the named pipe. .El . .Sh EXAMPLES .Bd -literal -spawn start pounce/freenode -spawn status '*' -spawn USR1 'pounce/*' +catsit start pounce/freenode +catsit status '*' +catsit USR1 'pounce/*' .Ed . .Sh SEE ALSO -.Xr spawnd 8 +.Xr catsitd 8 . .Sh AUTHORS .An June Bug Aq Mt june@causal.agency |