summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorsandra <sandra>1991-08-06 15:14:20 +0000
committersandra <sandra>1991-08-06 15:14:20 +0000
commit31804bd6d6a5c405391640c6e45c7ee192a86134 (patch)
tree3b600be20c98e8df79563b3ea26aa8e80773bdc5 /manual/filesys.texi
parentdd348600f6096216c9ac465d98c19b30a0901e4f (diff)
Fix cross-references to memory management chapter.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r--manual/filesys.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index 41d5102f7f..df9cfb7241 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -1392,9 +1392,9 @@ represents the maximum length of a file name string.
Unlike @code{PATH_MAX}, this macro is defined even if there is no actual
limit imposed. In such a case, its value is typically a very large
-number. Don't try to use @code{FILENAME_MAX} as the size of an array in
-which to store a file name! Use dynamic allocation (@pxref{wherever})
-instead.
+number. Don't try to use @code{FILENAME_MAX} as the size of an
+array in which to store a file name! Use dynamic allocation
+(@pxref{Memory Allocation}) instead.
@end defvr
@defvr Macro _POSIX_PIPE_BUF