Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/t_sndvudata.3nsl.man.txt
          +++ new/usr/src/man/man3nsl/t_sndvudata.3nsl.man.txt
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71         If the amount of data specified in  iov0 through iov [iovcount-1]
  72   72         exceeds the TSDU size as returned in the  tsdu field of the  info
  73   73         argument of t_open(3NSL) or  t_getinfo(3NSL), or is zero and sending of
  74   74         zero octets is not supported by the underlying transport service, a
  75   75         TBADDATA error is generated.  If  t_sndvudata() is called before the
  76   76         destination user has activated its transport endpoint (see
  77   77         t_bind(3NSL)), the data unit may be discarded.
  78   78  
  79   79  
  80   80         If it is not possible for the transport provider to immediately detect
  81      -       the conditions that cause the errors TBADDADDR and TBADOPT, these
  82      -       errors will alternatively be returned by  t_rcvuderr(3NSL). An
  83      -       application must therefore be prepared to receive these errors in both
  84      -       of these ways.
       81 +       the conditions that cause the errors TBADADDR and TBADOPT, these errors
       82 +       will alternatively be returned by  t_rcvuderr(3NSL). An application
       83 +       must therefore be prepared to receive these errors in both of these
       84 +       ways.
  85   85  
  86   86  RETURN VALUES
  87   87         Upon successful completion, a value of  0 is returned. Otherwise, a
  88   88         value of  -1 is returned and  t_errno is set to indicate an error.
  89   89  
  90   90  VALID STATES
  91   91         T_IDLE.
  92   92  
  93   93  ERRORS
  94   94         On failure,  t_errno is set to one of the following:
↓ open down ↓ 83 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX