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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3head/endian.h.3head.man.txt
          +++ new/usr/src/man/man3head/endian.h.3head.man.txt
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  NAME
   4    4       endian.h - definitions for endian routines
   5    5  
   6    6  SYNOPSIS
   7    7       #include <endian.h>
   8    8  
   9    9  DESCRIPTION
  10   10       The <endian.h> header defines functions and macros focused on converting
  11   11       data between the host machines native byte order and big or little-endian
  12   12       values.  While the manual page details the macros defined by <endian.h>,
  13      -     the functions are documented separately in endian(3C.) More information
       13 +     the functions are documented separately in endian(3C).  More information
  14   14       on endianness and a general background on the topic can be found in
  15   15       byteorder(5).
  16   16  
  17   17       The <endian.h> header defines the following macros:
  18   18  
  19   19       LITTLE_ENDIAN
  20   20               A constant used to indicate a little-endian integer.  It is
  21   21               always defined, regardless of the actual endianess of the
  22   22               underlying platform.  This macro should be used to compare
  23   23               against the BYTE_ORDER macro.
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX