git: 4084669d1867 - main - capser: add cap_net to the list of services

Mariusz Zaborski oshogbo at FreeBSD.org
Sun Jan 3 16:00:20 UTC 2021


The branch main has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=4084669d18671a9468218e07f5cd7512789a0f0f

commit 4084669d18671a9468218e07f5cd7512789a0f0f
Author:     Mariusz Zaborski <oshogbo at FreeBSD.org>
AuthorDate: 2021-01-03 15:55:35 +0000
Commit:     Mariusz Zaborski <oshogbo at FreeBSD.org>
CommitDate: 2021-01-03 15:55:35 +0000

    capser: add cap_net to the list of services
---
 lib/libcasper/libcasper/libcasper.3 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3
index 4341579b6d25..149dd49eb1c9 100644
--- a/lib/libcasper/libcasper/libcasper.3
+++ b/lib/libcasper/libcasper/libcasper.3
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 5, 2020
+.Dd January 3, 2021
 .Dt LIBCASPER 3
 .Os
 .Sh NAME
@@ -208,6 +208,8 @@ provides DNS libc compatible API
 provides
 .Xr getgrent 3
 compatible API
+.It system.net
+provides network libc compatible API
 .It system.pwd
 provides
 .Xr getpwent 3
@@ -260,6 +262,7 @@ functions always succeed.
 .Xr select 2 ,
 .Xr cap_dns 3 ,
 .Xr cap_grp 3 ,
+.Xr cap_net 3 ,
 .Xr cap_pwd 3 ,
 .Xr cap_sysctl 3 ,
 .Xr cap_syslog 3 ,


More information about the dev-commits-src-all mailing list