Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Add the Butenhof's book to SEE ALSO. (It was ...



details:   https://anonhg.NetBSD.org/src/rev/c26bac86b0b8
branches:  trunk
changeset: 754930:c26bac86b0b8
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun May 16 12:23:32 2010 +0000

description:
Add the Butenhof's book to SEE ALSO. (It was decent enough when I read it
years ago, but if there are better ones, please feel free to add those.)

diffstat:

 lib/libpthread/pthread.3 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d64339d7aa91 -r c26bac86b0b8 lib/libpthread/pthread.3
--- a/lib/libpthread/pthread.3  Sun May 16 12:20:00 2010 +0000
+++ b/lib/libpthread/pthread.3  Sun May 16 12:23:32 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pthread.3,v 1.13 2010/05/16 12:20:00 jruoho Exp $
+.\"    $NetBSD: pthread.3,v 1.14 2010/05/16 12:23:32 jruoho Exp $
 .\"
 .\" Copyright (c) 2003, 2007, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -156,6 +156,13 @@
 for
 .Xr sh 1 ) .
 .El
+.Sh SEE ALSO
+.Rs
+.%A David R. Butenhof
+.%T Programming with POSIX(R) Threads
+.%D 1997
+.%I Addison-Wesley
+.Re
 .Sh STANDARDS
 The
 .Nm



Home | Main Index | Thread Index | Old Index