diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-07-27 23:01:16 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-07-27 23:01:16 +0200 |
commit | c86f1205600026ada72710b3573c84bcd6a6d979 (patch) | |
tree | 803049d85246f6dffeaf349d3776eb7ad40e3d3f /include/http_core.h | |
parent | Proper doc style (diff) | |
download | apache2-c86f1205600026ada72710b3573c84bcd6a6d979.tar.xz apache2-c86f1205600026ada72710b3573c84bcd6a6d979.zip |
Doc formatting fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/http_core.h b/include/http_core.h index 8fbe554cc2..112c4e5822 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -171,7 +171,7 @@ AP_DECLARE(const char *) ap_document_root(request_rec *r); * @param conn The current connection * @param dir_config The directory config vector from the request * @param type The type of lookup to perform. One of: - * <PRE> + * <pre> * REMOTE_HOST returns the hostname, or NULL if the hostname * lookup fails. It will force a DNS lookup according to the * HostnameLookups setting. @@ -184,7 +184,7 @@ AP_DECLARE(const char *) ap_document_root(request_rec *r); * a double reverse lookup, regardless of the HostnameLookups * setting. The result is the (double reverse checked) * hostname, or NULL if any of the lookups fail. - * </PRE> + * </pre> * @param str_is_ip unless NULL is passed, this will be set to non-zero on output when an IP address * string is returned * @return The remote hostname @@ -302,11 +302,11 @@ AP_DECLARE(const char *) ap_auth_name(request_rec *r); * How the requires lines must be met. * @param r The current request * @return How the requirements must be met. One of: - * <PRE> + * <pre> * SATISFY_ANY -- any of the requirements must be met. * SATISFY_ALL -- all of the requirements must be met. * SATISFY_NOSPEC -- There are no applicable satisfy lines - * </PRE> + * </pre> * @deffunc int ap_satisfies(request_rec *r) */ AP_DECLARE(int) ap_satisfies(request_rec *r); |