On Sun, Feb 14, 2016 at 08:28:36AM +0900, SeongJae Park wrote: > There is a miss of a tilde between line and line number. This change fix > the typo. > > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> Queued, good catch, 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 ccbe0ad..8d54d3a 100644 > --- a/toolsoftrade/toolsoftrade.tex > +++ b/toolsoftrade/toolsoftrade.tex > @@ -207,7 +207,7 @@ Otherwise, this is the parent, which checks for an error return from > the \co{fork()} primitive on line~4, and prints an error and exits > on lines~5-7 if so. > Otherwise, the \co{fork()} has executed successfully, and the parent > -therefore executes line 9 with the variable \co{pid} containing the > +therefore executes line~9 with the variable \co{pid} containing the > process ID of the child. > > \begin{figure}[tbp] > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html