perlretut: Mention 'alert' for \a
authorKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 15:30:04 +0000 (09:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 17:33:21 +0000 (11:33 -0600)
pod/perlretut.pod

index 78b5636..df0865b 100644 (file)
@@ -176,7 +176,7 @@ In addition to the metacharacters, there are some ASCII characters
 which don't have printable character equivalents and are instead
 represented by I<escape sequences>.  Common examples are C<\t> for a
 tab, C<\n> for a newline, C<\r> for a carriage return and C<\a> for a
-bell.  If your string is better thought of as a sequence of arbitrary
+bell (or alert).  If your string is better thought of as a sequence of arbitrary
 bytes, the octal escape sequence, e.g., C<\033>, or hexadecimal escape
 sequence, e.g., C<\x1B> may be a more natural representation for your
 bytes.  Here are some examples of escapes: