git: facd6b58d5f8 - main - libcapser: Add reference to cap_netdb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Sep 2022 17:52:08 UTC
The branch main has been updated by oshogbo:
URL: https://cgit.FreeBSD.org/src/commit/?id=facd6b58d5f8003790c99a794959118e69786fb9
commit facd6b58d5f8003790c99a794959118e69786fb9
Author: Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2022-09-29 17:45:16 +0000
Commit: Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2022-09-29 17:51:04 +0000
libcapser: Add reference to cap_netdb
MFC after: 1 week
---
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 2151131e29ec..a53ebed0dff1 100644
--- a/lib/libcasper/libcasper/libcasper.3
+++ b/lib/libcasper/libcasper/libcasper.3
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 15, 2021
+.Dd September 29, 2022
.Dt LIBCASPER 3
.Os
.Sh NAME
@@ -219,6 +219,8 @@ provides a
compatible API
.It system.net
provides a libc compatible network API
+.It system.netdb
+provides libc compatible network proto API
.It system.pwd
provides a
.Xr getpwent 3
@@ -273,6 +275,7 @@ functions always succeed.
.Xr cap_dns 3 ,
.Xr cap_grp 3 ,
.Xr cap_net 3 ,
+.Xr cap_netdb 3 ,
.Xr cap_pwd 3 ,
.Xr cap_sysctl 3 ,
.Xr cap_syslog 3 ,