diff options
author | fgsch <> | 2011-10-04 08:34:34 +0000 |
---|---|---|
committer | fgsch <> | 2011-10-04 08:34:34 +0000 |
commit | d8df5f35946db56b630db60f4869ba5d9cb12a99 (patch) | |
tree | afe30c6696bc88421be1c64cdbdcb5930a293c77 /src/usr.bin/nc/nc.1 | |
parent | d0c429847ac53ca168183bfe6fe005f1cc960182 (diff) | |
download | openbsd-d8df5f35946db56b630db60f4869ba5d9cb12a99.tar.gz openbsd-d8df5f35946db56b630db60f4869ba5d9cb12a99.tar.bz2 openbsd-d8df5f35946db56b630db60f4869ba5d9cb12a99.zip |
change -w to apply to the connection as well. manpage bit from jmc@
nicm@ ok.
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 6a1538cb45..d249aa18b1 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.58 2011/09/17 14:10:05 haesbaert Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.59 2011/10/04 08:34:34 fgsch Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -25,7 +25,7 @@ | |||
25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .Dd $Mdocdate: September 17 2011 $ | 28 | .Dd $Mdocdate: October 4 2011 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -210,9 +210,9 @@ Have | |||
210 | .Nm | 210 | .Nm |
211 | give more verbose output. | 211 | give more verbose output. |
212 | .It Fl w Ar timeout | 212 | .It Fl w Ar timeout |
213 | If a connection and stdin are idle for more than | 213 | Connections which cannot be established or are idle timeout after |
214 | .Ar timeout | 214 | .Ar timeout |
215 | seconds, then the connection is silently closed. | 215 | seconds. |
216 | The | 216 | The |
217 | .Fl w | 217 | .Fl w |
218 | flag has no effect on the | 218 | flag has no effect on the |