summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-09 08:14:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-09 08:14:34 +0000
commit2c298971cb70df748bcad62c2deb0ac4eb935943 (patch)
treed8ae597f38c567ecb4167e653a8981b0a8b0d5f0 /doc/UsersGuide
parent337cface139d2c77eee9ae25d7e52f8bc5410bad (diff)
Forgot to escape an underscore
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2099 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 34ecd9fa..ba1a6b59 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2700,7 +2700,7 @@ In more detail:
should be used if you need to modify one of the passed-in strings.
They declare and define pointers to the passed-in strings.
-\item[{\tt cctk_strlen<1|2|3>}] these integer variables,
+\item[{\tt cctk\_strlen<1|2|3>}] these integer variables,
automatically defined by
the {\tt CREATE} macro, hold the lengths of the passed in
Fortran strings.