]> sourceware.org Git - glibc.git/blobdiff - manual/conf.texi
Mention if terminating null is included in NAME_MAX/PATH_MAX
[glibc.git] / manual / conf.texi
index 61dc260317f560263a432982f6c6f06a2afbe03f..55ca4d10cd0eb3bb27577433f752f3b223c6fdae 100644 (file)
@@ -1147,14 +1147,16 @@ typed ahead as input.  @xref{I/O Queues}.
 @comment limits.h
 @comment POSIX.1
 @deftypevr Macro int NAME_MAX
-The uniform system limit (if any) for the length of a file name component.
+The uniform system limit (if any) for the length of a file name component, not
+including the terminating null character.
 @end deftypevr
 
 @comment limits.h
 @comment POSIX.1
 @deftypevr Macro int PATH_MAX
 The uniform system limit (if any) for the length of an entire file name (that
-is, the argument given to system calls such as @code{open}).
+is, the argument given to system calls such as @code{open}), including the
+terminating null character.
 @end deftypevr
 
 @cindex limits, pipe buffer size
This page took 0.026456 seconds and 5 git commands to generate.