diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-31 09:34:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-31 09:34:13 +0000 |
commit | efd59c8464a11bdf906696175b911ed746ad30e5 (patch) | |
tree | d522d5a29818870479eecbe17e0147c94535116e | |
parent | 61ff07ed23e103b238a75639cbc7a39b6407bc76 (diff) |
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. |