The branch main has been updated by ziaee:

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

commit fd34f549b711f0481336a838a99af710ab24644a
Author:     Artem Bunichev <[email protected]>
AuthorDate: 2026-01-16 20:22:21 +0000
Commit:     Alexander Ziaee <[email protected]>
CommitDate: 2026-01-16 20:22:30 +0000

    termios.4: Cross-reference stack(9) for STATUS
    
    If the kernel is built without stack(9) (options STACK),
    then the mentioned sysctl(8) kern.tty_info_kstacks will not be found.
    
    MFC after:              3 days
    Reviewed by:            kib, ziaee
    Differential Revision:  https://reviews.freebsd.org/D54701
---
 share/man/man4/termios.4 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 3d99130c8d33..62a5d0413f96 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 28, 2020
+.Dd January 14, 2026
 .Dt TERMIOS 4
 .Os
 .Sh NAME
@@ -759,7 +759,9 @@ wait channel, the number of user and system seconds used,
 the percentage of cpu the process is getting, and the resident
 set size of the process.
 .Pp
-In case the
+In case the kernel has
+.Xr stack 9
+support configured and the
 .Xr sysctl 8
 variable
 .Va kern.tty_info_kstacks

Reply via email to