From 85dd5b810be6ad91bfc60ebd1877aa5482258ed7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 22 May 2021 18:36:52 +0200 Subject: Documentation: Update bt(1) man page for symbolication changes --- Base/usr/share/man/man1/bt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Base/usr') diff --git a/Base/usr/share/man/man1/bt.md b/Base/usr/share/man/man1/bt.md index 5d48d85345..59ad0f6c27 100644 --- a/Base/usr/share/man/man1/bt.md +++ b/Base/usr/share/man/man1/bt.md @@ -11,15 +11,15 @@ $ bt ## Description This program is used to inspect the current executable state of a process. -It will read the stack of each thread in the process, and symbolize the +It will read the stack of each thread in the process, and symbolicate the addresses for each frame in the stack producing a backtrace. **NOTE**: * Kernel addresses will not be available unless you are super user. -* If Kernel addresses are available, they will not be symbolized unless the - `SymbolServer` service has access to the `/boot/Kernel` file. +* If Kernel addresses are available, they will not be symbolicated unless + the current user has access to the `/boot/Kernel` file. ## Examples -- cgit v1.2.3