aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 09:57:49 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 10:12:10 +0100
commite77497db64f6d3c1fe622a65bf1e98409939b7a6 (patch)
treeafec4661c8acd76450497f7dd6eba3e3192d69ca
parent53bb09f3604125d3d3c8261a25c349a2c1fadf68 (diff)
downloadkeyutils-e77497db64f6d3c1fe622a65bf1e98409939b7a6.tar.gz
man: keyutils(7): Fix layout glitch
I introduced this problem with an earlier commit. Sorry! Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man/keyutils.79
1 files changed, 6 insertions, 3 deletions
diff --git a/man/keyutils.7 b/man/keyutils.7
index bd521f6..e17253b 100644
--- a/man/keyutils.7
+++ b/man/keyutils.7
@@ -34,11 +34,14 @@ To link with the library, the following:
should be specified to the linker.
.P
Three system calls are provided:
-.BR \fBadd_key\fP()
+.TP
+.BR add_key (2)
Supply a new key to the kernel.
-.BR \fBrequest_key\fP()
+.TP
+.BR request_key (2)
Find an existing key for use, or, optionally, create one if one does not exist.
-.BR \fBkeyctl\fP()
+.TP
+.BR keyctl (2)
Control a key in various ways. The library provides a variety of wrappers
around this system call and those should be used rather than calling it
directly.