aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2020-06-28 17:28:11 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2020-06-28 17:28:11 +0000
commit041ec79e643209ed7d049e3c07fbd830a4c0d2bb (patch)
tree32f9bba8f46bd41cfee5840b6a85dd66b8e55274 /share
parent23e42a83c15ff793f09906ddfa40574155fbcc5d (diff)
downloadsrc-041ec79e643209ed7d049e3c07fbd830a4c0d2bb.tar.gz
src-041ec79e643209ed7d049e3c07fbd830a4c0d2bb.zip
Adapt documentation of kern.tty_info_kstacks.
s/stack/kernel stack/, as this feature only shows kernel stacks. Reported by: jhb Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D25488
Notes
Notes: svn path=/head/; revision=362727
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/termios.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 77d972f1534b..c611354aa5d1 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -28,7 +28,7 @@
.\" @(#)termios.4 8.4 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd June 27, 2020
+.Dd June 28, 2020
.Dt TERMIOS 4
.Os
.Sh NAME
@@ -766,7 +766,7 @@ In case the
.Xr sysctl 8
variable
.Va kern.tty_info_kstacks
-is set to a non-zero value, the running thread's stack is
+is set to a non-zero value, the running thread's kernel stack is
written to the terminal (e.g., for debugging purposes).
.El
.Pp