Module Name: src
Committed By: wiz
Date: Thu Jul 8 18:24:35 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr_getguardsize.3
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_attr_getguardsize.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_attr_getguardsize.3
diff -u src/lib/libpthread/pthread_attr_getguardsize.3:1.1 src/lib/libpthread/pthread_attr_getguardsize.3:1.2
--- src/lib/libpthread/pthread_attr_getguardsize.3:1.1 Wed Jul 7 13:04:20 2010
+++ src/lib/libpthread/pthread_attr_getguardsize.3 Thu Jul 8 18:24:34 2010
@@ -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 <[email protected]>
.\" 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.