diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-26 01:41:45 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-26 01:41:45 +0000 |
commit | 03d6973c076c5b4ca734e911851c8eedff5c6f85 (patch) | |
tree | 22a78073c110beac276be4719f00d24205cac602 | |
parent | 720dce4f1a68100ff50545b1e4e5f1b251dcca3a (diff) |
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. |