From aacae2739986636d9e7921cc0712d506e25c71b8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 3 Aug 2019 20:40:27 +0100 Subject: [PATCH] doc/runtime.tex: Fix linking for `obj.teardown' message. Use new `\descref*' and `\autopageref'. --- doc/runtime.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/runtime.tex b/doc/runtime.tex index 5d6e5fc..ec06a41 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -790,9 +790,9 @@ deallocation, and applications are free to use any suitable mechanism. \begin{describe}{fun}[sod_teardown]{int sod_teardown(void *@

);} Tears down an instance of a class, releasing any resources it holds. - This function is a very thin wrapper around sending the @|obj.teardown| - message. See the description of that message - (page~\pageref{msg:obj.teardown}) and \xref{sec:concepts.lifecycle.death} + This function is a very thin wrapper around sending the + \descref*{obj.teardown}{msg} message. See the description of that message + (\autopageref{msg:obj.teardown}) and \xref{sec:concepts.lifecycle.death} for details. \end{describe} -- 2.11.0