summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpvalchev <>2003-01-05 09:39:39 +0000
committerpvalchev <>2003-01-05 09:39:39 +0000
commit70dea1ea0b6a432fcbb8e10e1ba4dc970c9fa0c0 (patch)
treeec81e8fd9fc6264d57a9a9c0732a085cb4604464
parent84268f9a567465ab00ea2e9c52b69c97885d3d84 (diff)
downloadopenbsd-70dea1ea0b6a432fcbb8e10e1ba4dc970c9fa0c0.tar.gz
openbsd-70dea1ea0b6a432fcbb8e10e1ba4dc970c9fa0c0.tar.bz2
openbsd-70dea1ea0b6a432fcbb8e10e1ba4dc970c9fa0c0.zip
Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl
-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 b696b3d693..f60abe6f79 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.23 2002/11/14 00:50:40 deraadt Exp $ 1.\" $OpenBSD: nc.1,v 1.24 2003/01/05 09:39:39 pvalchev Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -57,7 +57,7 @@ Unlike
57.Nm 57.Nm
58scripts nicely, and separates error messages onto standard error instead 58scripts nicely, and separates error messages onto standard error instead
59of sending them to standard output, as 59of sending them to standard output, as
60.Xr telnet 1 , 60.Xr telnet 1
61does with some. 61does with some.
62.Pp 62.Pp
63Destination ports can be single integers or ranges. 63Destination ports can be single integers or ranges.