From aa59b4201e702ff6bacbf77d1e140bc4588741b9 Mon Sep 17 00:00:00 2001 From: Mus M Date: Thu, 11 Aug 2016 00:51:09 -0400 Subject: [PATCH] fix output of getaddrinfo in networking and streams (#17931) fix output of getaddrinfo in networking and streams documentation for v0.5. (cherry picked from commit 068aa9d3aaae6c71b92845f8ee39feb139de0761) --- doc/manual/networking-and-streams.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/networking-and-streams.rst b/doc/manual/networking-and-streams.rst index cbaa39eba5985..de39508cdd6a6 100644 --- a/doc/manual/networking-and-streams.rst +++ b/doc/manual/networking-and-streams.rst @@ -260,5 +260,5 @@ allows you to do things like:: At the base of this functionality is :func:`getaddrinfo`, which will do the appropriate address resolution:: julia> getaddrinfo("google.com") - IPv4(74.125.226.225) + ip"74.125.226.225"