From 996a1a8b0d5b421358b1602626c31b8613266385 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sun, 15 Sep 2002 13:00:05 +0000 Subject: [PATCH] Fixed an invalid URL to the docs of the lockfile directive. BUG#: 12660, Submitted by: Thomas Bader git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96824 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 4 ++-- docs/conf/httpd-win.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 13963dd812..32608f396b 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -41,8 +41,8 @@ # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) -# mounted filesystem then please read the LockFile documentation -# (available at ); +# mounted filesystem then please read the LockFile documentation (available +# at ); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 38c4bebe8c..1f67c9cb21 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -48,8 +48,8 @@ # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) -# mounted filesystem then please read the LockFile documentation -# (available at ); +# mounted filesystem then please read the LockFile documentation (available +# at ); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. -- 2.40.0