aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-08 19:32:29 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-08 19:32:29 +0000
commitc1788b63ab6b2453224d3c9a3437464f7645f3a4 (patch)
treeeaa2889dff32b740f03c7ff7f2fb44370b5ab829 /sbin
parent01a31db4d11a1e5a2aa1d5d1db7e9ebfdd53a5d1 (diff)
downloadsrc-c1788b63ab6b2453224d3c9a3437464f7645f3a4.tar.gz
src-c1788b63ab6b2453224d3c9a3437464f7645f3a4.zip
Some improvements to the casperd manual page.
Submitted by: emaste
Notes
Notes: svn path=/head/; revision=259106
Diffstat (limited to 'sbin')
-rw-r--r--sbin/casperd/casperd.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/casperd/casperd.8 b/sbin/casperd/casperd.8
index 50f8ebed41d9..ccf9a3d7bd3f 100644
--- a/sbin/casperd/casperd.8
+++ b/sbin/casperd/casperd.8
@@ -43,15 +43,15 @@
.Sh DESCRIPTION
The
.Nm
-daemon provides various services in capability-like fashion to programs
-running in capability mode sandbox.
+daemon hosts various services that can be accessed through
+libcapsicum's capabilities by programs running in sandboxes.
For example it is prohibited to send UDP packets to arbitrary destinations
when operating in capability mode, which makes DNS resolution impossible.
To make it possible the
.Nm
-daemon provides
+daemon provides the
.Nm system.dns
-service that allows to proxy DNS resolution requests through dedicated,
+service that proxies DNS resolution requests through a dedicated,
non-sandboxed process provided by
.Nm .
.Pp
@@ -80,15 +80,15 @@ stored.
The default location is
.Pa /var/run/casperd.pid .
.It Fl S Ar sockpath
-Specify alternative location of a
+Specify alternative location of the
.Xr unix 4
-domain socket that can be used to connect to the
+domain socket used to connect to the
.Nm
daemon.
The default location is
.Pa /var/run/casper .
.It Fl v
-Print or log verbose/debugging informations.
+Print or log verbose/debugging information.
This option can be specified multiple times to raise the verbosity
level.
.El