summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_attr_getstack.3
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-07-09 12:00:38 +0000
committerjruoho <jruoho@NetBSD.org>2010-07-09 12:00:38 +0000
commit4ec5f0283bb0fc46eb429053d8118952112aada2 (patch)
treeb2cb205e76b16ae3d3f301c7205f12466cca8c7b /lib/libpthread/pthread_attr_getstack.3
parent3b82565500eb3bf83afe8d4ba23d7a85af2d0c90 (diff)
Use .Ss for non-standard subtitle.
Diffstat (limited to 'lib/libpthread/pthread_attr_getstack.3')
-rw-r--r--lib/libpthread/pthread_attr_getstack.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_attr_getstack.3 b/lib/libpthread/pthread_attr_getstack.3
index aa4ad4bb37e..860af7dcd24 100644
--- a/lib/libpthread/pthread_attr_getstack.3
+++ b/lib/libpthread/pthread_attr_getstack.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getstack.3,v 1.3 2010/07/09 08:51:28 jruoho Exp $
+.\" $NetBSD: pthread_attr_getstack.3,v 1.4 2010/07/09 12:00:38 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
.\" All rights reserved.
@@ -96,7 +96,7 @@ In addition, undefined behavior may follow if the
function is called before the
.Fa stackaddr
attribute has been set.
-.Sh RATIONALE
+.Ss Rationale
The rationale behind these functions is to address cases where an application
may be used in an environment where the stack of a thread must be placed to
some particular region of memory.