diff options
author | ericj <> | 2000-09-26 01:41:44 +0000 |
---|---|---|
committer | ericj <> | 2000-09-26 01:41:44 +0000 |
commit | 8607102888fca2a9d8698bbc4ddc4ad1c3b2a54e (patch) | |
tree | 4844f7a723ef8bb011624e6cb12be9929064815f /src/usr.bin | |
parent | bdd702e3e925d77913544e8ce0945ea251363607 (diff) | |
download | openbsd-8607102888fca2a9d8698bbc4ddc4ad1c3b2a54e.tar.gz openbsd-8607102888fca2a9d8698bbc4ddc4ad1c3b2a54e.tar.bz2 openbsd-8607102888fca2a9d8698bbc4ddc4ad1c3b2a54e.zip |
remove -e option, which wasnt on anyway
Diffstat (limited to 'src/usr.bin')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index f2cc5a709d..8eef1b9a54 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.10 2000/07/10 21:52:35 ian Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.11 2000/09/26 01:41:44 ericj Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -85,13 +85,6 @@ and much, much more | |||
85 | .Pp | 85 | .Pp |
86 | The options are as follows: | 86 | The options are as follows: |
87 | .Bl -tag -width Ds | 87 | .Bl -tag -width Ds |
88 | .It Fl e Ar command | ||
89 | Execute the specified command, using data from the network for stdin, | ||
90 | and sending stdout and stderr to the network. | ||
91 | This option is only present if | ||
92 | .Nm | ||
93 | was compiled with the GAPING_SECURITY_HOLE compile time option, since it | ||
94 | allows users to make arbitrary programs available to anyone on the network. | ||
95 | .It Fl g Ar intermediate-host | 88 | .It Fl g Ar intermediate-host |
96 | Specifies a hop along a loose source routed path. | 89 | Specifies a hop along a loose source routed path. |
97 | Can be used more than once to build a chain of hop points. | 90 | Can be used more than once to build a chain of hop points. |