aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-20 13:42:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-20 13:42:26 -0300
commitbe78aeae4c429d7d68af3a3e1b0cf8e52fcff160 (patch)
treee81d25014e238f589997f109ba10a875c3a875dc /manual
parent5bc47fe83087e0686f4639d031801837846e4c65 (diff)
downloadlua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.tar.gz
lua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.tar.bz2
lua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.zip
Default for warnings changed to "off"
Warnings are mostly a tool to help developers (e.g., by showing hidden error messages); regular users usually don't need to see them.
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of
index a3990d33..292d1e51 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -8735,7 +8735,7 @@ The options are:
8735@item{@T{-i}| enters interactive mode after running @rep{script};} 8735@item{@T{-i}| enters interactive mode after running @rep{script};}
8736@item{@T{-v}| prints version information;} 8736@item{@T{-v}| prints version information;}
8737@item{@T{-E}| ignores environment variables;} 8737@item{@T{-E}| ignores environment variables;}
8738@item{@T{-q}| turn warnings off;} 8738@item{@T{-W}| turn warnings on;}
8739@item{@T{--}| stops handling options;} 8739@item{@T{--}| stops handling options;}
8740@item{@T{-}| executes @id{stdin} as a file and stops handling options.} 8740@item{@T{-}| executes @id{stdin} as a file and stops handling options.}
8741} 8741}
@@ -8761,7 +8761,7 @@ setting the values of
8761@Lid{package.path} and @Lid{package.cpath} 8761@Lid{package.path} and @Lid{package.cpath}
8762with the default paths defined in @id{luaconf.h}. 8762with the default paths defined in @id{luaconf.h}.
8763 8763
8764The options @T{-e}, @T{-l}, and @T{-q} are handled in 8764The options @T{-e}, @T{-l}, and @T{-W} are handled in
8765the order they appear. 8765the order they appear.
8766For instance, an invocation like 8766For instance, an invocation like
8767@verbatim{ 8767@verbatim{