svn commit: r203541 - head/usr.bin/procstat
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 6 11:29:07 UTC 2010
Author: antoine
Date: Sat Feb 6 11:29:06 2010
New Revision: 203541
URL: http://svn.freebsd.org/changeset/base/203541
Log:
Document one more file descriptor type and two more vnode types.
MFC after: 2 weeks
Modified:
head/usr.bin/procstat/procstat.1
Modified: head/usr.bin/procstat/procstat.1
==============================================================================
--- head/usr.bin/procstat/procstat.1 Sat Feb 6 04:34:07 2010 (r203540)
+++ head/usr.bin/procstat/procstat.1 Sat Feb 6 11:29:06 2010 (r203541)
@@ -141,6 +141,8 @@ The following file descriptor types may
.Bl -tag -width X -compact
.It c
crypto
+.It e
+POSIX semaphore
.It f
fifo
.It h
@@ -168,10 +170,14 @@ not a vnode
block device
.It c
character device
+.It d
+directory
.It f
fifo
.It l
symbolic link
+.It r
+regular file
.It s
socket
.It x
More information about the svn-src-all
mailing list