# HG changeset patch # User David Demelier # Date 1503477917 -7200 # Node ID 365bc7a3c4a331ba37aa48741c8092d6ccdde3bb # Parent 48c313b10053637bf86d8c1cc83692cbecb6b2d3 Docs: remove ambiguous default value in irccdctl.conf diff -r 48c313b10053 -r 365bc7a3c4a3 doc/examples/irccdctl.conf.sample --- a/doc/examples/irccdctl.conf.sample Wed Aug 23 09:10:14 2017 +0200 +++ b/doc/examples/irccdctl.conf.sample Wed Aug 23 10:45:17 2017 +0200 @@ -20,7 +20,7 @@ # type = "ip" # host = "localhost" # (string) host to connect, # port = "1234" # (int) port number, -# family = "ipv4 ipv6" # (string) internet family: ipv6 or ipv4 (Optional, default: ipv4). +# family = "ipv4" or "ipv6" # (string) internet family: ipv6 or ipv4 (Optional, default: ipv4). # # For unix sockets: #