git: 9a6a287c8b92 - stable/13 - tty.4: see also: cross-reference pts(4)

From: Lexi Winter <ivy_at_FreeBSD.org>
Date: Wed, 07 May 2025 19:02:07 UTC
The branch stable/13 has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=9a6a287c8b924f837ae6ef5d45db5081a496549c

commit 9a6a287c8b924f837ae6ef5d45db5081a496549c
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2025-03-18 04:55:29 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-05-07 18:59:47 +0000

    tty.4: see also: cross-reference pts(4)
    
    pts(4) already refers to tty(4).
    
    Add a cross-reference.
    
    Reviewed by:    kevans
    Approved by:    kevans (mentor)
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1617
    
    (cherry picked from commit 6f4c4cfe4b138297957d80c0887f99a83d9facf7)
---
 share/man/man4/tty.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index 7c86be6aa62b..8d4ce0cb20bd 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -374,6 +374,7 @@ variables.
 .Xr stty 1 ,
 .Xr ioctl 2 ,
 .Xr ng_tty 4 ,
+.Xr pts 4 ,
 .Xr pty 4 ,
 .Xr termios 4 ,
 .Xr getty 8