From d8f1a35cb51b056fb2db9a1529ea907ddea631b3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 04:20:26 +1000 Subject: [PATCH] keyctl.2: Fix order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man2/keyctl.2 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index ff5315370..2cb382a77 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_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_revoke (3), +.BR keyctl_search (3), +.BR keyctl_set_reqkey_keyring (3), +.BR keyctl_set_timeout (3), +.BR keyctl_setperm (3), .BR keyctl_unlink (3), .BR keyctl_update (3), .BR keyrings (7),