aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2019-03-07 08:42:45 +0100
committerDavid Howells <dhowells@redhat.com>2019-05-03 08:07:56 +0100
commit6feef507d01880d70d01f1b1415ae42c0be51687 (patch)
treebd0ce17a2d56051e1c781b064c2c0fb2cfdbe976
parent2d384413d290b90146e8f30d7b006758b87ad4d8 (diff)
downloadkeyutils-6feef507d01880d70d01f1b1415ae42c0be51687.tar.gz
man: keyctl_pkey_verify(3) should point to keyctl_pkey_sign(3)
This fixes man(1) and mandb(8) complaining that keyctl_pkey_verify.3.gz is self referencing. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--man/keyctl_pkey_verify.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/keyctl_pkey_verify.3 b/man/keyctl_pkey_verify.3
index 6b2927a..0535113 100644
--- a/man/keyctl_pkey_verify.3
+++ b/man/keyctl_pkey_verify.3
@@ -1 +1 @@
-.so keyctl_pkey_verify.3
+.so keyctl_pkey_sign.3