From 3aa6cca19978faa51bcffdf887e1b50e6085ba6f Mon Sep 17 00:00:00 2001 From: krw <> Date: Thu, 30 Aug 2001 13:21:50 +0000 Subject: Fix typo - space before a comma. Spotted by Nick Nauwelaerts. --- src/usr.bin/nc/nc.1 | 4 ++-- 1 file 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 @@ -.\" $OpenBSD: nc.1,v 1.16 2001/08/02 20:54:56 ericj Exp $ +.\" $OpenBSD: nc.1,v 1.17 2001/08/30 13:21:50 krw Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -157,7 +157,7 @@ Open a TCP connection to port 42 of hostname, displaying all diagnostic messages on stderr. .It Li "nc -v -z hostname 20-30" Attempt to open TCP connections to ports 20 through 30 of -hostname , and report which ones +hostname, and report which ones .Nm was able to connect to. .It Li "nc -v -u -z -w 3 hostname 20-30" -- cgit v1.2.3-55-g6feb