aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-03-13 18:26:42 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-03-13 18:26:42 +0000
commit1895fbed7cc75aba06c614a85aa3dc9ee224f5fe (patch)
tree4393b7a4e17e3e745ff343d2c00df46feef91d80
parentd64fe31cd42b68313f2e4739fbcf636ad762138d (diff)
Options strings are enclosed in curly braces.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@158 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 73ba4dc..9c2c703 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -85,7 +85,7 @@ General parameters to control all {\bf IOASCII}'s I/O methods are:
The variables must be given by their fully qualified variable or group
name. The special keyword {\it all} requests {\tt IOASCII} output for
all variables. Multiple names must be separated by whitespaces.\\
- An option string can be appended in square brackets to the
+ An option string can be appended in curly braces to the
group/variable name. The only option supported so far is {\tt out\_every}
which sets the output frequency for an individual variable (overriding
{\tt IOASCII::out[123]D\_every} and {\tt IO::out\_every}).