summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorkrw <>2001-08-30 13:21:50 +0000
committerkrw <>2001-08-30 13:21:50 +0000
commit3aa6cca19978faa51bcffdf887e1b50e6085ba6f (patch)
tree7fececa400141ec84a3f0b968ae99922877231d5 /src/usr.bin/nc/nc.1
parent7e144664969eb0f02f21a9754d69309e7deccc7a (diff)
downloadopenbsd-3aa6cca19978faa51bcffdf887e1b50e6085ba6f.tar.gz
openbsd-3aa6cca19978faa51bcffdf887e1b50e6085ba6f.tar.bz2
openbsd-3aa6cca19978faa51bcffdf887e1b50e6085ba6f.zip
Fix typo - space before a comma.
Spotted by Nick Nauwelaerts.
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index 5aeb8509c3..8fc86c303c 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.16 2001/08/02 20:54:56 ericj Exp $ 1.\" $OpenBSD: nc.1,v 1.17 2001/08/30 13:21:50 krw Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -157,7 +157,7 @@ Open a TCP connection to port 42 of hostname, displaying all
157diagnostic messages on stderr. 157diagnostic messages on stderr.
158.It Li "nc -v -z hostname 20-30" 158.It Li "nc -v -z hostname 20-30"
159Attempt to open TCP connections to ports 20 through 30 of 159Attempt to open TCP connections to ports 20 through 30 of
160hostname , and report which ones 160hostname, and report which ones
161.Nm 161.Nm
162was able to connect to. 162was able to connect to.
163.It Li "nc -v -u -z -w 3 hostname 20-30" 163.It Li "nc -v -u -z -w 3 hostname 20-30"