Date: Mon, 29 Feb 2016 17:16:06 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296198 - head/share/man/man4 Message-ID: <201602291716.u1THG6Ns024793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291716.u1THG6Ns024793>