Update system man pages for s/capability.h/capsicum.h/.

MFC after:	3 weeks
This commit is contained in:
Robert Watson 2014-03-27 21:43:00 +00:00
parent 32a632c401
commit cf321a51b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263842
7 changed files with 15 additions and 14 deletions

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 23, 2013
.Dd March 27, 2014
.Dt CAP_RIGHTS_INIT 3
.Os
.Sh NAME
@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/capability.h
.In sys/capsicum.h
.Ft cap_rights_t *
.Fn cap_rights_init "cap_rights_t *rights" "..."
.Ft cap_rights_t *

View File

@ -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

View File

@ -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"

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 25, 2012
.Dd March 27, 2014
.Dt CAP_ENTER 2
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/capability.h
.In sys/capsicum.h
.Ft int
.Fn cap_enter "void"
.Ft int

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 20, 2012
.Dd March 27, 2014
.Dt CAP_FCNTLS_LIMIT 2
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/capability.h
.In sys/capsicum.h
.Ft int
.Fn cap_fcntls_limit "int fd" "uint32_t fcntlrights"
.Ft int

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 20, 2012
.Dd March 27, 2014
.Dt CAP_IOCTLS_LIMIT 2
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/capability.h
.In sys/capsicum.h
.Ft int
.Fn cap_ioctls_limit "int fd" "const unsigned long *cmds" "size_t ncmds"
.Ft ssize_t

View File

@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 23, 2013
.Dd March 27, 2014
.Dt CAP_RIGHTS_LIMIT 2
.Os
.Sh NAME
@ -41,7 +41,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/capability.h
.In sys/capsicum.h
.Ft int
.Fn cap_rights_limit "int fd" "const cap_rights_t *rights"
.Sh DESCRIPTION