<http://perl5.git.perl.org/perl.git/commitdiff/a746ef5c8454a216f205bf9604fdbb6ad3c7c855?hp=e1ad4fbbf905d18ff401a0e6e2c662780d917e38>
- Log -----------------------------------------------------------------
commit a746ef5c8454a216f205bf9604fdbb6ad3c7c855
Author: Lukas Mai <l.mai@web.de>
Date: Sun Feb 28 23:10:50 2016 +0100
perlport: use italics instead of colon in "don't":s (RT #127627)
-----------------------------------------------------------------------
Summary of changes:
pod/perlport.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pod/perlport.pod b/pod/perlport.pod
index d4c970a..86be9b3 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -524,7 +524,7 @@ depends on how the system had been configured. Also remember that for
things such as DHCP and NAT, the hostname you get back might not be
very useful.
-All the above "don't":s may look daunting, and they are, but the key
+All the above I<don't>s may look daunting, and they are, but the key
is to degrade gracefully if one cannot reach the particular network
service one wants. Croaking or hanging do not look very professional.
--
Perl5 Master Repository