Added FIXME (capabilities are per-thread)

This commit is contained in:
Michael Kerrisk 2005-05-03 14:27:04 +00:00
parent d2b761645c
commit 2d93f55ce7
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
.\" Modified by David A. Wheeler <dwheeler@ida.org>
.\" Modified 2004-05-27, mtk
.\" Modified 2004-06-21, aeb
.\" FIXME capabilities are actually per-thread
.\"
.TH CAPGET 2 2004-06-21 "Linux 2.6.6" "Linux Programmer's Manual"
.SH NAME
@ -116,4 +117,5 @@ library and is available from here:
.br
.B ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs
.SH "SEE ALSO"
.\" FIXME add gettid(2), clone(2) once we've explained threads
.BR capabilities (7)

View File

@ -22,6 +22,7 @@
.\" Modified 2003-05-23, Michael Kerrisk, <mtk-manpages@gmx.net>
.\" Modified 2004-05-27, Michael Kerrisk, <mtk-manpages@gmx.net>
.\" 2004-12-08, mtk Added O_NOATIME for CAP_FOWNER
.\" FIXME Capabilities are actually per-thread.
.\"
.TH CAPABILITIES 7 2004-12-08 "Linux 2.6.9" "Linux Programmer's Manual"
.SH NAME