OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / fpathconf.3
index 8b9c454..9bdab67 100644 (file)
@@ -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,