summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-08-04 01:05:52 +0000
committerrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-08-04 01:05:52 +0000
commit67bf31ee7c995e2910f33a12c533cc6194b5be2b (patch)
tree80c388928327c5102ae135274f9c7b90c01dfb34
parent677fef1c09eddc56d13b1f500399efc862cab209 (diff)
commit typo in function name of strtol
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5038 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/ReferenceManual.pdfbin792986 -> 793021 bytes
-rw-r--r--doc/ReferenceManual/UtilReference.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/ReferenceManual.pdf b/doc/ReferenceManual.pdf
index ac3e1c37..134f2441 100644
--- a/doc/ReferenceManual.pdf
+++ b/doc/ReferenceManual.pdf
Binary files differ
diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex
index 70b9e82e..0c6cba98 100644
--- a/doc/ReferenceManual/UtilReference.tex
+++ b/doc/ReferenceManual/UtilReference.tex
@@ -4244,7 +4244,7 @@ assign & whitespace* key whitespace* = whitespace* value delimiter \\
key & any string not containing \code{'/'} or \code{'='} or whitespace\\
value & array $\big|$ int\_value $\big|$ real\_value $\big|$ string\_value\\
array & \{ int\_value* \} $\big|$ \{ real\_value \} \\
-int\_value & anything recognized as a valid integer by strdol(3)
+int\_value & anything recognized as a valid integer by strtol(3)
in base 10 \\
real\_value & anything not recognized as a valid integer by strtol(3)
but recognized as valid by strdod(3) \\