From: SeongJae Park <sj38.park@xxxxxxxxx> A few sentences in ppcmem.tex are missing non-breakable spaces. Add those. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- formal/ppcmem.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formal/ppcmem.tex b/formal/ppcmem.tex index 9acd4dba..c3f5f943 100644 --- a/formal/ppcmem.tex +++ b/formal/ppcmem.tex @@ -110,13 +110,13 @@ Comments can be inserted between each is of the form \co{P:R=V}, where \co{P} is the process identifier, \co{R} is the register identifier, and \co{V} is the value. -For example, process 0's register r3 initially contains the value~2. +For example, process~0's register r3 initially contains the value~2. If the value is a variable (\co{x}, \co{y}, or \co{z} in the example) then the register is initialized to the address of the variable. It is also possible to initialize the contents of variables, for example, \co{x=1} initializes the value of \co{x} to~1. Uninitialized variables default to the value zero, so that in the -example, \co{x}, \co{y}, and \co{z} are all initially zero. +example, \co{x}, \co{y}, and~\co{z} are all initially zero. \Clnref{procid} provides identifiers for the two processes, so that the \co{0:r3=2} on \clnref{init:0} could instead have been written -- 2.17.1