summaryrefslogtreecommitdiffstats
path: root/Doc/libstring.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libstring.tex')
-rw-r--r--Doc/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libstring.tex b/Doc/libstring.tex
index ac6dc55..2e79d43 100644
--- a/Doc/libstring.tex
+++ b/Doc/libstring.tex
@@ -79,7 +79,7 @@ Convert string \var{s} to a long integer in the given \var{base}. The
string must consist of one or more digits, optionally preceded by a
sign (\samp{+} or \samp{-}). The \var{base} argument has the same
meaning as for \code{atoi()}. A trailing \samp{l} or \samp{L} is not
-allowed.
+allowed, except if the base is 0.
\end{funcdesc}
\begin{funcdesc}{expandtabs}{s\, tabsize}