Date: Fri, 03 May 2019 08:28:45 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 237723] Multiple names for same variables Message-ID: <bug-237723-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237723 Bug ID: 237723 Summary: Multiple names for same variables Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: tom.marcoen@gmail.com CC: doc@FreeBSD.org The "-p" option states that the formula for calculating the port range equa= ls base + 1 to base + nhops * nprobes. However, the parameters "nhops" and "nprobes" are called differently in their respective options to change them. "nprobes" is changed using the option "-q" which names the parameter "nquer= ies" instead of "nprobes" and "-m" specifies the parameter as "max_ttl" instead = of "nhops". I suggest modifying the formula to use the correct parameter names: 123c123 < number used in probes (default is 33434). --- > number used in queries (default is 33434). 130c130 < .Em base + nhops * nprobes --- > .Em base + max_ttl * nqueries --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237723-227>