]> git.ipfire.org Git - thirdparty/man-pages.git/commit
keyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 10 May 2021 17:55:24 +0000 (19:55 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 11 May 2021 05:18:08 +0000 (17:18 +1200)
commit5b013bd50f5e6e02850d9c1a6d9836359e903b4c
treed8d6009f49bba58ca06f2a581fcdec6552814f0d
parent1ad9eda841ce114fec2083a42cd50c1924161586
keyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper

Remove the libkeyutils prototype from the synopsis, which isn't
documented in the rest of the page, and as NOTES says, it's
probably better to use the various library functions.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/keyctl.2