From 4acf2281138f4e729335a6dcf707382cfd712ed3 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 23 Nov 2007 21:51:00 +0100 Subject: [PATCH] Clarify meaning of some serverhide options. --- doc/reference.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index 768ce0b..e027758 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -658,8 +658,9 @@ channel { /* The serverhide block contains the options regarding serverhiding */ serverhide { - /* flatten links: this option will show all servers in /links appear - * that they are linked to this current server + /* flatten links: this option will hide various routing information + * and make all servers in /links appear that they are linked to + * this server. */ flatten_links = no; @@ -668,8 +669,8 @@ serverhide { */ links_delay = 5 minutes; - /* hidden: hide this server from a /links output on servers that - * support it. this allows hub servers to be hidden etc. + /* hidden: hide this server from a /links output on servers with + * flatten_links enabled. this allows hub servers to be hidden etc. */ hidden = no;