diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 00:25:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 00:25:42 +0000 |
commit | 1d3c857210e27e9f90b0c70e672a8b8f1f2c3105 (patch) | |
tree | faaf048f6d21d0eab794c4c99d96e7ed37369d4c /manual | |
parent | 4c23fed5d5e4c4f78e0b3a4742a22e7dc8a28d6b (diff) | |
download | glibc-1d3c857210e27e9f90b0c70e672a8b8f1f2c3105.tar glibc-1d3c857210e27e9f90b0c70e672a8b8f1f2c3105.tar.gz glibc-1d3c857210e27e9f90b0c70e672a8b8f1f2c3105.tar.bz2 glibc-1d3c857210e27e9f90b0c70e672a8b8f1f2c3105.zip |
Use www.gnu.org as example hostname in manual (bug 10014).
Diffstat (limited to 'manual')
-rw-r--r-- | manual/socket.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/socket.texi b/manual/socket.texi index a08ac4c675..b12c591311 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -809,7 +809,7 @@ numeric host addresses as sequences of up to eight numbers separated by colons, as in @samp{5f03:1200:836f:c100::1}. Each computer also has one or more @dfn{host names}, which are strings -of words separated by periods, as in @samp{mescaline.gnu.org}. +of words separated by periods, as in @samp{www.gnu.org}. Programs that let the user specify a host typically accept both numeric addresses and host names. To open a connection a program needs a |