This patch
- eliminates the need to have a buffer and strcpy to it
- makes freeramdisk complain if it's given more than one argument

Regards,
Pavel Roskin
diff --git a/Changelog b/Changelog
index 8292329..004bca4 100644
--- a/Changelog
+++ b/Changelog
@@ -49,6 +49,7 @@
 	    to Pavel Roskin.
 	* Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
 	* Fixed a segfault in yes when no args were given -- Pavel Roskin.
+	* Simplified freeramdisk and added argument checking -- Pavel Roskin. 
 	* More doc updates