summaryrefslogtreecommitdiff
path: root/manual/conf.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-10 00:51:04 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-10 00:51:04 +0000
commit4ab5b7b53f9b1a10b0f7bde05ee84067052602dc (patch)
treed67f806e8ecb1fbab8cccb71b53fba8a43b5375a /manual/conf.texi
parent4dd98cad25d78b93e58b4321a3342e78b673be15 (diff)
Update.
* manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value. Reported by Ben Collins <bcollins@debian.org>.
Diffstat (limited to 'manual/conf.texi')
-rw-r--r--manual/conf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.texi b/manual/conf.texi
index 7276984712..31452e0ab4 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -1282,7 +1282,7 @@ bytes in a file name component. The value of this constant is
@comment POSIX.1
@item _POSIX_PATH_MAX
The most restrictive limit permitted by POSIX for the maximum number of
-bytes in a file name. The value of this constant is @code{255}.
+bytes in a file name. The value of this constant is @code{256}.
@comment limits.h
@comment POSIX.1