ref: 4e25c23b41776b8aabbdb2e2249c3c7c23a33f69
parent: 94b4fb4e215a16225023ac3b9725f6535bd27dd0
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue May 17 18:57:33 EDT 2011
tty(1): add man page
--- /dev/null
+++ b/sys/man/1/tty
@@ -1,0 +1,26 @@
+.TH TTY 1
+.SH NAME
+tty \- cooked mode emulator
+.SH SYNOPSIS
+.B tty
+[-D]
+.I cmd
+.I arg1
+.I arg2
+.I ...
+.SH DESCRIPTION
+.PP
+.I Tty
+binds an intermediate "cooked mode" layer between
+.I cmd
+and
+.I /dev/cons.
+.SH EXAMPLE
+.LP
+Provide <DEL> support for a command run on the text console:
+.sp 1
+.EX
+% tty import -c cirno / /n/cirno
+.EE
+.SH SOURCE
+.B /sys/src/cmd/tty.c
--
⑨