Print this page
10229 Some man pages have incorrect cross-references

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/byteorder.3c.man.txt
          +++ new/usr/src/man/man3c/byteorder.3c.man.txt
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31       ntohs(uint16_t netshort);
  32   32  
  33   33  DESCRIPTION
  34   34       These functions convert 16-bit, 32-bit, and 64-bit quantities between
  35   35       network byte order and host byte order.  On some architectures these
  36   36       routines are defined as NULL macros in the include file <netinet/in.h>.
  37   37       On other architectures, the routines are functional when the host byte
  38   38       order is different from network byte order.
  39   39  
  40   40       These functions are most often used in conjunction with Internet
  41      -     addresses and ports as returned by gethostent(3NSL) and getservent(3NSL).
       41 +     addresses and ports as returned by gethostent(3NSL) and
       42 +     getservent(3SOCKET).
  42   43  
  43   44  MT-LEVEL
  44   45       Safe
  45   46  
  46   47  SEE ALSO
  47      -     inet.h(3HEAD), gethostent(3NSL), getservent(3NSL), attributes(5),
       48 +     inet.h(3HEAD), gethostent(3NSL), getservent(3SOCKET), attributes(5),
  48   49       byteorder(5)
  49   50  
  50   51  illumos                         August 2, 2018                         illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX