FreeBSD Bugzilla – Attachment 63079 Details for
Bug 94158
[PATCH] fix off-by-one example presentation on nc(1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 838 bytes, created by
Yoshihiko Sarumaru
on 2006-03-07 03:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiko Sarumaru
Created:
2006-03-07 03:50:08 UTC
Size:
838 bytes
patch
obsolete
>--- /usr/src/contrib/netcat/nc.1 Mon Jun 27 16:07:55 2005 >+++ nc.1 Tue Mar 7 12:37:34 2006 >@@ -389,17 +389,17 @@ > Open a TCP connection to port 42 of example.host using 10.1.2.3 as the > IP for the local end of the connection: > .Pp >-.Dl "nc -E example.host 42" >+.Dl $ nc -s 10.1.2.3 example.host 42 > .Pp > Open a TCP connection to port 42 of example.host using IPsec ESP for > incoming and outgoing traffic. > .Pp >-.Dl "nc -e 'out ipsec esp/transport//require' example.host 42" >+.Dl $ nc -E example.host 42 > .Pp > Open a TCP connection to port 42 of example.host using IPsec ESP for > outgoing traffic only. > .Pp >-.Dl $ nc -s 10.1.2.3 example.host 42 >+.Dl $ nc -e 'out ipsec esp/transport//require' example.host 42 > .Pp > Send UDP packets to ports 20-30 of example.host, and report which ones > responded with an ICMP packet after three seconds:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 94158
: 63079