OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / getrpcent.3
index 4964399..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 );
 
@@ -113,10 +113,11 @@ to be saved.
 .BR rpcinfo (8),
 .BR ypserv (8)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.