Print this page
Clearview IPMP manpages

@@ -90,11 +90,11 @@
 
 
      The IPv4 data formats generally use the same values for data
      passed  back  in  cmsghdr  as for setsockopt() to enable the
      feature. The IPv4 data formats are  listed  below  with  the
-     assocated payload for each.
+     associated payload for each.
 
      IPPROTO_IP
      IP_RECVDSTADDR
 
          ipaddr_t, IP address

@@ -145,11 +145,11 @@
 
 
 
      The IPv6 data formats use different values for enabling  the
      option  and  for  passing the value back to the application.
-     The IPv6 data formats are listed below  with  the  assocated
+     The IPv6 data formats are listed below  with  the associated
      payload for each.
 
      IPPROTO_IPV6
      IPV6_RECVPKTINFO
 

@@ -297,16 +297,19 @@
 
      SOCK_SEQPACKET    Sequenced-packet socket
 
 
 
-     The <sys/socket.h> header defines the  following  macro  for
-     use as the level argument of setsockopt() and getsockopt().
+     The *<sys/socket.h>* header defines the following macros for
+     use  as    the  *level*   argument   of   *setsockopt()* and
+     getsockopt()*.
 
-     SOL_SOCKET    Options to be accessed at  socket  level,  not
-                   protocol level.
+     *SOL_SOCKET*  Options  to be  accessed at  the socket  level,
+                  not the protocol level.
 
+     *SOL_ROUTE*   Options to be accessed  at  the routing  socket
+                  level, not the protocol level.
 
 
      The <sys/socket.h> header defines the following  macros  for
      use  as  the  option_name  argument  in getsockopt() or set-
      sockopt() calls: