From 453a5207eda52939181233bffffa67171ef838bd Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 11 Nov 2023 08:07:36 +0300 Subject: style(docs): Trim trailing whitespace in HTML docs Many editors remove these automatically anyway which makes opening and editng the docs cause a bunch of noise. This is just to get the noise out of the way in a style commit so it doesn't leak into other PRs --- docs/installation.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/installation.html') diff --git a/docs/installation.html b/docs/installation.html index 24bc1bd..25c0bba 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -1,11 +1,11 @@ - +Installation"> LuaSocket: Installation @@ -29,7 +29,7 @@ Installation"> download · installation · introduction · -reference +reference


@@ -48,8 +48,8 @@ will likely already have been answered.

On Unix systems, the standard distribution uses two base directories, one for system dependent files, and another for system -independent files. Let's call these directories <CDIR> -and <LDIR>, respectively. +independent files. Let's call these directories <CDIR> +and <LDIR>, respectively. For example, in my laptp, Lua 5.1 is configured to use '/usr/local/lib/lua/5.1' for <CDIR> and '/usr/local/share/lua/5.1' for @@ -57,9 +57,9 @@ use '/usr/local/lib/lua/5.1' for usually points to the directory where the Lua executable is found, and <LDIR> points to a lua/ directory inside <CDIR>. (These -settings can be overridden by environment variables +settings can be overridden by environment variables LUA_PATH and LUA_CPATH. See the Lua -documentation for details.) Here is the standard LuaSocket +documentation for details.) Here is the standard LuaSocket distribution directory structure:

@@ -76,7 +76,7 @@ distribution directory structure:

Naturally, on Unix systems, core.dll -would be replaced by core.so. +would be replaced by core.so.

Using LuaSocket

-- cgit v1.2.3-55-g6feb