diff options
author | Joshua Slive <slive@apache.org> | 2000-12-09 19:50:04 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-12-09 19:50:04 +0000 |
commit | e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e (patch) | |
tree | 133e9c4de03d35d85f13e0b189124de208c68f1b /docs/manual/mod/mod_setenvif.html | |
parent | a2541229ef0dcbe90e85c70e4419f6b6926ef75b (diff) | |
download | httpd-e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e.tar.gz |
Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_setenvif.html')
-rw-r--r-- | docs/manual/mod/mod_setenvif.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html index a86bbfdef8..0ae7bd135d 100644 --- a/docs/manual/mod/mod_setenvif.html +++ b/docs/manual/mod/mod_setenvif.html @@ -74,7 +74,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex envar[=value] [...]</EM> + ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -175,8 +176,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value] - [...]</EM> + ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -249,8 +250,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value] - [...]</EM> + ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -360,8 +361,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase - <EM> attribute regex envar[=value] [...]</EM> + ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase <EM> attribute regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" |