aboutsummaryrefslogtreecommitdiff
path: root/etc/luajit.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/luajit.16
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
12This is the command-line program to run Lua programs with \fBLuaJIT\fR. 12This 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
82More details in the provided HTML docs or at: 82More details in the provided HTML docs or at:
83.IR http://luajit.org 83.IR https://luajit.org
84.br 84.br
85More about the Lua language can be found at: 85More 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
88lua(1) 88lua(1)