summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2015-03-19 11:24:07 +0000
committerrwatson <rwatson@FreeBSD.org>2015-03-19 11:24:07 +0000
commitb9b03fb7e3cdf29ad38ea78cca31b5416c7ad569 (patch)
treebbfffd8d1fb72f5616a3c63f023848311116b48c /lib/libc/gen
parentdbc7cd6406e7699298d15e9a563711de3d7955c6 (diff)
downloadFreeBSD-src-b9b03fb7e3cdf29ad38ea78cca31b5416c7ad569.zip
FreeBSD-src-b9b03fb7e3cdf29ad38ea78cca31b5416c7ad569.tar.gz
Merge r263842 from HEAD to stable/10:
Update system man pages for s/capability.h/capsicum.h/. Sponsored by: Google, Inc.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/cap_rights_get.34
-rw-r--r--lib/libc/gen/cap_sandboxed.35
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/cap_rights_get.3 b/lib/libc/gen/cap_rights_get.3
index 78f0ba9..bc6fb24 100644
--- a/lib/libc/gen/cap_rights_get.3
+++ b/lib/libc/gen/cap_rights_get.3
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 23, 2013
+.Dd March 27, 2014
.Dt CAP_RIGHTS_GET 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.In sys/capability.h
+.In sys/capsicum.h
.Ft int
.Fn cap_rights_get "int fd" "cap_rights_t *rights"
.Sh DESCRIPTION
diff --git a/lib/libc/gen/cap_sandboxed.3 b/lib/libc/gen/cap_sandboxed.3
index 067d6d2..7019bfb 100644
--- a/lib/libc/gen/cap_sandboxed.3
+++ b/lib/libc/gen/cap_sandboxed.3
@@ -1,3 +1,4 @@
+.\"
.\" Copyright (c) 2012 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -27,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 18, 2012
+.Dd March 27, 2014
.Dt CAP_SANDBOXED 3
.Os
.Sh NAME
@@ -36,7 +37,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.In sys/capability.h
+.In sys/capsicum.h
.In stdbool.h
.Ft bool
.Fn cap_sandboxed "void"
OpenPOWER on IntegriCloud