Minor changes and https-ify links.

This commit is contained in:
Mike Pall
2020-10-12 16:11:32 +02:00
parent 5c46f47736
commit 050466552b
18 changed files with 47 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ luajit \- Just-In-Time Compiler for the Lua Language
.B luajit
[\fIoptions\fR]... [\fIscript\fR [\fIargs\fR]...]
.SH "WEB SITE"
.IR http://luajit.org
.IR https://luajit.org
.SH DESCRIPTION
.PP
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.
.SH SEE ALSO
.PP
More details in the provided HTML docs or at:
.IR http://luajit.org
.IR https://luajit.org
.br
More about the Lua language can be found at:
.IR http://lua.org/docs.html
.IR https://lua.org/docs.html
.PP
lua(1)