Print this page
11586 NAME field in man pages should match what's installed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/ctype.3c.man.txt
          +++ new/usr/src/man/man3c/ctype.3c.man.txt
   1    1  CTYPE(3C)                Standard C Library Functions                CTYPE(3C)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         ctype, isalpha, isalnum, isascii, isblank, iscntrl, isdigit, islower,
   7    7         isprint, isspace, isupper, ispunct, isgraph, isxdigit, isalpha_l,
   8    8         isalnum_l, isblank_l, iscntrl_l, isdigit_l, islower_l, isprint_l,
   9      -       isspace_l, isupper_l, ispunct_l, isgraph_l isxdigit_l - character
        9 +       isspace_l, isupper_l, ispunct_l, isgraph_l, isxdigit_l - character
  10   10         handling
  11   11  
  12   12  SYNOPSIS
  13   13         #include <ctype.h>
  14   14  
  15   15         int isalpha(int c);
  16   16  
  17   17         int isalnum(int c);
  18   18  
  19   19         int isascii(int c);
↓ open down ↓ 175 lines elided ↑ open up ↑
 195  195         +--------------------+-----------------+
 196  196         |MT-Level            | MT-Safe         |
 197  197         +--------------------+-----------------+
 198  198  
 199  199  SEE ALSO
 200  200         newlocale(3C), setlocale(3C), uselocale(3C), stdio(3C), ascii(5),
 201  201         environ(5), standards(5)
 202  202  
 203  203  
 204  204  
 205      -                                March 14, 2016                       CTYPE(3C)
      205 +                                August 20, 2019                      CTYPE(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX