Whitespace nit.

This commit is contained in:
wiz 2010-07-08 18:24:34 +00:00
parent 228b1868fd
commit 92345efbda
1 changed files with 2 additions and 2 deletions

View File

@ -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>
.\" All rights reserved.
@ -56,7 +56,7 @@ is larger than 0, the system reserves
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.