aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index dcc3ab0b..411d24f7 100644
--- a/socket.c
+++ b/socket.c
@@ -281,7 +281,7 @@ int SockOpen(const char *host, const char *service,
report(stderr, GT_("getaddrinfo(\"%s\",\"%s\") error: %s\n"),
host, service, gai_strerror(i));
if (i == EAI_SERVICE)
- report(stderr, GT_("Try adding the --service option, see FAQ item R12.\n"));
+ report(stderr, GT_("Try adding the --service option (see also FAQ item R12).\n"));
return -1;
}