summaryrefslogtreecommitdiffstats
path: root/share/man/man4/capsicum.4
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2013-08-28 19:49:32 +0000
committerrwatson <rwatson@FreeBSD.org>2013-08-28 19:49:32 +0000
commita9feb8e8b996e9a105c5581728f136d650c732b3 (patch)
tree16f0ad30699623e5f37923c75b0fe5de5a642a17 /share/man/man4/capsicum.4
parent1e9dff7acaa990a9dcb8101c26a5756f555eb4eb (diff)
downloadFreeBSD-src-a9feb8e8b996e9a105c5581728f136d650c732b3.zip
FreeBSD-src-a9feb8e8b996e9a105c5581728f136d650c732b3.tar.gz
Add a simple procdesc(4) man page describing "options PROCDESC" and the
high-level facility, supplementing pdfork(2) and friends. Update capsicum.4 to xref. Suggested by: sbruno MFC after: 3 days
Diffstat (limited to 'share/man/man4/capsicum.4')
-rw-r--r--share/man/man4/capsicum.414
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4
index 39619f9..8f38dc4 100644
--- a/share/man/man4/capsicum.4
+++ b/share/man/man4/capsicum.4
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2011 Robert N. M. Watson
+.\" Copyright (c) 2011, 2013 Robert N. M. Watson
.\" Copyright (c) 2011 Jonathan Anderson
.\" All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 20, 2011
+.Dd August 21, 2013
.Dt CAPSICUM 4
.Os
.Sh NAME
@@ -78,10 +78,13 @@ objects using capabilities rather than global namespaces:
.Bl -tag -width indent
.It process descriptors
File descriptors representing processes, allowing parent processes to manage
-child processes without requiring access to the PID namespace.
+child processes without requiring access to the PID namespace; described in
+greater detail in
+.Xr procdesc 4 .
.It anonymous shared memory
An extension to the POSIX shared memory API to support anonymous swap objects
-associated with file descriptors.
+associated with file descriptors; described in greater detail in
+.Xr shm_open 2 .
.El
.Sh SEE ALSO
.Xr cap_enter 2 ,
@@ -96,7 +99,8 @@ associated with file descriptors.
.Xr pdwait4 2 ,
.Xr read 2 ,
.Xr shm_open 2 ,
-.Xr write 2
+.Xr write 2 ,
+.Xr procdesc 4 ,
.Sh HISTORY
.Nm
first appeared in
OpenPOWER on IntegriCloud