]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Fix use of metasyntactic variable in [11.5.1] Web servers and applications
authorBill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Thu, 27 Feb 2014 17:08:43 +0000 (18:08 +0100)
committerBill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Thu, 27 Feb 2014 17:08:43 +0000 (18:08 +0100)
Closes: #737730. Thanks Olivier Berger.
debian/changelog
policy.sgml

index 1aa52f90a642e6bef0891dbfd7c63f48d7805886..5a8c3be8a83c639fa02dd4fe28910b758ca33dce 100644 (file)
@@ -2,8 +2,10 @@ debian-policy (3.9.6.0) unstable; urgency=low
 
   * upgrading-checklist.sgml: remove spurious 'details in' leftover from
     the HTML transition.  Closes: #740100. Thanks Jakub Wilk.
+  * Fix use of metasyntactic variable in [11.5.1] Web servers and applications
+    Closes: #737730. Thanks Olivier Berger.
 
- -- Bill Allombert <ballombe@debian.org>  Tue, 25 Feb 2014 20:56:59 +0100
+ -- Bill Allombert <ballombe@debian.org>  Thu, 27 Feb 2014 18:08:18 +0100
 
 debian-policy (3.9.5.0) unstable; urgency=low
 
index dad8d23272a2ea75cf109563e836900ab26f9472..f866dd39bde187eb152ddde531706934246b6120 100644 (file)
@@ -9698,15 +9698,16 @@ done
                Cgi-bin executable files are installed in the
                directory
                <example compact="compact">
-/usr/lib/cgi-bin/<var>cgi-bin-name</var>
+/usr/lib/cgi-bin
                </example>
-               or a subdirectory of that directory, and should be
-               referred to as
+               or a subdirectory of that directory, and the script
                <example compact="compact">
-http://localhost/cgi-bin/<var>cgi-bin-name</var>
+/usr/lib/cgi-bin/.../<var>cgi-bin-name</var>
+               </example>
+               should be referred to as
+               <example compact="compact">
+http://localhost/cgi-bin/.../<var>cgi-bin-name</var>
                </example>
-               (possibly with a subdirectory name
-               before <var>cgi-bin-name</var>).
            </item>
 
            <item>