On Mon, Oct 18, 2021 at 10:44:35AM +0200, SeongJae Park wrote: > Parentheses are appended to all function names including 'mythread()', > but one case is not. This commit adds parentheses there. > > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> Queued and pushed the series, thank you! Thanx, Paul > --- > toolsoftrade/toolsoftrade.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex > index c9f5b399..b2694da2 100644 > --- a/toolsoftrade/toolsoftrade.tex > +++ b/toolsoftrade/toolsoftrade.tex > @@ -344,7 +344,7 @@ ID of the thread to be created, the second \co{NULL} argument is a pointer > to an optional \co{pthread_attr_t}, the third argument is the function > (in this case, \co{mythread()}) > that is to be invoked by the new thread, and the last \co{NULL} argument > -is the argument that will be passed to \co{mythread}. > +is the argument that will be passed to \co{mythread()}. > \end{fcvref} > > \begin{listing} > -- > 2.17.1 >