From 67bf31ee7c995e2910f33a12c533cc6194b5be2b Mon Sep 17 00:00:00 2001 From: rhaas Date: Sun, 4 Aug 2013 01:05:52 +0000 Subject: commit typo in function name of strtol git-svn-id: http://svn.cactuscode.org/flesh/trunk@5038 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual.pdf | Bin 792986 -> 793021 bytes doc/ReferenceManual/UtilReference.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ReferenceManual.pdf b/doc/ReferenceManual.pdf index ac3e1c37..134f2441 100644 Binary files a/doc/ReferenceManual.pdf and b/doc/ReferenceManual.pdf 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) \\ -- cgit v1.2.3