The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9491ae6f0d9633b83bc0446806c21fd161148eaf

commit 9491ae6f0d9633b83bc0446806c21fd161148eaf
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-03-01 22:42:09 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-03-13 16:09:35 +0000

    procstat.1: correct description of the kstack subcommand after removal of 
swapping
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    Differential revision:  https://reviews.freebsd.org/D49163
---
 usr.bin/procstat/procstat.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index 2ce192013a67..3466291ba43c 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -230,7 +230,7 @@ For status:
 .El
 .It Ar kstack | Fl k
 Display the stacks of kernel threads in the process, excluding stacks of
-threads currently running on a CPU and threads with stacks swapped to disk.
+threads currently running on a CPU in userspace.
 .Pp
 If the
 .Fl v

Reply via email to