=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcpbench/tcpbench.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/tcpbench/tcpbench.1 2008/06/26 07:05:56 1.5 --- src/usr.bin/tcpbench/tcpbench.1 2009/08/13 14:19:43 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: tcpbench.1,v 1.5 2008/06/26 07:05:56 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Miller .\" --- 1,4 ---- ! .\" $OpenBSD: tcpbench.1,v 1.6 2009/08/13 14:19:43 claudio Exp $ .\" .\" Copyright (c) 2008 Damien Miller .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 26 2008 $ .Os .Dt TCPBENCH 1 .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: August 13 2009 $ .Os .Dt TCPBENCH 1 .Sh NAME *************** *** 31,36 **** --- 31,37 ---- .Op Fl p Ar port .Op Fl r Ar rate .Op Fl S Ar space + .Op Fl V Ar rdomain .Ar hostname .Nm .Fl s *************** *** 40,45 **** --- 41,47 ---- .Op Fl p Ar port .Op Fl r Ar rate .Op Fl S Ar space + .Op Fl V Ar rdomain .Sh DESCRIPTION .Nm is a small tool that performs throughput benchmarking and concurrent *************** *** 94,99 **** --- 96,104 ---- .Nm in server mode, where it will listen on all interfaces for incoming connections. + .It Fl V Ar rdomain + Set the routing domain. + The default is 0. .It Fl v Display verbose output. If specified more than once, increase the detail of information displayed.