diff options
author | joel <joel@FreeBSD.org> | 2012-03-25 16:00:56 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-25 16:00:56 +0000 |
commit | db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c (patch) | |
tree | dbe9b4470af7195ad940bc288cb0ea4b23dc7c8c /lib/libc/sys/cap_new.2 | |
parent | fd2370c0573dde79a290d6194b6b88aa8b6b2cb1 (diff) | |
download | FreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.zip FreeBSD-src-db7581ccf5eaa9a69c6969b93bdac3408d1f1d0c.tar.gz |
Make sure sections are sorted into conventional order.
Diffstat (limited to 'lib/libc/sys/cap_new.2')
-rw-r--r-- | lib/libc/sys/cap_new.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/cap_new.2 b/lib/libc/sys/cap_new.2 index 362be5c..b469f9a 100644 --- a/lib/libc/sys/cap_new.2 +++ b/lib/libc/sys/cap_new.2 @@ -462,14 +462,14 @@ argument is not a capability. Support for capabilities and capabilities mode was developed as part of the .Tn TrustedBSD Project. +.Sh AUTHORS +These functions and the capability facility were created by +.An "Robert N. M. Watson" +at the University of Cambridge Computer Laboratory with support from a grant +from Google, Inc. .Sh BUGS This man page should list the set of permitted system calls more specifically for each capability right. .Pp Capability rights sometimes have unclear indirect impacts, which should be documented, or at least hinted at. -.Sh AUTHORS -These functions and the capability facility were created by -.An "Robert N. M. Watson" -at the University of Cambridge Computer Laboratory with support from a grant -from Google, Inc. |