diff options
author | 2000-09-26 01:41:44 +0000 | |
---|---|---|
committer | 2000-09-26 01:41:44 +0000 | |
commit | 58a2174762055e3bac93485b1097d274630fc99e (patch) | |
tree | 071567c8e6a71fef30ab0c4391952443ba5f4fd0 | |
parent | Alot of cleanups to netcat (diff) | |
download | wireguard-openbsd-58a2174762055e3bac93485b1097d274630fc99e.tar.xz wireguard-openbsd-58a2174762055e3bac93485b1097d274630fc99e.zip |
remove -e option, which wasnt on anyway
-rw-r--r-- | usr.bin/nc/nc.1 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index f2cc5a709dd..8eef1b9a54d 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.10 2000/07/10 21:52:35 ian Exp $ +.\" $OpenBSD: nc.1,v 1.11 2000/09/26 01:41:44 ericj Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -85,13 +85,6 @@ and much, much more .Pp The options are as follows: .Bl -tag -width Ds -.It Fl e Ar command -Execute the specified command, using data from the network for stdin, -and sending stdout and stderr to the network. -This option is only present if -.Nm -was compiled with the GAPING_SECURITY_HOLE compile time option, since it -allows users to make arbitrary programs available to anyone on the network. .It Fl g Ar intermediate-host Specifies a hop along a loose source routed path. Can be used more than once to build a chain of hop points. |