From 31e62d195d14b585bc8ae172922cb905765d9b5d Mon Sep 17 00:00:00 2001 From: david Date: Sat, 14 Feb 2009 16:26:50 +0000 Subject: [PATCH] Fix an awkward cross-reference in scripting.xml. The generated text looked like "These five variables are described in " because the reference was to a list item, not to its enclosing section. I changed it so it becomes 'These five variables are the same as those described under in the section called "match Directive"'. --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index e79883899..8f4fe8c12 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1182,7 +1182,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { product, version, extrainfo, hostname, ostype, devicetype - These five variables are described in . + These five variables are the same as those described under versioninfo in .