Am 16.05.10 14:23, schrieb Jukka Ruohonen: > Module Name: src > Committed By: jruoho > Date: Sun May 16 12:23:32 UTC 2010 > > Modified Files: > src/lib/libpthread: pthread.3 > > Log Message: > 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.)
Is the SEE ALSO section meant to refer to external sources? I always thought it was only to reference other manpages. Butenhof's book is a must read for serious pthread users, of course... > > > To generate a diff of this commit: > cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread.3 > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. > > > > > Modified files: > > Index: src/lib/libpthread/pthread.3 > diff -u src/lib/libpthread/pthread.3:1.13 src/lib/libpthread/pthread.3:1.14 > --- src/lib/libpthread/pthread.3:1.13 Sun May 16 12:20:00 2010 > +++ src/lib/libpthread/pthread.3 Sun May 16 12:23:32 2010 > @@ -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 >