about summary refs log tree commit homepage
path: root/SIGNALS
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-15 23:16:59 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-15 23:19:24 -0700
commit8f0f376e49b1b3f924ac4856ccff201b975f5f79 (patch)
tree18c4967e508e5fb61e0b1e2e2851b1ac299ddf3d /SIGNALS
parenta418c88efb4b122d381bf97bfb20f0ec2e2cc29c (diff)
downloadunicorn-8f0f376e49b1b3f924ac4856ccff201b975f5f79.tar.gz
"unicorn" (lower-case) refers to the executable script
Diffstat (limited to 'SIGNALS')
-rw-r--r--SIGNALS2
1 files changed, 1 insertions, 1 deletions
diff --git a/SIGNALS b/SIGNALS
index 79a17cc..fb05aa9 100644
--- a/SIGNALS
+++ b/SIGNALS
@@ -1,7 +1,7 @@
 == Signal handling
 
 In general, signals need only be sent to the master process.  However,
-the signals unicorn uses internally to communicate with the worker
+the signals Unicorn uses internally to communicate with the worker
 processes are documented here as well.
 
 === Master Process