perlfunc/gethostbyname: Add missing C in C<>
authorFather Chrysostomos <sprout@cpan.org>
Sun, 28 Aug 2011 00:33:46 +0000 (17:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Aug 2011 00:46:08 +0000 (17:46 -0700)
pod/perlfunc.pod

index 84afca8..f97e79a 100644 (file)
@@ -2420,7 +2420,7 @@ you can write this:
         $ip_address = inet_ntoa($packed_ip);
     }
 
-Make sure <gethostbyname()> is called in SCALAR context and that
+Make sure C<gethostbyname()> is called in SCALAR context and that
 its return value is checked for definedness.
 
 If you get tired of remembering which element of the return list