From 6b5aa6b5560eb98906462ce45a75396486c7bbf6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 22 Feb 2006 21:12:20 +0000 Subject: [PATCH] Doc improvement. --- include/econfig-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/econfig-spec.h b/include/econfig-spec.h index d54443e5..2a65fb6d 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -89,7 +89,7 @@ EMPCFBOTH("privname", privname, char *, NSC_STRING, 0, EMPCFBOTH("privlog", privlog, char *, NSC_STRING, 0, "E-mail of the deity") EMPCFBOTH("privip", privip, char *, NSC_STRING, KM_INTERNAL, - "Deities may connect from these IPs or networks") + "Deities may connect from these IPs or networks, \"\" allows all") EMPCFBOTH("WORLD_X", WORLD_X, int, NSC_INT, 0, "World size X dimension (enforced to be even by subtracting 1 if necessary)") EMPCFBOTH("WORLD_Y", WORLD_Y, int, NSC_INT, 0,