Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Xref delay(9) and kpause(9) with each other.
details: https://anonhg.NetBSD.org/src/rev/5febcf11931c
branches: trunk
changeset: 767498:5febcf11931c
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Jul 20 05:20:54 2011 +0000
description:
Xref delay(9) and kpause(9) with each other.
diffstat:
share/man/man9/delay.9 | 7 ++++---
share/man/man9/kpause.9 | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (51 lines):
diff -r d2d9f0774a13 -r 5febcf11931c share/man/man9/delay.9
--- a/share/man/man9/delay.9 Wed Jul 20 04:47:30 2011 +0000
+++ b/share/man/man9/delay.9 Wed Jul 20 05:20:54 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: delay.9,v 1.6 2008/04/30 13:10:58 martin Exp $
+.\" $NetBSD: delay.9,v 1.7 2011/07/20 05:20:54 jruoho Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 23, 2002
+.Dd July 20, 2011
.Dt DELAY 9
.Os
.Sh NAME
@@ -56,4 +56,5 @@
and their resolution is limited by the system clock frequency.
.Sh SEE ALSO
.Xr condvar 9 ,
-.Xr hz 9
+.Xr hz 9 ,
+.Xr kpause 9
diff -r d2d9f0774a13 -r 5febcf11931c share/man/man9/kpause.9
--- a/share/man/man9/kpause.9 Wed Jul 20 04:47:30 2011 +0000
+++ b/share/man/man9/kpause.9 Wed Jul 20 05:20:54 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kpause.9,v 1.6 2011/04/25 22:08:18 wiz Exp $
+.\" $NetBSD: kpause.9,v 1.7 2011/07/20 05:20:54 jruoho Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" ------------------------------------------------------------
-.Dd January 2, 2008
+.Dd July 20, 2011
.Dt KPAUSE 9
.Os
.\" ------------------------------------------------------------
@@ -120,6 +120,7 @@
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr condvar 9 ,
+.Xr delay 9 ,
.Xr errno 9 ,
.Xr hz 9 ,
.Xr mstohz 9
Home |
Main Index |
Thread Index |
Old Index