summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
authorericj <>2000-09-26 01:41:44 +0000
committerericj <>2000-09-26 01:41:44 +0000
commit8607102888fca2a9d8698bbc4ddc4ad1c3b2a54e (patch)
tree4844f7a723ef8bb011624e6cb12be9929064815f /src/usr.bin
parentbdd702e3e925d77913544e8ce0945ea251363607 (diff)
downloadopenbsd-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.19
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
86The options are as follows: 86The options are as follows:
87.Bl -tag -width Ds 87.Bl -tag -width Ds
88.It Fl e Ar command
89Execute the specified command, using data from the network for stdin,
90and sending stdout and stderr to the network.
91This option is only present if
92.Nm
93was compiled with the GAPING_SECURITY_HOLE compile time option, since it
94allows 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
96Specifies a hop along a loose source routed path. 89Specifies a hop along a loose source routed path.
97Can be used more than once to build a chain of hop points. 90Can be used more than once to build a chain of hop points.