diff options
author | Ken Coar <coar@apache.org> | 1998-09-17 14:15:02 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-09-17 14:15:02 +0000 |
commit | 681f8e5fecdfea55b1b0ea55fa6a4699ada49b25 (patch) | |
tree | b1c537017adb30bc35a08685ddc04bc5ad8c0d62 /docs/manual/invoking.html | |
parent | caec9aac63033ea2d9c3b35ca04d84a71af319d9 (diff) | |
download | httpd-681f8e5fecdfea55b1b0ea55fa6a4699ada49b25.tar.gz |
More documentation consistency cleanup for 1.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r-- | docs/manual/invoking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 3888fc3b57..957d4d1c8f 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -81,7 +81,7 @@ places where the directive is valid. (New in Apache 1.2) shows a breakdown of the vhost settings). <DT><CODE>-t</CODE> -<DD>Test the configuration file syntax (i.e., read all configuration files +<DD>Test the configuration file syntax (<EM>i.e.</EM>, read all configuration files and interpret them) but do not start the server. If the configuration contains errors, display an error message and exit with a non-zero exit status, otherwise display "Syntax OK" and terminate with a zero exit status. |