diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-11-29 00:08:07 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-11-29 00:08:07 +0000 |
commit | a07679accfce5460384cbec83e494b8098751883 (patch) | |
tree | 5afc2a7195ef4d32aa3e3825d1ef11cad4f71cb7 /doc | |
parent | added length field to tcp_endpoint_t (diff) |
added new option to manpage
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@16 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcpproxy.8 | 25 | ||||
-rw-r--r-- | doc/tcpproxy.8.txt | 4 |
2 files changed, 24 insertions, 5 deletions
diff --git a/doc/tcpproxy.8 b/doc/tcpproxy.8 index afe31d8..71efd53 100644 --- a/doc/tcpproxy.8 +++ b/doc/tcpproxy.8 @@ -1,13 +1,22 @@ '\" t .\" Title: tcpproxy .\" Author: [see the "AUTHORS" section] -.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> -.\" Date: 11/25/2010 -.\" Manual: tcpproxy user manual -.\" Source: tcpproxy trunk +.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> +.\" Date: 11/29/2010 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "TCPPROXY" "8" "11/25/2010" "tcpproxy trunk" "tcpproxy user manual" +.TH "TCPPROXY" "8" "11/29/2010" "\ \&" "\ \&" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -36,6 +45,7 @@ tcpproxy \- IPv4/IPv6 tcp connection proxy [ \fB\-p|\-\-local\-port\fR <service> ] [ \fB\-r|\-\-remote\-addr\fR <host> ] [ \fB\-o|\-\-remote\-port\fR <service> ] + [ \fB\-s|\-\-source\-addr\fR <host> ] [ \fB\-c|\-\-config\fR <file> ] .fi .SH "DESCRIPTION" @@ -138,6 +148,11 @@ tba tba .RE .PP +\fB\-s, \-\-source\-addr <host>\fR +.RS 4 +tba +.RE +.PP \fB\-c, \-\-config <file>\fR .RS 4 tba diff --git a/doc/tcpproxy.8.txt b/doc/tcpproxy.8.txt index af74cbb..96b7733 100644 --- a/doc/tcpproxy.8.txt +++ b/doc/tcpproxy.8.txt @@ -24,6 +24,7 @@ tcpproxy [ -p|--local-port <service> ] [ -r|--remote-addr <host> ] [ -o|--remote-port <service> ] + [ -s|--source-addr <host> ] [ -c|--config <file> ] .... @@ -94,6 +95,9 @@ The following options can be passed to the *tcpproxy* daemon: *-o, --remote-port <service>*:: tba +*-s, --source-addr <host>*:: + tba + *-c, --config <file>*:: tba |