From 5b0c3a982e3d53b9a2b0a823eeeb511b5bdaf0fd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] doc/runtime.tex: Remove stray space between `*' and its operand. --- doc/runtime.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/runtime.tex b/doc/runtime.tex index 7afe8bf..b357f75 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -311,7 +311,7 @@ keyword arguments. purpose, the argument vector @ is scanned \emph{after} the variable-length argument tail captured in @.) - The variable-argument tail is read from the list described by @|* @|. + The variable-argument tail is read from the list described by @|*@|. The argument tail is expected to consist of alternating keyword strings (as ordinary null-terminated strings) and the corresponding values, terminated by a null pointer of type @|const char~*| in place of a keyword; except -- 2.11.0