From 30dff4106d804c195dff10c629d6b6613a5a59a1 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Wed, 12 Nov 1997 16:29:46 +0000 Subject: [PATCH] Correct Typos; Add new -V switch; add paragraph about new ServerRoot=/usr/local/apache; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79582 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/invoking.html | 8 +++++++- docs/manual/invoking.html.en | 8 +++++++- docs/manual/mod/mod_speling.html | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 669b359f66..66d2966583 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -44,7 +44,13 @@ daemon does not detach from the terminal or fork any children. Do NOT use this mode to provide ordinary web service.
-v -
Print the version of httpd, and then exit. +
Print the version of httpd and its build date, and then exit. + +
-V +
Print the base version of httpd, its sub-version if defined, its +build date, and a list of compile time settings which influence the +behavior and performance of the apache server (e.g., -D USE_MMAP_FILES), +then exit.
-h
Give a list of directives together with expected arguments and diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 669b359f66..66d2966583 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -44,7 +44,13 @@ daemon does not detach from the terminal or fork any children. Do NOT use this mode to provide ordinary web service.
-v -
Print the version of httpd, and then exit. +
Print the version of httpd and its build date, and then exit. + +
-V +
Print the base version of httpd, its sub-version if defined, its +build date, and a list of compile time settings which influence the +behavior and performance of the apache server (e.g., -D USE_MMAP_FILES), +then exit.
-h
Give a list of directives together with expected arguments and diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html index 2db6c4773a..ce47d523dc 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -16,7 +16,7 @@

This module is contained in the mod_speling.c file, and is not compiled in by default. - It attemps to correct mispellings of + It attemps to correct misspellings of URLs that users might have entered, by ignoring capitalization and by allowing up to one misspelling.
This catches the majority of misspelled requests. An automatic -- 2.50.1