Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81785 invoked by uid 500); 29 May 2003 21:27:41 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 81774 invoked by uid 500); 29 May 2003 21:27:41 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 May 2003 21:27:40 -0000 Message-ID: <20030529212740.80508.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual content-negotiation.html.en content-negotiation.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/05/29 14:27:40 Modified: docs/manual Tag: APACHE_2_0_BRANCH content-negotiation.html.en content-negotiation.xml Log: add line break Revision Changes Path No revision No revision 1.36.2.9 +1 -1 httpd-2.0/docs/manual/content-negotiation.html.en Index: content-negotiation.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/content-negotiation.html.en,v retrieving revision 1.36.2.8 retrieving revision 1.36.2.9 diff -u -r1.36.2.8 -r1.36.2.9 --- content-negotiation.html.en 29 May 2003 19:29:34 -0000 1.36.2.8 +++ content-negotiation.html.en 29 May 2003 21:27:39 -0000 1.36.2.9 @@ -496,7 +496,7 @@ the normal negotiation process applies.

Example

- SetEnvIf Cookie "language=en" prefer-language=en + SetEnvIf Cookie "language=en" prefer-language=en
SetEnvIf Cookie "language=fr" prefer-language=fr

1.1.2.9 +1 -1 httpd-2.0/docs/manual/content-negotiation.xml Index: content-negotiation.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/content-negotiation.xml,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- content-negotiation.xml 28 May 2003 20:50:32 -0000 1.1.2.8 +++ content-negotiation.xml 29 May 2003 21:27:39 -0000 1.1.2.9 @@ -476,7 +476,7 @@ the normal negotiation process applies.

Example - SetEnvIf Cookie "language=en" prefer-language=en + SetEnvIf Cookie "language=en" prefer-language=en
SetEnvIf Cookie "language=fr" prefer-language=fr