aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 09:54:24 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 10:12:00 +0100
commit827147bc05a21cf9feacb57db5066e42e4048778 (patch)
tree05ade48ae08f88b3f7aae17b41fc9eebbcbc19d6
parent81258f2a2b41cadf36a1b8e958b4882a854c0193 (diff)
downloadkeyutils-827147bc05a21cf9feacb57db5066e42e4048778.tar.gz
man: keyutils(7): Use real minus signs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man/keyutils.714
1 files changed, 7 insertions, 7 deletions
diff --git a/man/keyutils.7 b/man/keyutils.7
index 155c782..7370fef 100644
--- a/man/keyutils.7
+++ b/man/keyutils.7
@@ -28,7 +28,7 @@ to access the library:
To link with the library, the following:
.P
.RS
-.B -lkeyutils
+.B \-lkeyutils
.RE
.P
should be specified to the linker.
@@ -74,21 +74,21 @@ can be triggered by \fBrequest_key\fP(), but userspace is better off using
The upcalling mechanism is usually routed via the:
.P
.RS
-.B request-key
+.B request\-key
.RE
.P
program. What this does with any particular key is configurable in:
.P
.RS
-.I /etc/request-key.conf
+.I /etc/request\-key.conf
.br
-.I /etc/request-key.d/
+.I /etc/request\-key.d/
.RE
.P
See the
-.BR request-key.conf (5)
+.BR request\-key.conf (5)
and the
-.BR request-key (8)
+.BR request\-key (8)
manual pages for more information.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
@@ -102,5 +102,5 @@ manual pages for more information.
.BR session\-keyring (7),
.BR thread\-keyring (7),
.BR user\-keyring (7),
-.BR user\-session-keyring (7),
+.BR user\-session\-keyring (7),
.BR pam_keyinit (8)