Module Name: src
Committed By: wiz
Date: Thu Jul 1 15:12:31 UTC 2010
Modified Files:
src/share/man/man9: curproc.9
Log Message:
Change xref from pfind(9) to proc_find(9). Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/curproc.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/curproc.9
diff -u src/share/man/man9/curproc.9:1.4 src/share/man/man9/curproc.9:1.5
--- src/share/man/man9/curproc.9:1.4 Tue Apr 13 05:40:12 2010
+++ src/share/man/man9/curproc.9 Thu Jul 1 15:12:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: curproc.9,v 1.4 2010/04/13 05:40:12 jruoho Exp $
+.\" $NetBSD: curproc.9,v 1.5 2010/07/01 15:12:31 wiz 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 April 13, 2010
+.Dd July 1, 2010
.Dt CURPROC 9
.Os
.Sh NAME
@@ -77,4 +77,4 @@
.El
.Sh SEE ALSO
.Xr cpu_number 9 ,
-.Xr pfind 9
+.Xr proc_find 9