diff --git a/Changes b/Changes
index 1cf7fc82a..967de63f7 100644
--- a/Changes
+++ b/Changes
@@ -2225,4 +2225,6 @@ seen. gmtime warning still there
in include/config.h for more information.
- Fixed PRIVMSG bug with multiple targets.
- Yet another resolver fix
+- Fixed a bug with using crontab
+- Docs update
*** Unreal3.2-beta17 release *** (god save us)
diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html
index 8b8642e59..bb34aa9e6 100644
--- a/doc/unreal32docs.html
+++ b/doc/unreal32docs.html
@@ -20,8 +20,8 @@
+ Current Version: 3.2 Beta17
+ Last doc update: 2003-06-15
Head Coders: Stskeeps / codemastr / Luke / McSkaf / Syzop
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
diff --git a/ircdcron/ircdchk b/ircdcron/ircdchk
index 3975dc3f5..2e2556baa 100755
--- a/ircdcron/ircdchk
+++ b/ircdcron/ircdchk
@@ -25,7 +25,7 @@ dir="../src"
ircdexe="ircd"
# I wouldn't touch this if I were you.
-ircdname="ircd.pid"
+ircdname="../ircd.pid"
########## you probably don't need to change anything below here ##########