diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 4 |
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} |
8762 | with the default paths defined in @id{luaconf.h}. | 8762 | with the default paths defined in @id{luaconf.h}. |
8763 | 8763 | ||
8764 | The options @T{-e}, @T{-l}, and @T{-q} are handled in | 8764 | The options @T{-e}, @T{-l}, and @T{-W} are handled in |
8765 | the order they appear. | 8765 | the order they appear. |
8766 | For instance, an invocation like | 8766 | For instance, an invocation like |
8767 | @verbatim{ | 8767 | @verbatim{ |