aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 10:20:33 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-17 10:20:33 +0100
commitb5a0e3110072c5e92a825e7f1afd07db6e106c0c (patch)
tree9e35dd8b62ac7c38177b752e49ccaea700be1e20
parente77497db64f6d3c1fe622a65bf1e98409939b7a6 (diff)
downloadkeyutils-b5a0e3110072c5e92a825e7f1afd07db6e106c0c.tar.gz
man: various pages: Use real minus signs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man/find_key_by_type_and_name.32
-rw-r--r--man/key.dns_resolver.88
-rw-r--r--man/keyctl.32
-rw-r--r--man/keyctl_chown.32
-rw-r--r--man/keyctl_clear.32
-rw-r--r--man/keyctl_describe.32
-rw-r--r--man/keyctl_dh_compute.32
-rw-r--r--man/keyctl_get_keyring_ID.32
-rw-r--r--man/keyctl_get_persistent.32
-rw-r--r--man/keyctl_get_security.34
-rw-r--r--man/keyctl_instantiate.32
-rw-r--r--man/keyctl_invalidate.32
-rw-r--r--man/keyctl_join_session_keyring.34
-rw-r--r--man/keyctl_link.32
-rw-r--r--man/keyctl_read.32
-rw-r--r--man/keyctl_revoke.32
-rw-r--r--man/keyctl_search.32
-rw-r--r--man/keyctl_session_to_parent.32
-rw-r--r--man/keyctl_set_reqkey_keyring.32
-rw-r--r--man/keyctl_set_timeout.32
-rw-r--r--man/keyctl_setperm.32
-rw-r--r--man/keyctl_update.32
-rw-r--r--man/recursive_key_scan.32
-rw-r--r--man/request-key.86
-rw-r--r--man/request-key.conf.528
25 files changed, 45 insertions, 45 deletions
diff --git a/man/find_key_by_type_and_name.3 b/man/find_key_by_type_and_name.3
index ad8ae54..2fbd21e 100644
--- a/man/find_key_by_type_and_name.3
+++ b/man/find_key_by_type_and_name.3
@@ -54,7 +54,7 @@ by the calling process.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH LINKING
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/key.dns_resolver.8 b/man/key.dns_resolver.8
index c737768..e1882e0 100644
--- a/man/key.dns_resolver.8
+++ b/man/key.dns_resolver.8
@@ -13,17 +13,17 @@ key.dns_resolver \- upcall for request\-key to handle dns_resolver keys
.SH SYNOPSIS
\fB/sbin/key.dns_resolver \fR<key>
.br
-\fB/sbin/key.dns_resolver \fR-D [\-v] [\-v] <keydesc> <calloutinfo>
+\fB/sbin/key.dns_resolver \fR\-D [\-v] [\-v] <keydesc> <calloutinfo>
.SH DESCRIPTION
-This program is invoked by request-key on behalf of the kernel when kernel
+This program is invoked by request\-key on behalf of the kernel when kernel
services (such as NFS, CIFS and AFS) want to perform a hostname lookup and the
kernel does not have the key cached. It is not ordinarily intended to be
called directly.
.P
It can be called in debugging mode to test its functionality by passing a
-\fB-D\fR flag on the command line. For this to work, the key description and
+\fB\-D\fR flag on the command line. For this to work, the key description and
the callout information must be supplied. Verbosity can be increased by
-supplying one or more \fB-v\fR flags.
+supplying one or more \fB\-v\fR flags.
.SH ERRORS
All errors will be logged to the syslog.
.SH SEE ALSO
diff --git a/man/keyctl.3 b/man/keyctl.3
index d9a2f85..81929c2 100644
--- a/man/keyctl.3
+++ b/man/keyctl.3
@@ -29,7 +29,7 @@ and then telling the linker it should link in the library:
.sp
.RS
.nf
-.B -lkeyutils
+.B \-lkeyutils
.RE
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH KEYCTL FUNCTIONS
diff --git a/man/keyctl_chown.3 b/man/keyctl_chown.3
index 1db72ef..286bded 100644
--- a/man/keyctl_chown.3
+++ b/man/keyctl_chown.3
@@ -73,7 +73,7 @@ permission to the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_clear.3 b/man/keyctl_clear.3
index da10fe8..21e0c26 100644
--- a/man/keyctl_clear.3
+++ b/man/keyctl_clear.3
@@ -58,7 +58,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_describe.3 b/man/keyctl_describe.3
index 3db2c20..b4f100e 100644
--- a/man/keyctl_describe.3
+++ b/man/keyctl_describe.3
@@ -97,7 +97,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_dh_compute.3 b/man/keyctl_dh_compute.3
index 9b1e6fe..3b04dba 100644
--- a/man/keyctl_dh_compute.3
+++ b/man/keyctl_dh_compute.3
@@ -96,7 +96,7 @@ One of the keys was not a valid user key.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_get_keyring_ID.3 b/man/keyctl_get_keyring_ID.3
index 44b07af..6525292 100644
--- a/man/keyctl_get_keyring_ID.3
+++ b/man/keyctl_get_keyring_ID.3
@@ -81,7 +81,7 @@ it to the keyring.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_get_persistent.3 b/man/keyctl_get_persistent.3
index 72088f8..8d79957 100644
--- a/man/keyctl_get_persistent.3
+++ b/man/keyctl_get_persistent.3
@@ -98,7 +98,7 @@ permission to the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_get_security.3 b/man/keyctl_get_security.3
index 28b1675..a2c5b41 100644
--- a/man/keyctl_get_security.3
+++ b/man/keyctl_get_security.3
@@ -27,7 +27,7 @@ retrieves the security context of a key as a NUL-terminated string. This will
be rendered in a form appropriate to the LSM in force - for instance, with
SELinux, it may look like
.IP
-.B "unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023"
+.B "unconfined_u:unconfined_r:unconfined_t:s0\-s0:c0.c1023"
.P
The caller must have
.B view
@@ -87,7 +87,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_instantiate.3 b/man/keyctl_instantiate.3
index da72054..5ea3b98 100644
--- a/man/keyctl_instantiate.3
+++ b/man/keyctl_instantiate.3
@@ -175,7 +175,7 @@ by the requester.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_invalidate.3 b/man/keyctl_invalidate.3
index 82ee1df..120da45 100644
--- a/man/keyctl_invalidate.3
+++ b/man/keyctl_invalidate.3
@@ -61,7 +61,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_join_session_keyring.3 b/man/keyctl_join_session_keyring.3
index 5d7db93..4e27717 100644
--- a/man/keyctl_join_session_keyring.3
+++ b/man/keyctl_join_session_keyring.3
@@ -67,7 +67,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
@@ -81,4 +81,4 @@ should be specified to the linker.
.BR keyrings (7),
.BR keyutils (7),
.BR session\-keyring (7),
-.BR user\-session-keyring (7)
+.BR user\-session\-keyring (7)
diff --git a/man/keyctl_link.3 b/man/keyctl_link.3
index 2f51670..1185874 100644
--- a/man/keyctl_link.3
+++ b/man/keyctl_link.3
@@ -92,7 +92,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_read.3 b/man/keyctl_read.3
index 23d623b..25821ad 100644
--- a/man/keyctl_read.3
+++ b/man/keyctl_read.3
@@ -97,7 +97,7 @@ The key type does not support reading of the payload data.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_revoke.3 b/man/keyctl_revoke.3
index dd0e152..914a253 100644
--- a/man/keyctl_revoke.3
+++ b/man/keyctl_revoke.3
@@ -58,7 +58,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_search.3 b/man/keyctl_search.3
index 7fb068b..f3e7bc5 100644
--- a/man/keyctl_search.3
+++ b/man/keyctl_search.3
@@ -123,7 +123,7 @@ Although this is a Linux system call, it is not present in
but can be found rather in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_session_to_parent.3 b/man/keyctl_session_to_parent.3
index 343feb9..829b3be 100644
--- a/man/keyctl_session_to_parent.3
+++ b/man/keyctl_session_to_parent.3
@@ -60,7 +60,7 @@ by the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_set_reqkey_keyring.3 b/man/keyctl_set_reqkey_keyring.3
index ed8e9e0..00da586 100644
--- a/man/keyctl_set_reqkey_keyring.3
+++ b/man/keyctl_set_reqkey_keyring.3
@@ -85,7 +85,7 @@ is invalid.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_set_timeout.3 b/man/keyctl_set_timeout.3
index e434ff5..1b7ec94 100644
--- a/man/keyctl_set_timeout.3
+++ b/man/keyctl_set_timeout.3
@@ -66,7 +66,7 @@ permission to the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_setperm.3 b/man/keyctl_setperm.3
index 6a1bfbd..0a4426d 100644
--- a/man/keyctl_setperm.3
+++ b/man/keyctl_setperm.3
@@ -115,7 +115,7 @@ permission to the calling process.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/keyctl_update.3 b/man/keyctl_update.3
index 9823dd8..17fbdb4 100644
--- a/man/keyctl_update.3
+++ b/man/keyctl_update.3
@@ -81,7 +81,7 @@ The key type does not support the update operation on its keys.
This is a library function that can be found in
.IR libkeyutils .
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/recursive_key_scan.3 b/man/recursive_key_scan.3
index 689ff7a..8658002 100644
--- a/man/recursive_key_scan.3
+++ b/man/recursive_key_scan.3
@@ -79,7 +79,7 @@ Ignored.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH LINKING
When linking,
-.B -lkeyutils
+.B \-lkeyutils
should be specified to the linker.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH SEE ALSO
diff --git a/man/request-key.8 b/man/request-key.8
index 45cdeb1..b008d80 100644
--- a/man/request-key.8
+++ b/man/request-key.8
@@ -11,7 +11,7 @@
.SH NAME
request\-key \- handle key instantiation callback requests from the kernel
.SH SYNOPSIS
-\fB/sbin/request-key \fR<op> <key> <uid> <gid> <threadring> <processring>
+\fB/sbin/request\-key \fR<op> <key> <uid> <gid> <threadring> <processring>
<sessionring> [<info>]
.SH DESCRIPTION
This program is invoked by the kernel when the kernel is asked for a key that
@@ -22,12 +22,12 @@ to be called directly.
All errors will be logged to the syslog.
.SH FILES
.ul
-/etc/request-key.conf
+/etc/request\-key.conf
.ul 0
Instantiation handler configuration file.
.P
.ul
-/etc/request-key.d/<keytype>.conf
+/etc/request\-key.d/<keytype>.conf
.ul 0
Keytype specific configuration file.
.SH SEE ALSO
diff --git a/man/request-key.conf.5 b/man/request-key.conf.5
index 73e0dcb..49facad 100644
--- a/man/request-key.conf.5
+++ b/man/request-key.conf.5
@@ -9,18 +9,18 @@
.\"
.TH REQUEST-KEY.CONF 5 "15 November 2011" Linux "Linux Key Management Utilities"
.SH NAME
-request-key.conf - Instantiation handler configuration file
+request\-key.conf \- Instantiation handler configuration file
.SH DESCRIPTION
.P
This file and its associated key-type specific variants are used by the
-/sbin/request-key program to determine which program it should run to
+/sbin/request\-key program to determine which program it should run to
instantiate a key.
.P
-request-key looks first in /etc/request-key.d/ for a file of the key type name
+request\-key looks first in /etc/request\-key.d/ for a file of the key type name
plus ".conf" that it can use. If that is not found, it will fall back to
-/etc/request-key.conf.
+/etc/request\-key.conf.
.P
-request-key scans through the chosen file one line at a time until it
+request\-key scans through the chosen file one line at a time until it
finds a match, which it will then use. If it doesn't find a match, it'll return
an error and the kernel will automatically negate the key.
.P
@@ -30,13 +30,13 @@ comment and ignored.
All other lines are assumed to be command lines with a number of white space
separated fields:
.P
-<op> <type> <description> <callout-info> <prog> <arg1> <arg2> ...
+<op> <type> <description> <callout\-info> <prog> <arg1> <arg2> ...
.P
-The first four fields are used to match the parameters passed to request-key by
+The first four fields are used to match the parameters passed to request\-key by
the kernel. \fIop\fR is the operation type; currently the only supported
operation is "create".
.P
-\fItype\fR, \fIdescription\fR and \fIcallout-info\fR match the three parameters
+\fItype\fR, \fIdescription\fR and \fIcallout\-info\fR match the three parameters
passed to \fBkeyctl request2\fR or the \fBrequest_key()\fR system call. Each of
these may contain one or more asterisk '*' characters as wildcards anywhere
within the string.
@@ -49,8 +49,8 @@ If the program name is prefixed with a pipe bar character '|', then the program
will be forked and exec'd attached to three pipes. The callout information will
be piped to it on it's stdin and the intended payload data will be retrieved
from its stdout. Anything sent to stderr will be posted in syslog. If the
-program exits 0, then /sbin/request-key will attempt to instantiate the key
-with the data read from stdout. If it fails in any other way, then request-key
+program exits 0, then /sbin/request\-key will attempt to instantiate the key
+with the data read from stdout. If it fails in any other way, then request\-key
will attempt to execute the appropriate 'negate' operation command.
.P
The program arguments can be substituted with various macros. Only complete
@@ -103,7 +103,7 @@ create user debug:* negate /bin/keyctl negate %k 30 %S
.br
create user debug:loop:* * |/bin/cat
.br
-create user debug:* * /usr/share/keyutils/request-key-debug.sh %k %d %c %S
+create user debug:* * /usr/share/keyutils/request\-key\-debug.sh %k %d %c %S
.br
negate * * * /bin/keyctl negate %k 30 %S
.RE
@@ -131,11 +131,11 @@ will create an instantiated user-defined key with the callout information as
the payload.
.SH FILES
.ul
-/etc/request-key.conf
+/etc/request\-key.conf
.ul 0
.br
.ul
-/etc/request-key.d/<keytype>.conf
+/etc/request\-key.d/<keytype>.conf
.ul 0
.SH SEE ALSO
-\fBkeyctl\fR(1), \fBrequest-key.conf\fR(5)
+\fBkeyctl\fR(1), \fBrequest\-key.conf\fR(5)