summaryrefslogtreecommitdiff
path: root/Base/usr/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man')
-rw-r--r--Base/usr/share/man/man1/bt.md6
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