M server/modules/filesystems/filesystem.pike => server/modules/filesystems/filesystem.pike +1 -1
@@ 50,7 50,7 @@ constant module_type = MODULE_LOCATION;
constant module_name = "Filesystem";
constant module_doc = "This is a virtual filesystem, use it to make files available to "
"the users of your WWW-server. If you want to serve any 'normal' "
-"files from your server, you will have to have at least one filesystem."
+"files from your server, you will have to have at least one filesystem. "
"A file system mounted on '/' is what other servers generally call "
"<b>DOCUMENT ROOT</b>. The whole concept is somewhat different in "
"Caudium however, since you can have any number of file systems mounted in "
M server/modules/filesystems/filesystem2.pike => server/modules/filesystems/filesystem2.pike +1 -1
@@ 30,7 30,7 @@ constant module_type = MODULE_LOCATION|MODULE_EXPERIMENTAL;
constant module_name = "Filesystem v2";
constant module_doc = "This is a virtual filesystem, use it to make files available to "
"the users of your WWW-server. If you want to serve any 'normal' "
-"files from your server, you will have to have at least one filesystem."
+"files from your server, you will have to have at least one filesystem. "
"A file system mounted on '/' is what other servers generally call "
"<b>DOCUMENT ROOT</b>. The whole concept is somewhat different in "
"Caudium however, since you can have any number of file systems mounted in "