svn commit: r296198 - head/share/man/man4

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Feb 29 17:16:08 UTC 2016


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


More information about the svn-src-all mailing list