From 8c1e19b305675dcfdecb291d582fabd0e5e8dce4 Mon Sep 17 00:00:00 2001 From: James Dinan Date: Fri, 1 Nov 2024 17:26:31 -0400 Subject: [PATCH] Fix argmuent formatting --- content/backmatter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index 2c7100b5..78cb0a47 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -198,7 +198,7 @@ \chapter{Undefined Behavior in OpenSHMEM}\label{sec:undefined} If the triplet provided to \FUNC{shmem\_team\_split\_strided} implies a wrap-around sequence, the input is considered invalid and the behavior is undefined. -In other words, when $stride$ is nonzero, a newly created team must only +In other words, when \VAR{stride} is nonzero, a newly created team must only include \acp{PE} whose subsequent parent \ac{PE} values are either all increasing (for positive \VAR{stride}) or all decreasing (for negative \VAR{stride}).