Hello,
find attached a trivial documentation fix.
cu andreas
>From aa79cfa6d290f84b96a73b520448cc0f16c515b4 Mon Sep 17 00:00:00 2001
From: Andreas Metzler <ametzler@???>
Date: Sun, 8 Jan 2012 12:01:08 +0100
Subject: [PATCH 2/2] don't use the same address twice in example
This example did not make sense, there is no use in listing the same IP
address twice. (Found by Regid Ichira <http://bugs.debian.org/653750>
---
doc/doc-docbook/spec.xfpt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index fb0ec74..670921a 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -12262,7 +12262,7 @@ local_interfaces = 0.0.0.0 : 127.0.0.1.26
.endd
To specify listening on the default port on specific interfaces only:
.code
-local_interfaces = 192.168.34.67 : 192.168.34.67
+local_interfaces = 192.168.34.66 : 192.168.34.67
.endd
&*Warning*&: Such a setting excludes listening on the loopback interfaces.
--
1.7.2.5