diff options
Diffstat (limited to '')
-rw-r--r-- | etc/luajit.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/luajit.1 b/etc/luajit.1 index 2071c155..82097094 100644 --- a/etc/luajit.1 +++ b/etc/luajit.1 | |||
@@ -6,7 +6,7 @@ luajit \- Just-In-Time Compiler for the Lua Language | |||
6 | .B luajit | 6 | .B luajit |
7 | [\fIoptions\fR]... [\fIscript\fR [\fIargs\fR]...] | 7 | [\fIoptions\fR]... [\fIscript\fR [\fIargs\fR]...] |
8 | .SH "WEB SITE" | 8 | .SH "WEB SITE" |
9 | .IR http://luajit.org | 9 | .IR https://luajit.org |
10 | .SH DESCRIPTION | 10 | .SH DESCRIPTION |
11 | .PP | 11 | .PP |
12 | This is the command-line program to run Lua programs with \fBLuaJIT\fR. | 12 | This is the command-line program to run Lua programs with \fBLuaJIT\fR. |
@@ -80,9 +80,9 @@ Runs some nested loops and shows the resulting traces. | |||
80 | .SH SEE ALSO | 80 | .SH SEE ALSO |
81 | .PP | 81 | .PP |
82 | More details in the provided HTML docs or at: | 82 | More details in the provided HTML docs or at: |
83 | .IR http://luajit.org | 83 | .IR https://luajit.org |
84 | .br | 84 | .br |
85 | More about the Lua language can be found at: | 85 | More about the Lua language can be found at: |
86 | .IR http://lua.org/docs.html | 86 | .IR https://lua.org/docs.html |
87 | .PP | 87 | .PP |
88 | lua(1) | 88 | lua(1) |