diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-01 00:37:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-01 00:37:09 +0000 |
commit | 6035e9886fb7ee4350eee37029b6dc6bd0fe9f15 (patch) | |
tree | 0525f0e270b12c498d1d014ac342be6877126191 /usr.bin/nc/nc.1 | |
parent | f6ca96158b76c283b176dad47c29162d12ca1d99 (diff) |
resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 64a1dbbc8b4..82712fad801 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.28 2004/02/20 10:53:10 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.29 2004/03/01 00:37:08 tedu Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -89,6 +89,8 @@ to use IPv4 addresses only. Forces .Nm to use IPv6 addresses only. +.It Fl d +Do not attempt to read from stdin. .It Fl h Prints out .Nm |