diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2000-07-10 21:52:36 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2000-07-10 21:52:36 +0000 |
commit | b78f5c004b80070859ac7b5950f9c0da8b0b6333 (patch) | |
tree | 108eb885d8aee7daf08a2309260fca3eeee11522 | |
parent | 07a2fd9d089b6bb93906377b8baa275e74148d74 (diff) |
Typo & style fix.
-rw-r--r-- | usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 34f9acaefc3..f2cc5a709dd 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.9 2000/07/08 15:42:04 aaron Exp $ +.\" $OpenBSD: nc.1,v 1.10 2000/07/10 21:52:35 ian Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -179,7 +179,7 @@ Specifies that .Nm should just scan for listening daemons, without sending any data to them. -Diagnostic messages about refused connections with not be displayed unless +Diagnostic messages about refused connections will not be displayed unless .Fl v is specified twice. .El @@ -187,7 +187,7 @@ is specified twice. .Bl -tag -width x .It Li "nc" Wait for the user to type what would normally be command-line -arguments in at stdin. +arguments on stdin. .It Li "nc example.host 42" Open a TCP connection to port 42 of example.host. If the connection |