summaryrefslogtreecommitdiff
path: root/manual/memory.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-11 09:54:25 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-11 09:54:25 +0000
commitb642f10105b7980c704c5b00f1505864365456ab (patch)
tree78d75158f1d1054fdc023fb45fbda4d3958dd445 /manual/memory.texi
parent8a2f1f5b5f7cdfcaf465415736a75a582bc5562a (diff)
(Currency Symbol): Add INT_ constants and CODESET:
Diffstat (limited to 'manual/memory.texi')
-rw-r--r--manual/memory.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi
index 6d86f550a3..cca8e81e3d 100644
--- a/manual/memory.texi
+++ b/manual/memory.texi
@@ -663,7 +663,9 @@ valloc (size_t size)
return memalign (getpagesize (), size);
@}
@end smallexample
-@c !!! xref getpagesize
+
+@ref{Query Memory Parameters} for more information about the memory
+subsystem.
@end deftypefun
@node Malloc Tunable Parameters