diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index e7dc770fca..25238ba698 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.99 2025/05/21 08:41:35 djm Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.100 2025/05/28 03:57:13 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -25,7 +25,7 @@ | |||
25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .Dd $Mdocdate: May 21 2025 $ | 28 | .Dd $Mdocdate: May 28 2025 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -349,7 +349,7 @@ If the protocol is not specified, SOCKS version 5 is used. | |||
349 | Note that the SOCKS v.4 protocol is very limited and can only be used when | 349 | Note that the SOCKS v.4 protocol is very limited and can only be used when |
350 | the destination host can be resolved to an IPv4 address. | 350 | the destination host can be resolved to an IPv4 address. |
351 | The other protocols pass the destination as a string to be interpreted | 351 | The other protocols pass the destination as a string to be interpreted |
352 | by the remote proxy and do not have this limitiation. | 352 | by the remote proxy and do not have this limitation. |
353 | .It Fl x Ar proxy_address Ns Op : Ns Ar port | 353 | .It Fl x Ar proxy_address Ns Op : Ns Ar port |
354 | Connect to | 354 | Connect to |
355 | .Ar destination | 355 | .Ar destination |