From cf4d43612799b0eab58410d192430a5b5ae9d9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Tue, 25 Sep 2012 06:00:07 +0200 Subject: [PATCH] keyctl.2: Reorder SEE ALSO, without .br Signed-off-by: Michael Kerrisk --- man2/keyctl.2 | 54 +++++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 38 deletions(-) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index fcb30ab6e..f0dd6075e 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -124,47 +124,25 @@ When linking, should be specified to the linker. .SH SEE ALSO .BR keyctl (1), -.br .BR add_key (2), -.br .BR request_key (2), -.br -.BR keyctl_get_keyring_ID (3), -.br -.BR keyctl_join_session_keyring (3), -.br -.BR keyctl_update (3), -.br -.BR keyctl_revoke (3), -.br -.BR keyctl_chown (3), -.br -.BR keyctl_setperm (3), -.br -.BR keyctl_describe (3), -.br -.BR keyctl_clear (3), -.br -.BR keyctl_link (3), -.br -.BR keyctl_unlink (3), -.br -.BR keyctl_search (3), -.br -.BR keyctl_read (3), -.br -.BR keyctl_instantiate (3), -.br -.BR keyctl_negate (3), -.br -.BR keyctl_set_reqkey_keyring (3), -.br .BR keyctl_set_timeout (3), -.br -.BR keyctl_assume_authority (3), -.br +.BR keyctl_chown (3), +.BR keyctl_clear (3), +.BR keyctl_describe (3), .BR keyctl_describe_alloc (3), -.br +.BR keyctl_get_keyring_ID (3), +.BR keyctl_instantiate (3), +.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 +.BR keyctl_unlink (3), +.BR keyctl_update (3), .BR request-key (8)