diff options
author | Michael Kerrisk <mtk.manpages@googlemail.com> | 2008-05-09 06:41:47 -0700 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2008-05-09 06:41:47 -0700 |
commit | 4bf825144fb659019b1a8aaa57198315165aa7ec (patch) | |
tree | df48d60c906d93d5153676128a51435e12ead632 | |
parent | 4eadce8d403a95aecaa2cd4dbfc73e81eab86d00 (diff) | |
download | libcap2-4bf825144fb659019b1a8aaa57198315165aa7ec.tar.gz |
Added note about capabilities(7) from the main system man pages.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r-- | doc/cap_clear.3 | 3 | ||||
-rw-r--r-- | doc/cap_copy_ext.3 | 3 | ||||
-rw-r--r-- | doc/cap_from_text.3 | 3 | ||||
-rw-r--r-- | doc/cap_get_file.3 | 3 | ||||
-rw-r--r-- | doc/cap_get_proc.3 | 3 | ||||
-rw-r--r-- | doc/cap_init.3 | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/doc/cap_clear.3 b/doc/cap_clear.3 index 9ca243a..71a74ca 100644 --- a/doc/cap_clear.3 +++ b/doc/cap_clear.3 @@ -89,4 +89,5 @@ is an extension. .BR cap_from_text (3), .BR cap_get_file (3), .BR cap_get_proc (3), -.BR cap_init (3) +.BR cap_init (3), +.BR capabilities (7) diff --git a/doc/cap_copy_ext.3 b/doc/cap_copy_ext.3 index 4fc7fc6..3686254 100644 --- a/doc/cap_copy_ext.3 +++ b/doc/cap_copy_ext.3 @@ -99,4 +99,5 @@ These functions are specified by POSIX.1e. .BR cap_from_text (3), .BR cap_get_file (3), .BR cap_get_proc (3), -.BR cap_init (3) +.BR cap_init (3), +.BR capabilities (7) diff --git a/doc/cap_from_text.3 b/doc/cap_from_text.3 index 372bb72..146bbdc 100644 --- a/doc/cap_from_text.3 +++ b/doc/cap_from_text.3 @@ -173,4 +173,5 @@ are a Linux extension. .BR cap_copy_ext (3), .BR cap_get_file (3), .BR cap_get_proc (3), -.BR cap_init (3) +.BR cap_init (3), +.BR capabilities (7) diff --git a/doc/cap_get_file.3 b/doc/cap_get_file.3 index e9c3b98..2092a85 100644 --- a/doc/cap_get_file.3 +++ b/doc/cap_get_file.3 @@ -96,4 +96,5 @@ These functions are specified by POSIX.1e. .BR cap_copy_ext (3), .BR cap_from_text (3), .BR cap_get_proc (3), -.BR cap_init (3) +.BR cap_init (3), +.BR capabilities (7) diff --git a/doc/cap_get_proc.3 b/doc/cap_get_proc.3 index 3be2efc..51d796c 100644 --- a/doc/cap_get_proc.3 +++ b/doc/cap_get_proc.3 @@ -122,4 +122,5 @@ this default. .BR cap_copy_ext (3), .BR cap_from_text (3), .BR cap_get_file (3), -.BR cap_init (3) +.BR cap_init (3), +.BR capabilities (7) diff --git a/doc/cap_init.3 b/doc/cap_init.3 index b5db87c..2d87bfc 100644 --- a/doc/cap_init.3 +++ b/doc/cap_init.3 @@ -77,4 +77,5 @@ These functions are specified by POSIX.1e. .BR cap_copy_ext (3), .BR cap_from_text (3), .BR cap_get_file (3), -.BR cap_get_proc (3) +.BR cap_get_proc (3), +.BR capabilities (7) |