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_sndudata.3nsl.man.txt
          +++ new/usr/src/man/man3nsl/t_sndudata.3nsl.man.txt
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  
  60   60  
  61   61         If the amount of data specified in udata exceeds the TSDU size as
  62   62         returned in the tsdu field of the info argument of t_open(3NSL) or
  63   63         t_getinfo(3NSL), a TBADDATA error will be generated. If t_sndudata() is
  64   64         called before the destination user has activated its transport endpoint
  65   65         (see t_bind(3NSL)), the data unit may be discarded.
  66   66  
  67   67  
  68   68         If it is not possible for the transport provider to immediately detect
  69      -       the conditions that cause the errors TBADDADDR and TBADOPT, these
  70      -       errors will alternatively be returned by t_rcvuderr. Therefore, an
  71      -       application must be prepared to receive these errors in both of these
  72      -       ways.
       69 +       the conditions that cause the errors TBADADDR and TBADOPT, these errors
       70 +       will alternatively be returned by t_rcvuderr. Therefore, an application
       71 +       must be prepared to receive these errors in both of these ways.
  73   72  
  74   73  
  75   74         If the call is interrupted, t_sndudata() will return EINTR and the
  76   75         datagram will not be sent.
  77   76  
  78   77  RETURN VALUES
  79   78         Upon successful completion, a value of  0 is returned.  Otherwise, a
  80   79         value of  -1 is returned and t_errno is set to indicate an error.
  81   80  
  82   81  VALID STATES
↓ open down ↓ 108 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX