From 7cb54419fb90ea98a02656bddc6f83d82f29dcfa Mon Sep 17 00:00:00 2001 From: Nuno Antunes Date: Thu, 23 Aug 2012 08:37:23 +0100 Subject: [PATCH] msgport.9: Sort cross references alphabetically. We sort SEE ALSOs first by section, then alphabetically. Pointed-out-by: swildner --- share/man/man9/msgport.9 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/msgport.9 b/share/man/man9/msgport.9 index d112e27..7aab32b 100644 --- a/share/man/man9/msgport.9 +++ b/share/man/man9/msgport.9 @@ -587,8 +587,8 @@ When a message is replied to, the error response is written on the message which is subsequently sent to the reply port. .Sh SEE ALSO .Xr serializer 9 , -.Xr spinlock 9 , -.Xr sleep 9 +.Xr sleep 9 , +.Xr spinlock 9 .Sh HISTORY The LWKT msgport interface first appeared in .Dx 1.0 . -- 1.7.7.2