Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2025 00:38:07 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 743d6ba0f290 - stable/14 - tty.4: correct description of header file
Message-ID:  <202502080038.5180c7pS016548@gitrepo.freebsd.org>

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

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

commit 743d6ba0f29045a9a1d087a798520b8e3505205d
Author:     artembunichev <artembunichev@zohomail.com>
AuthorDate: 2025-02-05 20:43:46 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-02-08 00:26:55 +0000

    tty.4: correct description of header file
    
    PR:     284596
    
    (cherry picked from commit 8d4a464412d0bd9f214ecefa2298cbe7f85f2c0f)
---
 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 7c86be6aa62b..76595c7d9b4e 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -289,7 +289,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?202502080038.5180c7pS016548>