libcasper: reference system.fileargs service

Reviewed by:	oshogbo
MFC after:	3 days
Fixes:		cdd6ea94b0 ("libcasper: introduce cap_fileargs...")
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41761
This commit is contained in:
Ed Maste 2023-09-06 09:45:31 -04:00
parent 969071be93
commit 56e3123fc8

View file

@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd January 10, 2023
.Dd September 6, 2023
.Dt LIBCASPER 3
.Os
.Sh NAME
@ -212,6 +212,8 @@ Casper supports the following services in the base system:
.Bl -tag -width "system.random" -compact -offset indent
.It system.dns
provides libc compatible DNS API
.It system.fileargs
provides an API for opening files specified on a command line
.It system.grp
provides a
.Xr getgrent 3
@ -272,6 +274,7 @@ functions always succeed.
.Xr poll 2 ,
.Xr select 2 ,
.Xr cap_dns 3 ,
.Xr cap_fileargs 3 ,
.Xr cap_grp 3 ,
.Xr cap_net 3 ,
.Xr cap_netdb 3 ,