diff options
author | 2006-01-31 09:34:12 +0000 | |
---|---|---|
committer | 2006-01-31 09:34:12 +0000 | |
commit | 734c71480704b79f81f2a27b96f8d1fb815fc46a (patch) | |
tree | e9c452d77a121835bd5190b3ecc92e28a49a6103 | |
parent | the TCP SACK option needs sequence number modulation (diff) | |
download | wireguard-openbsd-734c71480704b79f81f2a27b96f8d1fb815fc46a.tar.xz wireguard-openbsd-734c71480704b79f81f2a27b96f8d1fb815fc46a.zip |
use "proxy_protocol" as the arg to -X, not "proxy_version";
from ray lai;
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 2b87caa9158..852ded8ef89 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.42 2006/01/25 23:21:37 djm Exp $ +.\" $OpenBSD: nc.1,v 1.43 2006/01/31 09:34:12 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -188,7 +188,7 @@ will listen forever for a connection, with or without the .Fl w flag. The default is no timeout. -.It Fl X Ar proxy_version +.It Fl X Ar proxy_protocol Requests that .Nm should use the specified protocol when talking to the proxy server. |