From f4e264e3d50e9c32de066adf077ba9c2fb577261 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 10 Jul 2000 06:44:35 +0000 Subject: [PATCH] Add a name description as well. --- lib/libc/sys/nanosleep.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2 index 9be1a5f35904..67586b6ec728 100644 --- a/lib/libc/sys/nanosleep.2 +++ b/lib/libc/sys/nanosleep.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: nanosleep.2,v 1.3 2000/07/07 05:18:49 fair Exp $ +.\" $NetBSD: nanosleep.2,v 1.4 2000/07/10 06:44:35 kleink Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,6 +38,7 @@ .Os .Sh NAME .Nm nanosleep +.Nd high resolution sleep .Sh LIBRARY .Lb libc .Sh SYNOPSIS