diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-01-16 20:22:21 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-01-16 20:22:30 +0000 |
| commit | fd34f549b711f0481336a838a99af710ab24644a (patch) | |
| tree | 8d9d0f4d5af775453721e22c2dfa5e5bf645c537 | |
| parent | 75c591b26723711d7a38f2a5df7aecc28198cd83 (diff) | |
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
| -rw-r--r-- | share/man/man4/termios.4 | 6 |
1 files 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 |
