Remove a wrong command flag.

PR:		145807
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
This commit is contained in:
Christian Brueffer 2010-05-12 01:51:02 +00:00
parent 201ec58d2d
commit a7c7993e88
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35734

View file

@ -14100,7 +14100,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"</programlisting>
this situation. The most common occurrence of this is seen
when trying to build <filename>/usr/ports/INDEX</filename>
(see <xref linkend="make-describe">). However, even more
trivial commands such as <command>make -V maintainer</command>
trivial commands such as <command>make maintainer</command>
also fail in this scenario. This is not acceptable.</para>
<example id="dot-error-breaks-index">