diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-11-16 19:41:04 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-11-16 19:41:04 +0100 |
| commit | 20693c0a60f931911372ffbf2f6bba48025ff238 (patch) | |
| tree | 45e972b673b4ebac83bd79137b824b5526bafc22 /doc/info/chap/memory-allocation.texinfo | |
| parent | typo (diff) | |
| download | slibc-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 'doc/info/chap/memory-allocation.texinfo')
| -rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 2 |
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; @} |
