summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-14 21:52:54 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-14 21:52:54 +0000
commit1c71b23985ace088dd8fa01001521c3844a14c40 (patch)
tree405b8c675cd38f4a299fda20f136d6912d34291e /util
parent2cf1c1848571f11e753dec784c7323e51b00801d (diff)
Fixed bug with an edit being comitted without any changes, renamed anime check command and added small but useful note to multi.pl
git-svn-id: svn://vndb.org/vndb@85 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'util')
-rw-r--r--util/multi.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/multi.pl b/util/multi.pl
index 9a072d02..6ec3dd02 100644
--- a/util/multi.pl
+++ b/util/multi.pl
@@ -14,6 +14,9 @@
# Multi - core namespace for initialisation and global variables
#
+# NOTE: in case of errors, clearing the shared memory might work:
+# $ ipcrm -S 0x42444e56 -M 0x42444e56
+
package Multi;
use strict;