X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Ffpathconf.3;h=9bdab6728b382c5dc9e1dbbe3620fb3650c696da;hp=8b9c454b817e4b2773cd0f20ae1b1410dec5534d;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da diff --git a/original/man3/fpathconf.3 b/original/man3/fpathconf.3 index 8b9c454b..9bdab672 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.79 of the Linux .I man-pages project. A description of the project,