X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Ffpathconf.3;h=8c82f6efee2b6e2e34ded29fa29e1c1abdbc5e6e;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=8b9c454b817e4b2773cd0f20ae1b1410dec5534d;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/fpathconf.3 b/original/man3/fpathconf.3 index 8b9c454b..8c82f6ef 100644 --- a/original/man3/fpathconf.3 +++ b/original/man3/fpathconf.3 @@ -38,7 +38,7 @@ .\" _PC_SYMLINK_MAX, .\" _PC_2_SYMLINKS .\" -.TH FPATHCONF 3 2014-03-20 "GNU" "Linux Programmer's Manual" +.TH FPATHCONF 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fpathconf, pathconf \- get configuration values for files .SH SYNOPSIS @@ -47,7 +47,7 @@ fpathconf, pathconf \- get configuration values for files .sp .BI "long fpathconf(int " fd ", int " name ); .br -.BI "long pathconf(char *" path ", int " name ); +.BI "long pathconf(const char *" path ", int " name ); .fi .SH DESCRIPTION .BR fpathconf () @@ -184,7 +184,7 @@ memory. .BR confstr (3), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project,