From ecdcdf95c6a51633596d860b3ca150aa1dc76cb5 Mon Sep 17 00:00:00 2001 From: Nuno Antunes Date: Thu, 23 Aug 2012 08:21:57 +0100 Subject: [PATCH] msgport.9: Add cross reference to sleep(9). --- share/man/man9/msgport.9 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/man/man9/msgport.9 b/share/man/man9/msgport.9 index 5d1ccb9..d112e27 100644 --- a/share/man/man9/msgport.9 +++ b/share/man/man9/msgport.9 @@ -587,7 +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 spinlock 9 , +.Xr sleep 9 .Sh HISTORY The LWKT msgport interface first appeared in .Dx 1.0 . -- 1.7.7.2