svn commit: r206225 - stable/8/share/man/man3
Xin LI
delphij at FreeBSD.org
Tue Apr 6 00:46:49 UTC 2010
Author: delphij
Date: Tue Apr 6 00:46:49 2010
New Revision: 206225
URL: http://svn.freebsd.org/changeset/base/206225
Log:
MFC r205520:
Correct cross reference.
Modified:
stable/8/share/man/man3/pthread_affinity_np.3
Directory Properties:
stable/8/share/man/man3/ (props changed)
Modified: stable/8/share/man/man3/pthread_affinity_np.3
==============================================================================
--- stable/8/share/man/man3/pthread_affinity_np.3 Mon Apr 5 23:55:04 2010 (r206224)
+++ stable/8/share/man/man3/pthread_affinity_np.3 Tue Apr 6 00:46:49 2010 (r206225)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 12, 2010
+.Dd March 23, 2010
.Dt PTHREAD_AFFINITY_NP 3
.Os
.Sh NAME
@@ -125,8 +125,8 @@ operation.
.Xr cpuset_setid 2 ,
.Xr CPU_SET 3 ,
.Xr pthread 3 ,
-.Xr pthread_attr_get_affinity_np 3 ,
-.Xr pthread_attr_set_affinity_np 3
+.Xr pthread_attr_getaffinity_np 3 ,
+.Xr pthread_attr_setaffinity_np 3
.Sh STANDARDS
The
.Nm pthread_getaffinity_np
More information about the svn-src-stable-8
mailing list