aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 04:20:26 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:13 +1000
commitd8f1a35cb51b056fb2db9a1529ea907ddea631b3 (patch)
treec689e5e0feabd4d3bdc29f58bee1a3f99075b86e
parentf5de7914ffd8878901763f755e12a9cd54c5df2f (diff)
downloadman-pages-d8f1a35cb51b056fb2db9a1529ea907ddea631b3.tar.gz
keyctl.2: Fix order of SEE ALSO entries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/keyctl.27
1 files changed, 3 insertions, 4 deletions
diff --git a/man2/keyctl.2 b/man2/keyctl.2
index ff53153705..2cb382a77f 100644
--- a/man2/keyctl.2
+++ b/man2/keyctl.2
@@ -140,7 +140,6 @@ should be specified to the linker.
.BR keyctl (1),
.BR add_key (2),
.BR request_key (2),
-.BR keyctl_set_timeout (3),
.BR keyctl_chown (3),
.BR keyctl_clear (3),
.BR keyctl_describe (3),
@@ -150,13 +149,13 @@ should be specified to the linker.
.BR keyctl_join_session_keyring (3),
.BR keyctl_link (3),
.BR keyctl_negate (3),
+.BR keyctl_read (3),
+.BR keyctl_read_alloc (3),
.BR keyctl_revoke (3),
.BR keyctl_search (3),
-.BR keyctl_setperm (3),
.BR keyctl_set_reqkey_keyring (3),
.BR keyctl_set_timeout (3),
-.BR keyctl_read (3),
-.BR keyctl_read_alloc (3),
+.BR keyctl_setperm (3),
.BR keyctl_unlink (3),
.BR keyctl_update (3),
.BR keyrings (7),