From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: doc/runtime.tex: Remove stray space between `*' and its operand. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/5b0c3a982e3d53b9a2b0a823eeeb511b5bdaf0fd doc/runtime.tex: Remove stray space between `*' and its operand. --- 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