git: 55a25c753100 - main - hwt(4): fix spelling.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jul 2025 14:58:07 UTC
The branch main has been updated by br:
URL: https://cgit.FreeBSD.org/src/commit/?id=55a25c753100fe7085f6fd7832f0c219ee001a2e
commit 55a25c753100fe7085f6fd7832f0c219ee001a2e
Author: Ruslan Bukin <br@FreeBSD.org>
AuthorDate: 2025-07-11 14:52:06 +0000
Commit: Ruslan Bukin <br@FreeBSD.org>
CommitDate: 2025-07-11 14:52:06 +0000
hwt(4): fix spelling.
Pointed out by: maxim
Sponsored by: UKRI
---
share/man/man4/hwt.4 | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/share/man/man4/hwt.4 b/share/man/man4/hwt.4
index 7bc8ed4b396d..df02a4672f36 100644
--- a/share/man/man4/hwt.4
+++ b/share/man/man4/hwt.4
@@ -73,7 +73,7 @@ request it accepts is
This request allocates kernel tracing context (CTX) based on requested mode of
operation, set of CPUs and/or pid.
.Pp
-Upon successfull CTX allocation, the ioctl returns a CTX identification
+Upon successful CTX allocation, the ioctl returns a CTX identification
number (ident).
.Pp
Each CTX is then managed using its own dedicated character device found at
@@ -104,7 +104,8 @@ operation:
Enable kernel hooks.
.El
.Sh IOCTL INTERFACE
-Once a CTX is allocated, it's management character device accepts several IOC
+Once a CTX is allocated, its management character device accepts several
+.Xr ioctl 2
requests:
.Bl -tag -width "HWT_IOC_RECORD_GET"
.It Dv HWT_IOC_START
@@ -122,11 +123,11 @@ with this CTX to userspace.
.It Dv HWT_IOC_BUFPTR_GET
Get current pointer in buffer that is filled by tracing units in real-time.
.It Dv HWT_IOC_SET_CONFIG
-Set achitecture-specific config (optional).
+Set architecture-specific config (optional).
.It Dv HWT_IOC_WAKEUP
Wake up a thread that has been put to sleep by HWT framework hooks.
.It Dv HWT_IOC_SVC_BUF
-For SPE-only, the kernel is waiting for userspace to notify that it's copied
+For SPE-only, the kernel is waiting for userspace to notify that it has copied
out a buffer to avoid data loss/overwriting buffers.
.El
.Sh SEE ALSO