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>

@@ -147,11 +147,11 @@
        When the pointer returned by the reentrant functions getrpcbyname_r(),
        getrpcbynumber_r(), and getrpcent_r() is non-NULL, it is always equal
        to the result pointer that was supplied by the caller.
 
 ERRORS
-       The reentrant functions  getrpcyname_r(), getrpcbynumber_r() and
+       The reentrant functions  getrpcbyname_r(), getrpcbynumber_r() and
        getrpcent_r() will return NULL and set errno to ERANGE if the length of
        the buffer supplied by caller is not large enough to store the result.
        See Intro(2) for the proper usage and interpretation of errno in
        multithreaded applications.