]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fstat(1): Add EXAMPLES section
authorfernape <fernape@FreeBSD.org>
Thu, 19 Nov 2020 19:05:16 +0000 (19:05 +0000)
committerfernape <fernape@FreeBSD.org>
Thu, 19 Nov 2020 19:05:16 +0000 (19:05 +0000)
commit9e8ad253a41db812a7b21bbbd04b8852450e27cd
treeb338daf58b844f57aed540844d50b9c62a4975a4
parentf44186fe3c6adadbb18b31e4639306ca132f8a73
fstat(1): Add EXAMPLES section

* Add examples covering -f, -m and -p flags.

While here, extend the initial description paragraph to note that fstat(1)
will report on all opened files, belonging to processes the user has access to.
The current paragraph may lead to understand that you can get information on
opened files from processes belonging to other users.

Reviewed by: bjk@, danfe@, gbe@
Approved by: manpages (gbe@)
Differential Revision: https://reviews.freebsd.org/D26949
usr.bin/fstat/fstat.1