From 5ea9cb01a01b3972afb1e20a3815c15633489c33 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Thu, 20 Nov 2025 17:20:31 +0900 Subject: [PATCH] docs(manual): fix incorrect descriptions of spectator statements --- doc/manual/statements.tex | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/manual/statements.tex b/doc/manual/statements.tex index cfff7e4a..b6cca485 100644 --- a/doc/manual/statements.tex +++ b/doc/manual/statements.tex @@ -838,11 +838,11 @@ \section{copyspectator} \label{substacopyspectator} \noindent \begin{tabular}{ll} -Type & Executable statement\\ -Syntax & copyspectator {\tt<}exprname = spectator;{\tt>}; +Type & Definition statement\\ +Syntax & copyspectator {\tt<}exprname{\tt>} = {\tt<}spectator{\tt>}; \end{tabular} \vspace{4mm} -\noindent See chapter\ref{spectators} on spectators. +\noindent See chapter~\ref{spectators} on spectators. \vspace{10mm} %--#] copyspectator : @@ -852,11 +852,11 @@ \section{createspectator} \label{substacreatespectator} \noindent \begin{tabular}{ll} -Type & Executable statement\\ -Syntax & createspectator {\tt<}spectatorname, "filename";{\tt>}; +Type & Declaration statement\\ +Syntax & createspectator {\tt<}spectatorname{\tt>}, "{\tt<}filename{\tt>}"; \end{tabular} \vspace{4mm} -\noindent See chapter\ref{spectators} on spectators. +\noindent See chapter~\ref{spectators} on spectators. \vspace{10mm} %--#] createspectator : @@ -1307,11 +1307,11 @@ \section{emptyspectator} \label{substaemptyspectator} \noindent \begin{tabular}{ll} -Type & Executable statement\\ -Syntax & emptyspectator {\tt<}spectator;{\tt>}; +Type & Specification statement\\ +Syntax & emptyspectator {\tt<}spectator{\tt>}; \end{tabular} \vspace{4mm} -\noindent See chapter\ref{spectators} on spectators. +\noindent See chapter~\ref{spectators} on spectators. \vspace{10mm} %--#] emptyspectator : @@ -4822,11 +4822,11 @@ \section{removespectator} \label{substaremovespectator} \noindent \begin{tabular}{ll} -Type & Executable statement\\ -Syntax & removespectator {\tt<}spectator;{\tt>}; +Type & Specification statement\\ +Syntax & removespectator {\tt<}spectator{\tt>}; \end{tabular} \vspace{4mm} -\noindent See chapter\ref{spectators} on spectators. +\noindent See chapter~\ref{spectators} on spectators. \vspace{10mm} %--#] removespectator : @@ -5979,10 +5979,10 @@ \section{tospectator} \noindent \begin{tabular}{ll} Type & Executable statement\\ -Syntax & tospectator {\tt<}spectator;{\tt>}; +Syntax & tospectator {\tt<}spectator{\tt>}; \end{tabular} \vspace{4mm} -\noindent See chapter\ref{spectators} on spectators. +\noindent See chapter~\ref{spectators} on spectators. \vspace{10mm} %--#] tospectator :