summaryrefslogtreecommitdiff
path: root/man3/isalpha.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/isalpha.3')
-rw-r--r--man3/isalpha.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/isalpha.3 b/man3/isalpha.3
index d5504e2d..d2cbfd6b 100644
--- a/man3/isalpha.3
+++ b/man3/isalpha.3
@@ -132,15 +132,15 @@ In the
and
.B """POSIX"""
locales, these are: space, form-feed
-.RB ( '\ef' ),
+.RB ( \'\ef\' ),
newline
-.RB ( '\en' ),
+.RB ( \'\en\' ),
carriage return
-.RB ( '\er' ),
+.RB ( \'\er\' ),
horizontal tab
-.RB ( '\et' ),
+.RB ( \'\et\' ),
and vertical tab
-.RB ( '\ev' ).
+.RB ( \'\ev\' ).
.TP
.BR isupper ()
checks for an uppercase letter.