FENIX_coreutils/tty.1

21 lines
466 B
Groff
Executable File

.TH TTY 1
.SH NAME
tty \- return user's terminal name
.SH SYNOPSIS
.B tty
.SH DESCRIPTION
.B tty
writes the name of the device connected to standard output. It also
returns 0 if the device is a tty. Otherwise it returns 1.
.SH OPTIONS
None
.SH AUTHOR
Written by Kat.
.SH COPYRIGHT
Copyright (C) 2019 Katlynn Richey
.PP
This software is free software. Feel free to modify it and/or pass
it around.
.PP
This \fBtty\fR implementation is a part of the fenutils package.