Module Name:    src
Committed By:   gutteridge
Date:           Sun Feb 16 22:20:31 UTC 2020

Modified Files:
        src/external/bsd/tcpdump/dist: tcpdump.1.in

Log Message:
tcpdump.1.in: fix stray line from merge botch


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/tcpdump/dist/tcpdump.1.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tcpdump/dist/tcpdump.1.in
diff -u src/external/bsd/tcpdump/dist/tcpdump.1.in:1.14 src/external/bsd/tcpdump/dist/tcpdump.1.in:1.15
--- src/external/bsd/tcpdump/dist/tcpdump.1.in:1.14	Tue Oct  1 16:06:16 2019
+++ src/external/bsd/tcpdump/dist/tcpdump.1.in	Sun Feb 16 22:20:31 2020
@@ -1,4 +1,4 @@
-.\"	NetBSD: tcpdump.8,v 1.9 2003/03/31 00:18:17 perry Exp 
+.\"	$NetBSD: tcpdump.1.in,v 1.15 2020/02/16 22:20:31 gutteridge Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
 .\"	The Regents of the University of California.  All rights reserved.
@@ -20,7 +20,7 @@
 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.TH TCPDUMP 8  "2 February 2017"
+.TH TCPDUMP 8  "16 February 2020"
 .SH NAME
 tcpdump \- dump traffic on a network
 .SH SYNOPSIS
@@ -213,7 +213,7 @@ your ``status'' character, typically con
 \" .BR stty (1)
 \" in order to use it) and will continue capturing packets. On platforms that
 \" do not support the SIGINFO signal, the same can be achieved by using the
-SIGUSR1 signal.
+\" SIGUSR1 signal.
 and will continue capturing packets.
 .LP
 Reading packets from a network interface may require that you have

Reply via email to