Document one more file descriptor type and two more vnode types.

MFC after:	2 weeks
This commit is contained in:
Antoine Brodin 2010-02-06 11:29:06 +00:00
parent 316bcf56a2
commit 341631ae1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203541

View File

@ -141,6 +141,8 @@ The following file descriptor types may be displayed:
.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