]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - policy.sgml
Fix use of metasyntactic variable in [11.5.1] Web servers and applications
[debian/debian-policy.git] / policy.sgml
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>