Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/2d6c2d1ce4d3
branches:  trunk
changeset: 756195:2d6c2d1ce4d3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 08 18:24:34 2010 +0000

description:
Whitespace nit.

diffstat:

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

diffs (18 lines):

diff -r 44e7728e96ea -r 2d6c2d1ce4d3 lib/libpthread/pthread_attr_getguardsize.3
--- a/lib/libpthread/pthread_attr_getguardsize.3        Thu Jul 08 18:15:27 2010 +0000
+++ b/lib/libpthread/pthread_attr_getguardsize.3        Thu Jul 08 18:24:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pthread_attr_getguardsize.3,v 1.1 2010/07/07 13:04:20 jruoho Exp $
+.\"    $NetBSD: pthread_attr_getguardsize.3,v 1.2 2010/07/08 18:24:34 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 an additional region of guarded memory of at least
 .Fa guardsize
 bytes at the end of the thread's stack for each new thread created by using
-.Fa attr.
+.Fa attr .
 .Pp
 The guarded area is understood to be pages of memory
 that are protected from read and write access.



Home | Main Index | Thread Index | Old Index