1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add a pointer to fstat(1) which is very simular and in the base system.

This commit is contained in:
David E. O'Brien 1998-07-30 16:40:28 +00:00
parent 1b582a35d1
commit ed56b976a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12223
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Lists information about open files.
Lists information about open files. (simular to fstat(1))

View File

@ -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)