From: Christophe Jaillet Date: Fri, 29 Jan 2016 19:40:36 +0000 (+0000) Subject: Fix doc as spotted by Shane Roberts in online doc X-Git-Tag: 2.5.0-alpha~2247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb2769988adf38b047148fa4711b942a147a085;p=thirdparty%2Fapache%2Fhttpd.git Fix doc as spotted by Shane Roberts in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index 891422b2ca1..5fcdac4885f 100644 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -40,7 +40,7 @@ Windows

On Unix, the loaded code typically comes from shared object files (usually with .so extension), on Windows - this may either the .so or .dll + this may either be the .so or .dll extension.

Warning