diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:45 -0400 |
commit | de0eccc072a577dbc8614e4d1913adde00393208 (patch) | |
tree | b32b177e608fc4e2e4356661c13a597e10e19882 /libraries/lua-posix | |
parent | 4a643ba9b744ee9dcba9b4fa612c0245eae405cd (diff) |
libraries/lua-posix: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lua-posix')
-rw-r--r-- | libraries/lua-posix/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/lua-posix/README b/libraries/lua-posix/README index 36ac87847895..685c688561f1 100644 --- a/libraries/lua-posix/README +++ b/libraries/lua-posix/README @@ -5,4 +5,6 @@ This require one version of Lua installed (lua, lua52, lua53, luajit): Default support for all versions of Lua installed before build. To specify which Lua versions: LUAVER="vers" -"vers" must be one or more of "5.1 5.2 5.3 jit" in the right order separated with space + +"vers" must be one or more of "5.1 5.2 5.3 jit", in the right order, +separated with space |