From 20693c0a60f931911372ffbf2f6bba48025ff238 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 19:41:04 +0100 Subject: work around regression in texinfo 6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/memory-allocation.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/info/chap/memory-allocation.texinfo') 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; @} -- cgit v1.2.3-70-g09d2