8a3a940f43
NetBSD-current, where the structure of the vnode has been altered. This patch will, as usual, be obsoleted by the next lsof release. PKGREVISION bumped accordingly. Install the lsof.8 man page in man8 instead of installing the preformatted copy in man1 (doing so used to slide by, by new groff really doesn't like formatting preformatted man pages, and besides, it was in the wrong place). Since the only thing left untouched was the DESCR file, I also added mention of kqueues as something lsof might note, meaning that this patch touches every file in the pkg.
5 lines
332 B
Text
5 lines
332 B
Text
Lsof (LiSt Open Files) lists information about files that are open by the
|
|
running processes. An open file may be a regular file, a directory, a block
|
|
special file, a character special file, an executing text reference, a
|
|
library, a stream or a network file (Internet socket, NFS file or Unix domain
|
|
socket), a kqueue descriptor...
|