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/wcscoll.3c.man.txt
          +++ new/usr/src/man/man3c/wcscoll.3c.man.txt
   1    1  WCSCOLL(3C)              Standard C Library Functions              WCSCOLL(3C)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6      -       wcscoll, wcscoll_l wscoll - wide character string comparison using
        6 +       wcscoll, wcscoll_l, wscoll - wide character string comparison using
   7    7         collating information
   8    8  
   9    9  SYNOPSIS
  10   10         #include <wchar.h>
  11   11  
  12   12         int wcscoll(const wchar_t *ws1, const wchar_t *ws2);
  13   13  
  14   14         int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t loc);
  15   15  
  16   16         int wscoll(const wchar_t *ws1, const wchar_t *ws2);
↓ open down ↓ 49 lines elided ↑ open up ↑
  66   66  
  67   67         The wcscoll() and wcscoll_l() functions are Standard.  The wscoll()
  68   68         function is Committed.
  69   69  
  70   70  SEE ALSO
  71   71         newlocale(3C), setlocale(3C), uselocale(3C), wcscmp(3C), wcsxfrm(3C),
  72   72         attributes(5), standards(5)
  73   73  
  74   74  
  75   75  
  76      -                                 April 9, 2016                     WCSCOLL(3C)
       76 +                                August 20, 2019                    WCSCOLL(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX