pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57708 CVS commit: src/share/man/man7



The following reply was made to PR pkg/57708; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57708 CVS commit: src/share/man/man7
Date: Thu, 7 Dec 2023 17:24:22 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Dec  7 17:24:22 UTC 2023
 
 Modified Files:
 	src/share/man/man7: stack.7
 
 Log Message:
 stack(7): Fix diagram of non-main thread stacks.
 
 Had stackaddr (pthread_attr_setstack parameter, lowest-numbered
 virtual address of stack region) confused with stack base (where the
 stack grows from, which is the highest-numbered virtual address on
 machines where stack grows down).
 
 PR pkg/57708
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/share/man/man7/stack.7
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index