aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/memory-allocation.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-16 19:41:04 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-16 19:41:04 +0100
commit20693c0a60f931911372ffbf2f6bba48025ff238 (patch)
tree45e972b673b4ebac83bd79137b824b5526bafc22 /doc/info/chap/memory-allocation.texinfo
parenttypo (diff)
downloadslibc-20693c0a60f931911372ffbf2f6bba48025ff238.tar.gz
slibc-20693c0a60f931911372ffbf2f6bba48025ff238.tar.bz2
slibc-20693c0a60f931911372ffbf2f6bba48025ff238.tar.xz
work around regression in texinfo 6.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/memory-allocation.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo
index 66c0067..0ef4982 100644
--- a/doc/info/chap/memory-allocation.texinfo
+++ b/doc/info/chap/memory-allocation.texinfo
@@ -867,7 +867,7 @@ size_t psize, new_size;
if (p == NULL)
@{
p = old;
- goto fail; /* @w{@xtext{Where @xcode{p} is cleaned up.}} */
+ goto fail; /* @w{@xrm{}Where `@xtt{}p@xrm{}` is cleaned up.@xtt{}} */
@}
psize = new_size;
@}