diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index a70856e1abc0..e6c854c3f4d0 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: sleep.9,v 1.6 1997/10/08 22:00:38 jtc Exp $ +.\" $NetBSD: sleep.9,v 1.7 1997/11/05 12:13:44 mrg Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,8 +38,10 @@ .Dt SLEEP 9 .Os NetBSD .Sh NAME -.Nm sleep -.Nd put current process to sleep +.Nm sleep , +.Nm tsleep , +.Nm wakeup +.Nd process context sleep and and wakeup .Sh SYNOPSIS .Ft int .Fn "tsleep" "void *ident" "int priority" "char *wmesg" "int timo"