diff options
author | ian <> | 2000-07-10 21:52:35 +0000 |
---|---|---|
committer | ian <> | 2000-07-10 21:52:35 +0000 |
commit | 54c97ce0436f95932c9da449373d9cddbdef8aba (patch) | |
tree | 6153ea2ddf76ca912a285cef8bca9606449db4bf /src/usr.bin/nc/nc.1 | |
parent | 5486a7dcd17f8346b3c3d057f7c6887934adb1e8 (diff) | |
download | openbsd-54c97ce0436f95932c9da449373d9cddbdef8aba.tar.gz openbsd-54c97ce0436f95932c9da449373d9cddbdef8aba.tar.bz2 openbsd-54c97ce0436f95932c9da449373d9cddbdef8aba.zip |
Typo & style fix.
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 34f9acaefc..f2cc5a709d 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.9 2000/07/08 15:42:04 aaron Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.10 2000/07/10 21:52:35 ian Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -179,7 +179,7 @@ Specifies that | |||
179 | .Nm | 179 | .Nm |
180 | should just scan for listening | 180 | should just scan for listening |
181 | daemons, without sending any data to them. | 181 | daemons, without sending any data to them. |
182 | Diagnostic messages about refused connections with not be displayed unless | 182 | Diagnostic messages about refused connections will not be displayed unless |
183 | .Fl v | 183 | .Fl v |
184 | is specified twice. | 184 | is specified twice. |
185 | .El | 185 | .El |
@@ -187,7 +187,7 @@ is specified twice. | |||
187 | .Bl -tag -width x | 187 | .Bl -tag -width x |
188 | .It Li "nc" | 188 | .It Li "nc" |
189 | Wait for the user to type what would normally be command-line | 189 | Wait for the user to type what would normally be command-line |
190 | arguments in at stdin. | 190 | arguments on stdin. |
191 | .It Li "nc example.host 42" | 191 | .It Li "nc example.host 42" |
192 | Open a TCP connection to port 42 of example.host. | 192 | Open a TCP connection to port 42 of example.host. |
193 | If the connection | 193 | If the connection |