diff options
author | jmc <> | 2006-01-31 09:34:12 +0000 |
---|---|---|
committer | jmc <> | 2006-01-31 09:34:12 +0000 |
commit | ef09ea7f9f936fccb15b3629daa69854871c4870 (patch) | |
tree | 842de009c5bcca759f0f4c6e4f4cf0ba90839342 /src | |
parent | e709e51f1daafc746fe73fe4af0bf7d334bb3f0a (diff) | |
download | openbsd-ef09ea7f9f936fccb15b3629daa69854871c4870.tar.gz openbsd-ef09ea7f9f936fccb15b3629daa69854871c4870.tar.bz2 openbsd-ef09ea7f9f936fccb15b3629daa69854871c4870.zip |
use "proxy_protocol" as the arg to -X, not "proxy_version";
from ray lai;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 2b87caa915..852ded8ef8 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.42 2006/01/25 23:21:37 djm Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.43 2006/01/31 09:34:12 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -188,7 +188,7 @@ will listen forever for a connection, with or without the | |||
188 | .Fl w | 188 | .Fl w |
189 | flag. | 189 | flag. |
190 | The default is no timeout. | 190 | The default is no timeout. |
191 | .It Fl X Ar proxy_version | 191 | .It Fl X Ar proxy_protocol |
192 | Requests that | 192 | Requests that |
193 | .Nm | 193 | .Nm |
194 | should use the specified protocol when talking to the proxy server. | 194 | should use the specified protocol when talking to the proxy server. |