Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2025 21:42:08 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8d4a464412d0 - main - tty.4: correct description of header file
Message-ID:  <202502052142.515Lg84H095933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

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

commit 8d4a464412d0bd9f214ecefa2298cbe7f85f2c0f
Author:     artembunichev <artembunichev@zohomail.com>
AuthorDate: 2025-02-05 20:43:46 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-02-05 21:41:31 +0000

    tty.4: correct description of header file
    
    PR:     284596
    MFC after:      3 days
---
 share/man/man4/tty.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index 331c0c42f476..f3c44d7e02e6 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -287,7 +287,7 @@ and is the means by which most full\&-screen oriented programs determine the
 screen size.
 The
 .Va winsize
-structure is defined in
+structure is provided by
 .In sys/ioctl.h .
 .It Dv TIOCSWINSZ Fa struct winsize *ws
 Set the window size associated with the terminal to be the value in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502052142.515Lg84H095933>