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/getrpcbyname.3nsl.man.txt
          +++ new/usr/src/man/man3nsl/getrpcbyname.3nsl.man.txt
↓ open down ↓ 141 lines elided ↑ open up ↑
 142  142         The functions getrpcbyname(), getrpcbynumber(), and getrpcent() use
 143  143         static storage, so returned data must be copied before a subsequent
 144  144         call to any of these functions if the data is to be saved.
 145  145  
 146  146  
 147  147         When the pointer returned by the reentrant functions getrpcbyname_r(),
 148  148         getrpcbynumber_r(), and getrpcent_r() is non-NULL, it is always equal
 149  149         to the result pointer that was supplied by the caller.
 150  150  
 151  151  ERRORS
 152      -       The reentrant functions  getrpcyname_r(), getrpcbynumber_r() and
      152 +       The reentrant functions  getrpcbyname_r(), getrpcbynumber_r() and
 153  153         getrpcent_r() will return NULL and set errno to ERANGE if the length of
 154  154         the buffer supplied by caller is not large enough to store the result.
 155  155         See Intro(2) for the proper usage and interpretation of errno in
 156  156         multithreaded applications.
 157  157  
 158  158  FILES
 159  159         /etc/rpc
 160  160  
 161  161  
 162  162         /etc/nsswitch.conf
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX