aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Pall <mike>2020-10-12 16:18:02 +0200
committerMike Pall <mike>2020-10-12 16:18:02 +0200
commit1d8b747c161db457e032a023ebbff511f5de5ec2 (patch)
tree7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /etc
parent675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff)
parent050466552bf7eb8b7944aa52c93b45326ae14d7a (diff)
downloadluajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.gz
luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.bz2
luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'etc')
-rw-r--r--etc/luajit.16
-rw-r--r--etc/luajit.pc2
2 files changed, 4 insertions, 4 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)
diff --git a/etc/luajit.pc b/etc/luajit.pc
index a78f1746..39e1e577 100644
--- a/etc/luajit.pc
+++ b/etc/luajit.pc
@@ -17,7 +17,7 @@ INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
17 17
18Name: LuaJIT 18Name: LuaJIT
19Description: Just-in-time compiler for Lua 19Description: Just-in-time compiler for Lua
20URL: http://luajit.org 20URL: https://luajit.org
21Version: ${version} 21Version: ${version}
22Requires: 22Requires:
23Libs: -L${libdir} -l${libname} 23Libs: -L${libdir} -l${libname}