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.
This commit is contained in:
mrg 1997-11-05 12:13:44 +00:00
parent 85a3b2eb8f
commit bf31e73282

View File

@ -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"