svn commit: r200779 - head/usr.bin/sockstat

Dag-Erling Smorgrav des at FreeBSD.org
Mon Dec 21 17:23:05 UTC 2009


Author: des
Date: Mon Dec 21 17:23:04 2009
New Revision: 200779
URL: http://svn.freebsd.org/changeset/base/200779

Log:
  Note that sockstat(1) does not display kernel-owned sockets.
  
  Submitted by:	infofarmer@
  MFC after:	2 weeks

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

Modified: head/usr.bin/sockstat/sockstat.1
==============================================================================
--- head/usr.bin/sockstat/sockstat.1	Mon Dec 21 15:50:37 2009	(r200778)
+++ head/usr.bin/sockstat/sockstat.1	Mon Dec 21 17:23:04 2009	(r200779)
@@ -167,3 +167,10 @@ The
 .Nm
 command and this manual page were written by
 .An Dag-Erling Sm\(/orgrav Aq des at FreeBSD.org .
+.Sh BUGS
+Unlike
+.Xr netstat 1 ,
+.Nm
+lists sockets by walking file descriptor tables and will not output
+the ones owned by the kernel, e.g. NLM sockets created by
+.Xr rpc.lockd 8 .


More information about the svn-src-head mailing list