diff --git a/docs/Configuration.html b/docs/Configuration.html
index a0f12c7a..5dd8c6ab 100644
--- a/docs/Configuration.html
+++ b/docs/Configuration.html
@@ -22,7 +22,7 @@
Misc - Other files are also stored in the ~/.znc directory such as the SSL cert (znc.pem) and PidFile (znc.pid).
Local Modules - Stored in ~/.znc/modules. ZNC will look in the local module dir first when trying to load a module.
Global Modules - Stored in /usr/share/znc/modules by default.
- Binaries - znc, znc-config, and zncchk are all stored in /usr/bin by default. You can change this when you configure by using ./configure --prefix=/whatever/path/you/want
+ Binaries - znc and znc-config are stored in /usr/bin by default. You can change this when you configure by using ./configure --prefix=/whatever/path/you/want
Config File - (~/.znc/znc.conf)
@@ -30,7 +30,7 @@
- ListenPort - The port that ZNC will listen on. If the port is prepended with a '+' then ZNC listens using ssl.
- ISpoofFile - ZNC will write the ident of the user trying to connect to this file. Very useful if your shell supports oidentd.
-
- PidFile - The pid file that is needed if you want to crontab the zncchk shell script.
+
- PidFile - The pid file that is created when znc starts.
- StatusPrefix - The prefix for the status and module queries.
- User - The user definition, you can have more than one..