Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D57C618793 for ; Mon, 28 Dec 2015 17:38:05 +0000 (UTC) Received: (qmail 40932 invoked by uid 500); 28 Dec 2015 17:38:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 40859 invoked by uid 500); 28 Dec 2015 17:38:05 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 40850 invoked by uid 99); 28 Dec 2015 17:38:05 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2015 17:38:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 46A8B180186 for ; Mon, 28 Dec 2015 17:38:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8tV0u056Fbkw for ; Mon, 28 Dec 2015 17:38:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id DC8F321381 for ; Mon, 28 Dec 2015 17:38:03 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EDA6AE0428 for ; Mon, 28 Dec 2015 17:38:02 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5B5703A0363 for ; Mon, 28 Dec 2015 17:38:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1721957 - /httpd/httpd/trunk/docs/manual/rewrite/flags.xml Date: Mon, 28 Dec 2015 17:38:57 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151228173857.5B5703A0363@svn01-us-west.apache.org> Author: rbowen Date: Mon Dec 28 17:38:56 2015 New Revision: 1721957 URL: http://svn.apache.org/viewvc?rev=1721957&view=rev Log: Use the highlight syntax, for better linebreaks. Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1721957&r1=1721956&r2=1721957&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Mon Dec 28 17:38:56 2015 @@ -240,10 +240,10 @@ variables work.

The full syntax for this flag is:

- + [E=VAR:VAL] [E=!VAR] - +

VAL may contain backreferences ($N or %N) which are expanded.