Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/keyctl.2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index 4e3ca5dac..226ae2800 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -28,6 +28,13 @@ .TH KEYCTL 2 2021-08-27 Linux "Linux Key Management Calls" .SH NAME keyctl \- manipulate the kernel's key management facility +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) +.PP +Alternatively, Linux Key Management Utilities +.RI ( libkeyutils ", " -lkeyutils ); +see NOTES. .SH SYNOPSIS .nf .BR "#include <linux/keyctl.h>" " /* Definition of " KEY* " constants */" @@ -1958,8 +1965,6 @@ library. (The accompanying package provides the .I <keyutils.h> header file.) -When employing the wrapper in that library, link with -.IR \-lkeyutils . However, rather than using this system call directly, you probably want to use the various library functions mentioned in the descriptions of individual operations above. -- 2.33.0