diff options
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 2ae66ba..2ea4018 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -669,7 +669,8 @@ changes to your code: system ID in the wrong order. This has been corrected; applications relying on the wrong order need to be fixed. -\item \function{fcntl.ioctl} now warns if the mutate arg is omitted. +\item \function{fcntl.ioctl} now warns if the mutate arg is omitted + and relavent. \end{itemize} |