From c36d05577def2e1729aadc187c6aa78e7693b647 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 27 Jun 2009 08:04:21 +0200 Subject: [PATCH] pthread_attr_setstackaddr.3: wfix Signed-off-by: Michael Kerrisk --- man3/pthread_attr_setstackaddr.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3 index 2567310cd..a27481d0a 100644 --- a/man3/pthread_attr_setstackaddr.3 +++ b/man3/pthread_attr_setstackaddr.3 @@ -89,7 +89,7 @@ For example, on architectures with a stack that grows downwards, specifies the next address past the .I highest address of the allocated stack area. -However, on architectures with stack that grows upwards, +However, on architectures with a stack that grows upwards, .I stackaddr specifies the .I lowest