From 4f3625bb12c10191efd057fff4e6540e1c292074 Mon Sep 17 00:00:00 2001 From: Dennis Ritchie Date: Tue, 30 Oct 1973 20:30:20 -0500 Subject: [PATCH] Research V4 development Work on file man/man1/tty.1 Co-Authored-By: Ken Thompson Synthesized-from: v4 --- man/man1/tty.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 man/man1/tty.1 diff --git a/man/man1/tty.1 b/man/man1/tty.1 new file mode 100644 index 0000000000..768c2b1ebc --- /dev/null +++ b/man/man1/tty.1 @@ -0,0 +1,15 @@ +.th TTY I 3/15/72 +.sh NAME +tty \*- get typewriter name +.sh SYNOPSIS +.bd tty +.sh DESCRIPTION +.it Tty +gives the name of the user's typewriter +in the form `tty\fIn\fR' for +\fIn\fR +a digit or letter. The actual path +name is then `/dev/tty\fIn\fR'. +.sh DIAGNOSTICS +`not a tty' if the standard input file is not a typewriter. +.sh BUGS -- 2.20.1