From owner-svn-src-head@freebsd.org Fri Sep 15 20:34:53 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E482CE085BC; Fri, 15 Sep 2017 20:34:53 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B21A17C19A; Fri, 15 Sep 2017 20:34:53 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FKYqo1059614; Fri, 15 Sep 2017 20:34:52 GMT (envelope-from tuexen@FreeBSD.org) Received: (from tuexen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FKYqKh059613; Fri, 15 Sep 2017 20:34:52 GMT (envelope-from tuexen@FreeBSD.org) Message-Id: <201709152034.v8FKYqKh059613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tuexen set sender to tuexen@FreeBSD.org using -f From: Michael Tuexen Date: Fri, 15 Sep 2017 20:34:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323626 - head/usr.sbin/tcpdrop X-SVN-Group: head X-SVN-Commit-Author: tuexen X-SVN-Commit-Paths: head/usr.sbin/tcpdrop X-SVN-Commit-Revision: 323626 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 20:34:54 -0000 Author: tuexen Date: Fri Sep 15 20:34:52 2017 New Revision: 323626 URL: https://svnweb.freebsd.org/changeset/base/323626 Log: Add references. Suggested by Maxim Konovalov. Sponsored by: Netflix, Inc. Modified: head/usr.sbin/tcpdrop/tcpdrop.8 Modified: head/usr.sbin/tcpdrop/tcpdrop.8 ============================================================================== --- head/usr.sbin/tcpdrop/tcpdrop.8 Fri Sep 15 20:16:06 2017 (r323625) +++ head/usr.sbin/tcpdrop/tcpdrop.8 Fri Sep 15 20:34:52 2017 (r323626) @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 14, 2017 +.Dd September 15, 2017 .Dt TCPDROP 8 .Os .Sh NAME @@ -172,7 +172,10 @@ LAST_ACK state use: .Ed .Sh SEE ALSO .Xr netstat 1 , -.Xr sockstat 1 +.Xr sockstat 1 , +.Xr tcp 4 , +.Xr tcp_functions 9 + .Sh AUTHORS .An Markus Friedl Aq Mt markus@openbsd.org .An Juli Mallett Aq Mt jmallett@FreeBSD.org