Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3dat/dat_ep_post_recv.3dat.man.txt
          +++ new/usr/src/man/man3dat/dat_ep_post_recv.3dat.man.txt
↓ open down ↓ 95 lines elided ↑ open up ↑
  96   96  
  97   97         A Consumer must not modify the local_iov or its content until the DTO
  98   98         is completed. When a Consumer does not adhere to this rule, the
  99   99         behavior of the Provider and the underlying Transport is not defined.
 100  100         Providers that allow Consumers to get ownership of the local_iov but
 101  101         not the memory it specified back after the dat_ep_post_recv() returns
 102  102         should document this behavior and also specify its support in Provider
 103  103         attributes. This behavior allows Consumer full control of the local_iov
 104  104         content after dat_ep_post_recv() returns. Because this behavior is not
 105  105         guaranteed by all Providers, portable Consumers should not rely on this
 106      -       behavior. Consumers shouldnot rely on the Provider copying local_iov
      106 +       behavior. Consumers should not rely on the Provider copying local_iov
 107  107         information.
 108  108  
 109  109  
 110  110         The DAT_SUCCESS return of the dat_ep_post_recv() is at least the
 111  111         equivalent of posting a Receive operation directly by native Transport.
 112  112         Providers should avoid resource allocation as part of
 113  113         dat_ep_post_recv() to ensure that this operation is nonblocking and
 114  114         thread safe for an UpCall.
 115  115  
 116  116  
↓ open down ↓ 75 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX