From 84dea3899f6e16fbf5ee48f18d6940dc69b325a8 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 18 Mar 2016 07:48:25 +0000
Subject: [PATCH] Rephrase a sentence on the show-client-tags page

... and add a direct link to the documentation
for the client-specific-tag directive.
---
 templates/show-client-tags | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/templates/show-client-tags b/templates/show-client-tags
index d4482187..2639692d 100644
--- a/templates/show-client-tags
+++ b/templates/show-client-tags
@@ -109,8 +109,11 @@
       <td class="box">
 	<h2>Show client tags</h2>
           <p>
-            Here you see the client tags that are or can be optionally set based for
-            client with address @client-ip-addr@:
+            This page shows the configured
+            <a title="Lookup client-specific-tag directive in the user-manual"
+             href="@user-manual@config.html#CLIENT-SPECIFIC-TAG">client-specific tags</a>,
+            and whether or not they are enabled for the address your request came from
+            (@client-ip-addr@):
           </p>
 
         @client-tags@
-- 
2.49.0