Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Do not xref to itself.



details:   https://anonhg.NetBSD.org/src/rev/2b9e968cf080
branches:  trunk
changeset: 771878:2b9e968cf080
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Dec 05 10:27:40 2011 +0000

description:
Do not xref to itself.

diffstat:

 lib/libpthread/affinity.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9a0ca233af2 -r 2b9e968cf080 lib/libpthread/affinity.3
--- a/lib/libpthread/affinity.3 Mon Dec 05 07:36:32 2011 +0000
+++ b/lib/libpthread/affinity.3 Mon Dec 05 10:27:40 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: affinity.3,v 1.7 2011/12/04 21:08:44 jym Exp $
+.\"    $NetBSD: affinity.3,v 1.8 2011/12/05 10:27:40 wiz Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -67,7 +67,7 @@
 functions.
 .Sh IMPLEMENTATION NOTES
 Setting CPU
-.Xr affinity 3
+.Nm
 requires super-user privileges.
 Ordinary users can be allowed to control CPU affinity
 of their threads via the



Home | Main Index | Thread Index | Old Index