diff options
author | 1999-07-13 01:05:39 +0000 | |
---|---|---|
committer | 1999-07-13 01:05:39 +0000 | |
commit | 7141354cdc3f394e04a1fc7033ce779f40129471 (patch) | |
tree | b8cd047620e3dec3bd740e31a64c6363bd4f0591 | |
parent | more tty cross references (diff) | |
download | wireguard-openbsd-7141354cdc3f394e04a1fc7033ce779f40129471.tar.xz wireguard-openbsd-7141354cdc3f394e04a1fc7033ce779f40129471.zip |
whoops, isatty(3) and ttyname(3) are the same man page
-rw-r--r-- | usr.bin/tty/tty.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 395426607ae..3d795db7618 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.6 1999/07/13 01:00:07 aaron Exp $ +.\" $OpenBSD: tty.1,v 1.7 1999/07/13 01:05:39 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -73,7 +73,6 @@ 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 tty 4 .Sh STANDARDS |