Skip to content

Commit

Permalink
nc(1): remove invalid manpage reference
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jan 23, 2024
1 parent 7ba63b0 commit 011f679
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
16 changes: 12 additions & 4 deletions patches/src.freebsd.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12449,11 +12449,10 @@
.It Fl v
Have
.Nm
@@ -477,16 +446,6 @@
IP for the local end of the connection:
@@ -478,16 +447,6 @@
.Pp
.Dl $ nc -s 10.1.2.3 host.example.com 42
-.Pp
.Pp
-Open a TCP connection to port 42 of host.example.com using IPsec ESP for
-incoming and outgoing traffic.
-.Pp
Expand All @@ -12463,9 +12462,18 @@
-outgoing traffic only.
-.Pp
-.Dl $ nc -e 'out ipsec esp/transport//require' host.example.com 42
.Pp
-.Pp
Create and listen on a
.Ux Ns -domain
stream socket:
@@ -515,7 +474,6 @@
.Ex -std
.Sh SEE ALSO
.Xr cat 1 ,
-.Xr setfib 1 ,
.Xr ssh 1 ,
.Xr tcp 4
.Sh AUTHORS
--- src.orig/netcat/netcat.c
+++ src.freebsd/netcat/netcat.c
@@ -35,17 +35,12 @@
Expand Down
1 change: 0 additions & 1 deletion src.freebsd/netcat/nc.1
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ if the proxy requires it:
.Ex -std
.Sh SEE ALSO
.Xr cat 1 ,
.Xr setfib 1 ,
.Xr ssh 1 ,
.Xr tcp 4
.Sh AUTHORS
Expand Down

0 comments on commit 011f679

Please sign in to comment.