diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-31 00:40:28 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-31 00:40:28 +0800 |
commit | ed56b976a701eea51e2c2f9f2a3ea36885d8ebfc (patch) | |
tree | c318f9a7c46e8e9132e239151ef3261175ce00db /sysutils | |
parent | 1b582a35d191bb192dec943dbfb01d8b1334c565 (diff) | |
download | freebsd-ports-gnome-ed56b976a701eea51e2c2f9f2a3ea36885d8ebfc.tar.gz freebsd-ports-gnome-ed56b976a701eea51e2c2f9f2a3ea36885d8ebfc.tar.zst freebsd-ports-gnome-ed56b976a701eea51e2c2f9f2a3ea36885d8ebfc.zip |
Add a pointer to fstat(1) which is very simular and in the base system.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/lsof/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/lsof/pkg-comment b/sysutils/lsof/pkg-comment index fc6911069898..1b417b16f694 100644 --- a/sysutils/lsof/pkg-comment +++ b/sysutils/lsof/pkg-comment @@ -1 +1 @@ -Lists information about open files. +Lists information about open files. (simular to fstat(1)) diff --git a/sysutils/lsof/pkg-descr b/sysutils/lsof/pkg-descr index a046d9198e61..1bf32a34e32b 100644 --- a/sysutils/lsof/pkg-descr +++ b/sysutils/lsof/pkg-descr @@ -4,4 +4,6 @@ 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). +See also fstat(1) in the base system. + -- David (obrien@cs.ucdavis.edu) |