summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-25 17:16:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-25 17:16:58 -0400
commit2ae218333249132c54360013c7c7f8c07594fa67 (patch)
tree9a41d306c2c655bc83c8838c6a21005d6aaa19ba /doc
parent3e34d5e30d1f102efebd2d83e814992d69821b47 (diff)
correction
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_114__xmpp.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_114__xmpp.mdwn b/doc/design/assistant/blog/day_114__xmpp.mdwn
index 22d9680ac..617824d48 100644
--- a/doc/design/assistant/blog/day_114__xmpp.mdwn
+++ b/doc/design/assistant/blog/day_114__xmpp.mdwn
@@ -53,5 +53,4 @@ To make XMPP sufficiently easy to configure, I need to check SRV records to
find the XMPP server, which is an unexpected PITA because `getaddrinfo`
can't do that. There are several haskell DNS libraries that I could use for
SRV, or I could use the `host` command:
-`host -t SRV _xmpp-client._tcp.gmail.com` (but don't run that on Solaris,
-it changes the hostname..)
+`host -t SRV _xmpp-client._tcp.gmail.com`