diff options
author | 2003-01-05 09:39:39 +0000 | |
---|---|---|
committer | 2003-01-05 09:39:39 +0000 | |
commit | 750acd4309e5b8a9e134f48dd7f9222117617117 (patch) | |
tree | e66dc05be2bfd6a2cf09dab76d5ff7cb971132d6 | |
parent | add missing bracket; jmc@prioris.mini.pw.edu.pl (diff) | |
download | wireguard-openbsd-750acd4309e5b8a9e134f48dd7f9222117617117.tar.xz wireguard-openbsd-750acd4309e5b8a9e134f48dd7f9222117617117.zip |
Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index b696b3d6936..f60abe6f790 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.23 2002/11/14 00:50:40 deraadt Exp $ +.\" $OpenBSD: nc.1,v 1.24 2003/01/05 09:39:39 pvalchev Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -57,7 +57,7 @@ Unlike .Nm scripts nicely, and separates error messages onto standard error instead of sending them to standard output, as -.Xr telnet 1 , +.Xr telnet 1 does with some. .Pp Destination ports can be single integers or ranges. |