diff options
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 36840ab8..9bac3a8b 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} |