Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 23 21:44:55 UTC 2023

Modified Files:
        src/share/man/man7: stack.7

Log Message:
stack(7): Consistently say `(in)accessible pages', not `... stack'.

PR pkg/57708

XXX pullup-10


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.

Modified files:

Index: src/share/man/man7/stack.7
diff -u src/share/man/man7/stack.7:1.3 src/share/man/man7/stack.7:1.4
--- src/share/man/man7/stack.7:1.3	Thu Nov 23 21:30:03 2023
+++ src/share/man/man7/stack.7	Thu Nov 23 21:44:55 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stack.7,v 1.3 2023/11/23 21:30:03 riastradh Exp $
+.\"	$NetBSD: stack.7,v 1.4 2023/11/23 21:44:55 riastradh Exp $
 .\"
 .\" Copyright (c) 2023 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -83,12 +83,12 @@ grows down:
 +--------------------+ USRSTACK
 | stack gap          |
 +--------------------+ stack base
-| accessible stack   |
+| accessible pages   |
 | .                  |
 | .                  | <-- stack pointer (varies during execution)
 | .                  |
 +--------------------+ (stack base) - (soft stack rlimit)
-| inaccessible stack |
+| inaccessible pages |
 +--------------------+ (stack base) - (hard stack rlimit)
 | guard/redzone      |
 +--------------------+ USRSTACK - MAXSSIZ

Reply via email to