diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-26 05:19:38 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-26 05:19:38 +0000 |
commit | fe62e6305dc011bf50462c95485e56f7726e049d (patch) | |
tree | 1b90126d1e8d21229ef6ea1aa846c43c21483035 /usr.bin | |
parent | 9452d3084279b8d94cd47d482493bca7522653bf (diff) |
fix minor typo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nc/netcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/netcat.c b/usr.bin/nc/netcat.c index deef3d18a6c..e24a8077438 100644 --- a/usr.bin/nc/netcat.c +++ b/usr.bin/nc/netcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netcat.c,v 1.14 2000/09/26 05:16:00 ericj Exp $ */ +/* $OpenBSD: netcat.c,v 1.15 2000/09/26 05:19:37 ericj Exp $ */ /* Netcat 1.10 RELEASE 960320 * @@ -612,7 +612,7 @@ dolisten(rad, rp, lad, lp) strcat(bigbuf_net, inet_ntoa(lclend->sin_addr)); else strcat(bigbuf_net, "any"); - strcat(bigbuf_net, "] %d ..."); + strcat(bigbuf_net, "] ..."); z = ntohs(lclend->sin_port); nlog(0, "%s %d", bigbuf_net, z); } /* verbose -- whew!! */ |