OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / getrpcent.3
index 920d3f8..861aa3d 100644 (file)
@@ -5,7 +5,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" @(#)getrpcent.3n   2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
-.TH GETRPCENT 3 2008-08-19 "" "Linux Programmer's Manual"
+.TH GETRPCENT 3 2014-05-28 "" "Linux Programmer's Manual"
 .SH NAME
 getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get
 RPC entry
@@ -15,7 +15,7 @@ RPC entry
 
 .BI "struct rpcent *getrpcent(void);"
 
-.BI "struct rpcent *getrpcbyname(char *" name );
+.BI "struct rpcent *getrpcbyname(const char *" name );
 
 .BI "struct rpcent *getrpcbynumber(int " number );
 
@@ -94,7 +94,7 @@ and
 return a pointer to a statically allocated
 .I rpcent
 structure.
-A NULL pointer is returned on EOF or error.
+NULL is returned on EOF or error.
 .SH FILES
 .TP
 .I /etc/rpc
@@ -112,3 +112,12 @@ to be saved.
 .BR rpc (5),
 .BR rpcinfo (8),
 .BR ypserv (8)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.