chiark / gitweb /
server/keymgmt.c: Detect if a private keys records a wrong public key.
[tripe] / pkstream / pkstream.1.in
index c2a391a2218433befb6eb78c1ef0b0fb77e8a069..6bbe46bc42273a6dd5a1498392294055b8b9b4b4 100644 (file)
@@ -24,7 +24,7 @@
 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .
 .\"--------------------------------------------------------------------------
-.so ../defs.man.in \" @@@PRE@@@
+.so ../common/defs.man \" @@@PRE@@@
 .
 .\"--------------------------------------------------------------------------
 .TH pkstream 1 "23 April 2003" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"
@@ -49,7 +49,7 @@ pkstream \- forward UDP packets over streams
 .BR : \c
 .IR port ]
 .br
-
+       \c
 .IB addr : port
 .IB addr : port
 .
@@ -61,7 +61,7 @@ The
 program forwards UDP packets over some kind of reliable stream.  It
 understands TCP sockets natively; anything else has to be fudged up
 using some kind of port forwarder like
-.BR fw (1),
+.BR fwd (1),
 .BR ssh (1),
 .BR stunnel (1),
 etc.  It's intended, among other things, to provide a transport for
@@ -112,6 +112,10 @@ This option only makes sense in conjunction with
 .BR \-l .
 .TP
 .BI "\-b, \-\-bind=" addr
+When listening (see
+.B \-l
+above), only listen on the local address
+.IR addr .
 When making a connection (see
 .B \-c
 below), use
@@ -149,7 +153,7 @@ find one, please inform the author
 .\"--------------------------------------------------------------------------
 .SH "SEE ALSO"
 .
-.BR fw (1),
+.BR fwd (1),
 .BR ssh (1),
 .BR stunnel (1),
 .BR tripe (8).