Module Name: src
Committed By: jruoho
Date: Fri Jul 9 12:00:38 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr_getstack.3
Log Message:
Use .Ss for non-standard subtitle.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_attr_getstack.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_getstack.3
diff -u src/lib/libpthread/pthread_attr_getstack.3:1.3 src/lib/libpthread/pthread_attr_getstack.3:1.4
--- src/lib/libpthread/pthread_attr_getstack.3:1.3 Fri Jul 9 08:51:28 2010
+++ src/lib/libpthread/pthread_attr_getstack.3 Fri Jul 9 12:00:38 2010
@@ -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 <[email protected]>
.\" All rights reserved.
@@ -96,7 +96,7 @@
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.