From bf31e732828f76d7764fbda823ede3136b4cf2e6 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 5 Nov 1997 12:13:44 +0000 Subject: [PATCH] add .Nm entries for copies made with MLINKS. this allows 'makewhatis' to properly capture all information about what functions, programs, etc., the man page documents. --- share/man/man9/sleep.9 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"