summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-06 16:41:57 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-06 16:41:57 +0000
commitb14c4f8df344bc038309d591e7c45caa1d83db05 (patch)
treec6aa6acff56cc2e1802a479a9c121babfa744c84
parent3f450cb46f9561274f270a6f9a48c9d1bcb101fb (diff)
tiny wording tweak to previous commit
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4123 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/Appendices.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 3fa799fd..96f085ee 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -647,10 +647,10 @@ beginning of a line followed by \var{<default value>} on that same line.
\var{<integer>} \# means only \var{<integer>}
\var{<lower bound>}:\var{<upper bound>} \# means all integers in the range
\# from \var{<lower bound>} to \var{<upper bound>}
- \var{<lower bound>}:\var{<upper bound>}:\var{<positive integer>}
+ \var{<lower bound>}:\var{<upper bound>}:\var{<positive integer step>}
\# means all integers in the range
\# from \var{<lower bound>} to \var{<upper bound>}
- \# in steps of \var{<positive integer>}
+ \# in steps of \var{<positive integer step>}
\end{alltt}
where \var{<lower bound>} has one of the forms
\begin{alltt}