]>
Commit | Line | Data |
---|---|---|
224c7076 A |
1 | --- isalnum.3 2004-11-25 11:38:17.000000000 -0800 |
2 | +++ isalnum.3.edit 2006-08-09 13:19:45.000000000 -0700 | |
3 | @@ -59,14 +59,14 @@ | |
4 | For single C | |
5 | .Va char Ns s | |
6 | locales (see | |
7 | -.Xr multibyte 3 ) | |
8 | +.Xr multibyte 3 ) , | |
9 | the value of the argument is | |
10 | representable as an | |
11 | .Li unsigned char | |
12 | or the value of | |
13 | .Dv EOF . | |
14 | In the ASCII character set, this includes the following characters | |
15 | -(with their numeric values shown in octal): | |
16 | +(preceded by their numeric values, in octal): | |
17 | .Pp | |
18 | .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ | |
19 | .It "\&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''" | |
20 | @@ -100,6 +100,7 @@ | |
21 | function should be used instead. | |
22 | .Sh SEE ALSO | |
23 | .Xr ctype 3 , | |
24 | +.Xr isalnum_l 3 , | |
25 | .Xr isalpha 3 , | |
3d9156a7 A |
26 | .Xr isdigit 3 , |
27 | .Xr iswalnum 3 , |