From 7f8d97309310f60fbf7e76fb94f55bf7d147019e Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 6 Feb 2010 11:29:06 +0000 Subject: Document one more file descriptor type and two more vnode types. MFC after: 2 weeks --- usr.bin/procstat/procstat.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr.bin/procstat') diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 0fdff9a..f4dc731 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -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 -- cgit v1.1