diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-13 00:55:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-13 00:55:01 +0000 |
commit | b5412dda90f906a566f478da6ae69d6da8589293 (patch) | |
tree | 4198762356dc41ce9bc0008f610eca9a9c9daad4 /usr.bin/tty/tty.1 | |
parent | 358e8854acc018771f47b3e4b2bf9e88763c0571 (diff) |
Xr isatty(3)
Diffstat (limited to 'usr.bin/tty/tty.1')
-rw-r--r-- | usr.bin/tty/tty.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index d60e4e7fd6e..7168c1c0556 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.4 1999/06/05 01:21:44 aaron Exp $ +.\" $OpenBSD: tty.1,v 1.5 1999/07/13 00:55:00 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -72,6 +72,7 @@ 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 test 1 , +.Xr isatty 3 , .Xr ttyname 3 .Sh STANDARDS The |