svn commit: r266646 - head/usr.bin/netstat

Allan Jude allanjude at FreeBSD.org
Sun May 25 08:09:56 UTC 2014


Author: allanjude (doc committer)
Date: Sun May 25 08:09:55 2014
New Revision: 266646
URL: http://svnweb.freebsd.org/changeset/base/266646

Log:
  Add path markup on sys/mbuf.h to previous netstat(1) man page update
  
  Submitted by:	brueffer
  Reviewed by:	eadler (mentor)

Modified:
  head/usr.bin/netstat/netstat.1

Modified: head/usr.bin/netstat/netstat.1
==============================================================================
--- head/usr.bin/netstat/netstat.1	Sun May 25 07:41:12 2014	(r266645)
+++ head/usr.bin/netstat/netstat.1	Sun May 25 08:09:55 2014	(r266646)
@@ -374,7 +374,9 @@ some fields to overflow.
 Display the flowid and flowtype for each socket.
 flowid is a 32 bit hardware specific identifier for each flow.
 flowtype defines which protocol fields are hashed to produce the id.
-A complete listing is available in sys/mbuf.h under M_HASHTYPE_*
+A complete listing is available in
+.Pa sys/mbuf.h
+under M_HASHTYPE_*
 .El
 .Pp
 The default display, for active sockets, shows the local


More information about the svn-src-all mailing list