From d811245d08fe575f68fb0743c6c97bb19268b3fd Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Sun, 10 Mar 2024 20:20:54 +0100 Subject: [PATCH] update documentation --- doc/architectures.qbk | 2 +- doc/stack.qbk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/architectures.qbk b/doc/architectures.qbk index 8cd33eae..b17e1f22 100644 --- a/doc/architectures.qbk +++ b/doc/architectures.qbk @@ -21,7 +21,7 @@ architectures: [[ppc64] [SYSV|ELF|XCOFF] [-] [SYSV|MACH-O] [-]] [[riscv64] [SYSV|ELF] [-] [SYSV] [-]] [[s390x] [SYSV|ELF] [-] [-] [-]] - [[sparc] [-] [-] [-] [-]] + [[sparc64] [SYSV|ELF] [-] [-] [-]] [[x86_64] [SYSV,X32|ELF] [MS|PE] [SYSV|MACH-O] [-]] ] diff --git a/doc/stack.qbk b/doc/stack.qbk index 4445a807..171a7969 100644 --- a/doc/stack.qbk +++ b/doc/stack.qbk @@ -291,7 +291,7 @@ a stack.]] [variablelist [[Returns:] [Returns a default stack size, which may be platform specific. If the stack is unbounded then the present implementation returns the maximum of -`64 kB` and `minimum_size()`.]] +`128 kB` and `minimum_size()`.]] [[Throws:] [Nothing.]] ]