Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102177751
D31144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D31144.diff
View Options
diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3
--- a/lib/libcasper/libcasper/libcasper.3
+++ b/lib/libcasper/libcasper/libcasper.3
@@ -200,8 +200,8 @@
function.
The function returns capability that provides access to opened service.
Casper supports the following services in the base system:
-.Bl -tag -width "system.random" -compact -offset indent
.Pp
+.Bl -tag -width "system.random" -compact -offset indent
.It system.dns
provides DNS libc compatible API
.It system.grp
@@ -222,6 +222,7 @@
provides
.Xr syslog 3
compatible API
+.El
.Sh RETURN VALUES
The
.Fn cap_clone ,
diff --git a/lib/libcasper/services/cap_dns/cap_dns.3 b/lib/libcasper/services/cap_dns/cap_dns.3
--- a/lib/libcasper/services/cap_dns/cap_dns.3
+++ b/lib/libcasper/services/cap_dns/cap_dns.3
@@ -158,6 +158,7 @@
limits service to one of the address families (e.g.
.Dv AF_INET , AF_INET6 ,
etc.).
+.El
.Sh EXAMPLES
The following example first opens a capability to casper and then uses this
capability to create the
diff --git a/lib/libcasper/services/cap_fileargs/cap_fileargs.3 b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
--- a/lib/libcasper/services/cap_fileargs/cap_fileargs.3
+++ b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
@@ -222,6 +222,7 @@
Any number of
.Dv NV_TYPE_NULL
where the name of the element is name of the file which can be opened.
+.El
.Sh EXAMPLES
The following example first parse some options and then create the
.Nm system.fileargs
@@ -279,6 +280,8 @@
.Nm cap_fileargs
service first appeared in
.Fx 10.3 .
+.Sh AUTHORS
+.An Mariusz Zaborski Aq Mt oshogbo@FreeBSD.org
.Sh BUGS
The
.Lb cap_fileargs
@@ -287,5 +290,3 @@
is considered experimental, and should not be deployed in production
environments without careful consideration of the risks associated with
the use of experimental operating system features.
-.Sh AUTHORS
-.An Mariusz Zaborski Aq Mt oshogbo@FreeBSD.org
diff --git a/lib/libcasper/services/cap_net/cap_net.3 b/lib/libcasper/services/cap_net/cap_net.3
--- a/lib/libcasper/services/cap_net/cap_net.3
+++ b/lib/libcasper/services/cap_net/cap_net.3
@@ -83,10 +83,9 @@
.Ft "cap_net_limit_t *"
.Fn cap_net_limit_bind "cap_net_limit_t *limit" "const struct sockaddr *sa" "socklen_t salen"
.Sh DESCRIPTION
-.Pp
The functions
-.Fn cap_bind,
-.Fn cap_connect,
+.Fn cap_bind ,
+.Fn cap_connect ,
.Fn cap_gethostbyname ,
.Fn cap_gethostbyname2 ,
.Fn cap_gethostbyaddr
diff --git a/lib/libcasper/services/cap_syslog/cap_syslog.3 b/lib/libcasper/services/cap_syslog/cap_syslog.3
--- a/lib/libcasper/services/cap_syslog/cap_syslog.3
+++ b/lib/libcasper/services/cap_syslog/cap_syslog.3
@@ -28,10 +28,10 @@
.Dt CAP_SYSLOG 3
.Os
.Sh NAME
-.Nm cap_syslog
-.Nm cap_vsyslog
-.Nm cap_openlog
-.Nm cap_closelog
+.Nm cap_syslog ,
+.Nm cap_vsyslog ,
+.Nm cap_openlog ,
+.Nm cap_closelog ,
.Nm cap_setlogmask
.Nd "library for syslog in capability mode"
.Sh LIBRARY
@@ -98,7 +98,7 @@
.Xr closelog 3 ,
.Xr err 3 ,
.Xr openlog 3 ,
-.Xr setlogmask 3
+.Xr setlogmask 3 ,
.Xr syslog 3 ,
.Xr vsyslog 3 ,
.Xr capsicum 4 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 1:50 PM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14561371
Default Alt Text
D31144.diff (3 KB)
Attached To
Mode
D31144: libcasper(3): Correct some warnings found by mandoc
Attached
Detach File
Event Timeline
Log In to Comment