From 7127973e0c8ca36fda1f5d2d0adae04d61fa0d01 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Aug 2021 11:45:20 +0200 Subject: [PATCH] add_key.2, keyctl.2, request_key.2: Note that the "libkeyutils" package provides See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992377 Reported-by: Dominique Brazziel Signed-off-by: Michael Kerrisk --- man2/add_key.2 | 5 ++++- man2/keyctl.2 | 3 +++ man2/request_key.2 | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/man2/add_key.2 b/man2/add_key.2 index dca44b8e7..3b973104e 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -218,7 +218,10 @@ This system call is a nonstandard Linux extension. Glibc does not provide a wrapper for this system call. A wrapper is provided in the .IR libkeyutils -package. +library. +(The accompanying package provides the +.I +header file.) When employing the wrapper in that library, link with .IR \-lkeyutils . .SH EXAMPLES diff --git a/man2/keyctl.2 b/man2/keyctl.2 index 7f5fcb951..602da3dfe 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -1955,6 +1955,9 @@ This system call is a nonstandard Linux extension. A wrapper is provided in the .IR libkeyutils library. +(The accompanying package provides the +.I +header file.) When employing the wrapper in that library, link with .IR \-lkeyutils . However, rather than using this system call directly, diff --git a/man2/request_key.2 b/man2/request_key.2 index ea23e7ed5..15cec1ae7 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -441,7 +441,10 @@ This system call is a nonstandard Linux extension. Glibc does not provide a wrapper for this system call. A wrapper is provided in the .IR libkeyutils -package. +library. +(The accompanying package provides the +.I +header file.) When employing the wrapper in that library, link with .IR \-lkeyutils . .SH EXAMPLES -- 2.11.4.GIT