2015-02-07 21:00:28 +00:00
|
|
|
.Dd February 7, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt TTY 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 20:17:58 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm tty
|
|
|
|
.Nd print terminal name
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-07 21:00:28 +00:00
|
|
|
writes the name of the terminal open on stdin to stdout.
|
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It 0
|
|
|
|
stdin is a terminal.
|
|
|
|
.It 1
|
|
|
|
stdin is not a terminal.
|
|
|
|
.It > 1
|
|
|
|
An error occurred.
|
|
|
|
.El
|
2015-01-30 20:17:58 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ttyname 3
|
2015-02-07 21:00:28 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|