Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 vinvalbuf and vtruncbuf are using ltsleep(9), ...



details:   https://anonhg.NetBSD.org/src/rev/ca4945dd78ef
branches:  trunk
changeset: 545208:ca4945dd78ef
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 04 19:39:17 2003 +0000

description:
vinvalbuf and vtruncbuf are using ltsleep(9), not the non-existing
sleep(9).

diffstat:

 share/man/man9/vnode.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3f2032ba74a6 -r ca4945dd78ef share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Fri Apr 04 19:34:21 2003 +0000
+++ b/share/man/man9/vnode.9    Fri Apr 04 19:39:17 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.13 2003/02/04 22:38:19 perry Exp $
+.\"     $NetBSD: vnode.9,v 1.14 2003/04/04 19:39:17 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -732,7 +732,7 @@
 .Fa cred
 specified the calling process and its credentials.
 The
-.Xr sleep 9
+.Xr ltsleep 9
 flag and timeout are specified by the arguments
 .Fa slpflag
 and
@@ -748,7 +748,7 @@
 .Fa lbn .
 .Fn vtruncbuf
 will sleep while the I/O is performed,  The
-.Xr sleep 9
+.Xr ltsleep 9
 flag and timeout are specified by the arguments
 .Fa slpflag
 and



Home | Main Index | Thread Index | Old Index