chiark / gitweb /
pkstream/pkstream.c: Enable IPv6 address support.
[tripe] / pkstream / pkstream.1.in
index cdf8dc5ed1a3cbd4a35997cc160047b4778bcf4a..757e5cdea6301d2ebf9a6535ab385c50c016e178 100644 (file)
@@ -37,6 +37,7 @@ pkstream \- forward UDP packets over streams
 .SH "SYNOPSIS"
 .
 .B pkstream
+.RB [ \-46 ]
 .RB [ \-l
 .IR port ]
 .RB [ \-p
@@ -97,6 +98,12 @@ version number to standard output and exits with status 0.
 .B "\-u, \-\-usage"
 Writes a brief usage summary to standard output and exits with status 0.
 .TP
+.B "\-4"
+Look up hostnames only as IPv4 addresses.
+.TP
+.B "\-6"
+Look up hostnames only as IPv6 addresses.
+.TP
 .BI "\-l, \-\-listen=" port
 Listen for connections on the given TCP
 .IR port .