diff options
author | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
commit | 1d8b747c161db457e032a023ebbff511f5de5ec2 (patch) | |
tree | 7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /etc | |
parent | 675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff) | |
parent | 050466552bf7eb8b7944aa52c93b45326ae14d7a (diff) | |
download | luajit-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.1 | 6 | ||||
-rw-r--r-- | etc/luajit.pc | 2 |
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 |
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) |
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 | ||
18 | Name: LuaJIT | 18 | Name: LuaJIT |
19 | Description: Just-in-time compiler for Lua | 19 | Description: Just-in-time compiler for Lua |
20 | URL: http://luajit.org | 20 | URL: https://luajit.org |
21 | Version: ${version} | 21 | Version: ${version} |
22 | Requires: | 22 | Requires: |
23 | Libs: -L${libdir} -l${libname} | 23 | Libs: -L${libdir} -l${libname} |