]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a typo.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 6 Jan 2015 17:07:09 +0000 (17:07 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 6 Jan 2015 17:07:09 +0000 (17:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14853

docs/xml/manual-core.xml

index 3ea5635e6ce748ba1ee8acfe675a02ab702c84c5..cb02ba68b173c1d281888471de92e158cc06bcb6 100644 (file)
@@ -249,12 +249,12 @@ re-run, passing the <option>-v</option> option to Valgrind.  A second
          </listitem>
        </varlistentry>
        <varlistentry>
-         <term><option>--max-connext=INTEGER</option></term>
+         <term><option>--max-connect=INTEGER</option></term>
          <listitem>
            <para>By default, the listener can connect to up to 50 processes.
              Occasionally, that number is too small. Use this option to
              provide a different limit. E.g.
-             <computeroutput>--max-connext=100</computeroutput>.
+             <computeroutput>--max-connect=100</computeroutput>.
            </para>
          </listitem>
        </varlistentry>