Print this page
13175 Add support for IP_RECVTOS
13182 CMSG_ macros should have man pages
Change-ID: I784aa36cfd3c17e3cccbf1fd329fa7e69b663ef9

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3head/Makefile
          +++ new/usr/src/man/man3head/Makefile
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107                  utmpx.h.3head           \
 108  108                  utsname.h.3head         \
 109  109                  values.h.3head          \
 110  110                  wait.h.3head            \
 111  111                  wchar.h.3head           \
 112  112                  wctype.h.3head          \
 113  113                  wordexp.h.3head         \
 114  114                  xlocale.h.3head
 115  115  
 116  116  MANLINKS=       \
      117 +                CMSG_DATA.3head \
      118 +                CMSG_FIRSTHDR.3head \
      119 +                CMSG_LEN.3head \
      120 +                CMSG_NXTHDR.3head \
      121 +                CMSG_SPACE.3head \
 117  122                  LIST_CLASS_ENTRY.3head \
 118  123                  LIST_CLASS_HEAD.3head \
 119  124                  LIST_CONCAT.3head \
 120  125                  LIST_EMPTY.3head \
 121  126                  LIST_ENTRY.3head \
 122  127                  LIST_FIRST.3head \
 123  128                  LIST_FOREACH.3head \
 124  129                  LIST_FOREACH_FROM.3head \
 125  130                  LIST_FOREACH_FROM_SAFE.3head \
 126  131                  LIST_FOREACH_SAFE.3head \
↓ open down ↓ 161 lines elided ↑ open up ↑
 288  293                  utime.3head             \
 289  294                  utmpx.3head             \
 290  295                  utsname.3head           \
 291  296                  values.3head            \
 292  297                  wait.3head              \
 293  298                  wchar.3head             \
 294  299                  wctype.3head            \
 295  300                  wordexp.3head           \
 296  301                  xlocale.3head
 297  302  
      303 +CMSG_DATA.3head := LINKSRC = socket.h.3head
      304 +CMSG_FIRSTHDR.3head := LINKSRC = socket.h.3head
      305 +CMSG_LEN.3head := LINKSRC = socket.h.3head
      306 +CMSG_NXTHDR.3head := LINKSRC = socket.h.3head
      307 +CMSG_SPACE.3head := LINKSRC = socket.h.3head
 298  308  LIST_CLASS_ENTRY.3head := LINKSRC = queue.h.3head
 299  309  LIST_CLASS_HEAD.3head := LINKSRC = queue.h.3head
 300  310  LIST_CONCAT.3head := LINKSRC = queue.h.3head
 301  311  LIST_EMPTY.3head := LINKSRC = queue.h.3head
 302  312  LIST_ENTRY.3head := LINKSRC = queue.h.3head
 303  313  LIST_FIRST.3head := LINKSRC = queue.h.3head
 304  314  LIST_FOREACH.3head := LINKSRC = queue.h.3head
 305  315  LIST_FOREACH_FROM.3head := LINKSRC = queue.h.3head
 306  316  LIST_FOREACH_FROM_SAFE.3head := LINKSRC = queue.h.3head
 307  317  LIST_FOREACH_SAFE.3head := LINKSRC = queue.h.3head
↓ open down ↓ 177 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX