keyctl.2: Fix order of SEE ALSO entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 04:20:26 +10:00
parent f5de7914ff
commit d8f1a35cb5
1 changed files with 5 additions and 6 deletions

View File

@ -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),