Module Name: src
Committed By: pgoyette
Date: Wed Jul 11 18:17:50 UTC 2012
Modified Files:
src/share/man/man9: rnd.9
Log Message:
Use correct source file reference
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/rnd.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/rnd.9
diff -u src/share/man/man9/rnd.9:1.20 src/share/man/man9/rnd.9:1.21
--- src/share/man/man9/rnd.9:1.20 Sat Dec 17 21:25:12 2011
+++ src/share/man/man9/rnd.9 Wed Jul 11 18:17:50 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: rnd.9,v 1.20 2011/12/17 21:25:12 wiz Exp $
+.\" $NetBSD: rnd.9,v 1.21 2012/07/11 18:17:50 pgoyette Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -209,7 +209,7 @@ There is no supported API for direct acc
.\" .Sh ERRORS
.Sh FILES
These functions are declared in src/sys/sys/rnd.h and defined in
-src/sys/dev/rnd.c.
+src/sys/kern/kern_rndq.c.
.Sh SEE ALSO
.Xr rnd 4 ,
.Xr rndctl 8 ,