Skip to content

Commit

Permalink
Document the -b option.
Browse files Browse the repository at this point in the history
  • Loading branch information
is committed Sep 7, 1999
1 parent 1d70b81 commit 8e3f9ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net/netcat/files/patch-sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-sum,v 1.1 1999/09/07 13:22:00 is Exp $
$NetBSD: patch-sum,v 1.2 1999/09/07 13:47:08 is Exp $

MD5 (patch-aa) = 3df9be14c9a95116c7c770c5d295fd6b
MD5 (patch-ab) = 6f2bf2ec7f09ecbbdf98d5dabe99e82e
MD5 (patch-ab) = 0315cba48a9f8324684d6ab89856f777
14 changes: 11 additions & 3 deletions net/netcat/patches/patch-ab
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: patch-ab,v 1.1 1999/09/07 13:22:00 is Exp $
--- netcat.c.orig Tue Sep 7 14:43:01 1999
+++ netcat.c Tue Sep 7 14:51:37 1999
$NetBSD: patch-ab,v 1.2 1999/09/07 13:47:09 is Exp $
--- netcat.c.orig Tue Sep 7 15:15:59 1999
+++ netcat.c Tue Sep 7 15:42:44 1999
@@ -151,6 +151,7 @@

/* global cmd flags: */
Expand Down Expand Up @@ -39,3 +39,11 @@ $NetBSD: patch-ab,v 1.1 1999/09/07 13:22:00 is Exp $
#ifdef GAPING_SECURITY_HOLE
case 'e': /* prog to exec */
pr00gie = optarg;
@@ -1643,6 +1653,7 @@
-e prog program to exec after connect [dangerous!!]");
#endif
holler ("\
+ -b allow broadcasts\n\
-g gateway source-routing hop point[s], up to 8\n\
-G num source-routing pointer: 4, 8, 12, ...\n\
-h this cruft\n\

0 comments on commit 8e3f9ba

Please sign in to comment.