From owner-svn-src-all@freebsd.org Mon Feb 29 17:16:08 2016 Return-Path: Delivered-To: svn-src-all@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 38A06AB88E3; Mon, 29 Feb 2016 17:16:08 +0000 (UTC) (envelope-from trasz@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 0A203F04; Mon, 29 Feb 2016 17:16:07 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1THG7pl024795; Mon, 29 Feb 2016 17:16:07 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1THG6Ns024793; Mon, 29 Feb 2016 17:16:06 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201602291716.u1THG6Ns024793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 29 Feb 2016 17:16:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296198 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 17:16:08 -0000 Author: trasz Date: Mon Feb 29 17:16:06 2016 New Revision: 296198 URL: https://svnweb.freebsd.org/changeset/base/296198 Log: The tcpdump is section 1, not 8. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/carp.4 head/share/man/man4/enc.4 Modified: head/share/man/man4/carp.4 ============================================================================== --- head/share/man/man4/carp.4 Mon Feb 29 17:14:04 2016 (r296197) +++ head/share/man/man4/carp.4 Mon Feb 29 17:16:06 2016 (r296198) @@ -291,23 +291,23 @@ notify 0 { To see .Nm packets decoded in -.Xr tcpdump 8 +.Xr tcpdump 1 output, one needs to specify .Fl T Ar carp option, otherwise -.Xr tcpdump 8 +.Xr tcpdump 1 tries to interpret them as VRRP packets: .Bd -literal -offset indent tcpdump -npi vlan0 -T carp .Ed .Sh SEE ALSO +.Xr tcpdump 1 , .Xr inet 4 , .Xr pfsync 4 , .Xr devd.conf 5 , .Xr rc.conf 5 , .Xr ifconfig 8 , -.Xr sysctl 8 , -.Xr tcpdump 8 +.Xr sysctl 8 .Sh HISTORY The .Nm Modified: head/share/man/man4/enc.4 ============================================================================== --- head/share/man/man4/enc.4 Mon Feb 29 17:14:04 2016 (r296197) +++ head/share/man/man4/enc.4 Mon Feb 29 17:16:06 2016 (r296198) @@ -129,5 +129,4 @@ variables according to your need and run .Xr ipf 4 , .Xr ipfw 4 , .Xr ipsec 4 , -.Xr pf 4 , -.Xr tcpdump 8 +.Xr pf 4