diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-13 10:29:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-13 10:29:56 +0000 |
commit | 86feb2c5020849c60df097178dd21ab793b7c689 (patch) | |
tree | 8c5cdcd725a9faf575f2da4f15f96c5c9d2c0c83 | |
parent | a03dbf46a8e47279d689ffe83a25f769cc8bec41 (diff) | |
download | perl-86feb2c5020849c60df097178dd21ab793b7c689.tar.gz |
One tweak from Dave Mitchell.
p4raw-id: //depot/perl@20673
-rw-r--r-- | pod/perlport.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index c6f0c4a643..74cf721317 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -501,8 +501,8 @@ Don't assume that you can reach yourself or any node by the name 'localhost'. The same goes for '127.0.0.1'. You will have to try both. -Don't assume that the host has only network card, or that it can't -bind to many virtual IP addresses. +Don't assume that the host has only one network card, or that it +can't bind to many virtual IP addresses. Don't assume a particular network device name. |