Date: Sat, 20 Oct 2018 18:53:33 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339474 - head/bin/stty Message-ID: <201810201853.w9KIrX2e055998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Sat Oct 20 18:53:32 2018 New Revision: 339474 URL: https://svnweb.freebsd.org/changeset/base/339474 Log: stty.1: Document kern.tty_info_kstacks behavior (r339471) Reported by: bdrewery Reviewed by: bdrewery Sponsored by: Dell EMC Isilon Modified: head/bin/stty/stty.1 Modified: head/bin/stty/stty.1 ============================================================================== --- head/bin/stty/stty.1 Sat Oct 20 18:47:45 2018 (r339473) +++ head/bin/stty/stty.1 Sat Oct 20 18:53:32 2018 (r339474) @@ -32,7 +32,7 @@ .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd March 2, 2018 +.Dd October 20, 2018 .Dt STTY 1 .Os .Sh NAME @@ -459,6 +459,13 @@ The status line consists of the system load average, the current command name, its process ID, the event the process is waiting on (or the status of the process), the user and system times, percent cpu, and current memory usage. +.Pp +If the +.Xr sysctl 8 +variable +.Va kern.tty_info_kstacks +is set to a non-zero value, the status message also includes the kernel program +stack of the foreground thread. .It Cm columns Ar number The terminal size is recorded as having .Ar number
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201853.w9KIrX2e055998>
