Research V4 development
authorDennis Ritchie <dmr@research.uucp>
Wed, 31 Oct 1973 01:30:20 +0000 (20:30 -0500)
committerDennis Ritchie <dmr@research.uucp>
Wed, 31 Oct 1973 01:30:20 +0000 (20:30 -0500)
Work on file man/man1/tty.1

Co-Authored-By: Ken Thompson <ken@research.uucp>
Synthesized-from: v4

man/man1/tty.1 [new file with mode: 0644]

diff --git a/man/man1/tty.1 b/man/man1/tty.1
new file mode 100644 (file)
index 0000000..768c2b1
--- /dev/null
@@ -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