From 8a33421f4ff834ef802244b9f5d54e7bf03d38cc Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Tue, 6 Jan 2015 17:07:09 +0000 Subject: [PATCH] Fix a typo. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14853 --- docs/xml/manual-core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 3ea5635e6c..cb02ba68b1 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -249,12 +249,12 @@ re-run, passing the option to Valgrind. A second - + 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. - --max-connext=100. + --max-connect=100. -- 2.47.3