Module Name:    src
Committed By:   jruoho
Date:           Wed Jul 20 05:20:55 UTC 2011

Modified Files:
        src/share/man/man9: delay.9 kpause.9

Log Message:
Xref delay(9) and kpause(9) with each other.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/delay.9 \
    src/share/man/man9/kpause.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/delay.9
diff -u src/share/man/man9/delay.9:1.6 src/share/man/man9/delay.9:1.7
--- src/share/man/man9/delay.9:1.6	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/delay.9	Wed Jul 20 05:20:54 2011
@@ -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
Index: src/share/man/man9/kpause.9
diff -u src/share/man/man9/kpause.9:1.6 src/share/man/man9/kpause.9:1.7
--- src/share/man/man9/kpause.9:1.6	Mon Apr 25 22:08:18 2011
+++ src/share/man/man9/kpause.9	Wed Jul 20 05:20:54 2011
@@ -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

Reply via email to