From b432a67249666bce4aa3385263660dc667d150d7 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 2 Jun 2005 11:19:54 -0500 Subject: Quotes in pod/*.pod Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686 --- pod/perlre.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pod/perlre.pod') diff --git a/pod/perlre.pod b/pod/perlre.pod index cd6056c2f6..39110ffc95 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -223,12 +223,12 @@ equivalents (if available) are as follows: =item [1] -A GNU extension equivalent to C<[ \t]>, `all horizontal whitespace'. +A GNU extension equivalent to C<[ \t]>, "all horizontal whitespace". =item [2] Not exactly equivalent to C<\s> since the C<[[:space:]]> includes -also the (very rare) `vertical tabulator', "\ck", chr(11). +also the (very rare) "vertical tabulator", "\ck", chr(11). =item [3] @@ -252,7 +252,7 @@ backslash character classes (if available), will hold: alpha IsAlpha alnum IsAlnum ascii IsASCII - blank IsSpace + blank IsSpace cntrl IsCntrl digit IsDigit \d graph IsGraph @@ -269,7 +269,7 @@ For example C<[:lower:]> and C<\p{IsLower}> are equivalent. If the C pragma is not used but the C pragma is, the classes correlate with the usual isalpha(3) interface (except for -`word' and `blank'). +"word" and "blank"). The assumedly non-obviously named classes are: -- cgit v1.2.1