diff options
Diffstat (limited to 'emulators/dynamips-devel/files/patch-dynamips.1')
-rw-r--r-- | emulators/dynamips-devel/files/patch-dynamips.1 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/emulators/dynamips-devel/files/patch-dynamips.1 b/emulators/dynamips-devel/files/patch-dynamips.1 index cfa724c388d8..e8431179b2ee 100644 --- a/emulators/dynamips-devel/files/patch-dynamips.1 +++ b/emulators/dynamips-devel/files/patch-dynamips.1 @@ -1,11 +1,11 @@ ---- dynamips.1.orig Wed Feb 14 20:37:58 2007 -+++ dynamips.1 Fri Apr 6 20:59:41 2007 +--- dynamips.1.orig Thu Sep 13 18:45:02 2007 ++++ dynamips.1 Thu Sep 13 19:45:49 2007 @@ -44,7 +44,7 @@ .SH OPTIONS A summary of options is included below. .TP -.B -H <tcp_port> -+.B -H [ip_address:]<tcp_port> ++.B -H [<ip_address>:]<tcp_port> Enable hypervisor mode. .br The hypervisor mode of dynamips allows you to run simultaneously @@ -14,7 +14,15 @@ .TP -.B -T <port> -+.B -T [ip_address:]<port> ++.B -T [<ip_address>:]<port> Console is on TCP <port> .TP .B -U <si_desc> +@@ -141,6 +141,7 @@ + .TP + .B -A <port> + AUX is on TCP <port> ++AUX binding IP == Console binding IP + .TP + .B -B <si_desc> + AUX is on serial interface <si_desc> (default is no AUX port) |