diff options
author | 1999-07-13 01:00:07 +0000 | |
---|---|---|
committer | 1999-07-13 01:00:07 +0000 | |
commit | f53f82759a4d8230f24579364c62e5c99b8aeba4 (patch) | |
tree | 7af5263d0b76689d0053ffc8a319e5c0e9529b32 | |
parent | Xr isatty(3) (diff) | |
download | wireguard-openbsd-f53f82759a4d8230f24579364c62e5c99b8aeba4.tar.xz wireguard-openbsd-f53f82759a4d8230f24579364c62e5c99b8aeba4.zip |
more tty cross references
-rw-r--r-- | share/man/man4/tty.4 | 4 | ||||
-rw-r--r-- | usr.bin/tty/tty.1 | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index 4583cae9882..fd865f3ea49 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.13 1999/06/05 13:18:33 aaron Exp $ +.\" $OpenBSD: tty.4,v 1.14 1999/07/13 01:00:08 aaron Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -451,9 +451,11 @@ above in the integer pointed to by .El .Sh SEE ALSO .Xr stty 1 , +.Xr tty 1 , .Xr ioctl 2 , .Xr pty 4 , .Xr termios 4 , +.Xr ttys 5 , .Xr getty 8 .Sh HISTORY The cua support is inspired by similar support in SunOS. diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 7168c1c0556..395426607ae 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.5 1999/07/13 00:55:00 aaron Exp $ +.\" $OpenBSD: tty.1,v 1.6 1999/07/13 01:00:07 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -71,9 +71,11 @@ command. exits 0 if the standard input is a terminal, 1 if the standard input is not a terminal, or >1 if an error occurred. .Sh SEE ALSO +.Xr stty 1 , .Xr test 1 , .Xr isatty 3 , -.Xr ttyname 3 +.Xr ttyname 3 , +.Xr tty 4 .Sh STANDARDS The .Nm tty |