diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-22 18:36:52 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-22 18:54:22 +0200 |
commit | 85dd5b810be6ad91bfc60ebd1877aa5482258ed7 (patch) | |
tree | 4ab6dd5e49edbe8a804466ee95e389bc35bc7460 /Base/usr/share/man | |
parent | 9c2786b872e22d1cee1647be93f5067574355922 (diff) | |
download | serenity-85dd5b810be6ad91bfc60ebd1877aa5482258ed7.zip |
Documentation: Update bt(1) man page for symbolication changes
Diffstat (limited to 'Base/usr/share/man')
-rw-r--r-- | Base/usr/share/man/man1/bt.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 <pid> ## 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 |