Research V3 development
authorJoe Ossanna <jfo@research.uucp>
Thu, 8 Feb 1973 19:32:10 +0000 (14:32 -0500)
committerJoe Ossanna <jfo@research.uucp>
Thu, 8 Feb 1973 19:32:10 +0000 (14:32 -0500)
Work on file man/man1/stty.1

Synthesized-from: v3

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

diff --git a/man/man1/stty.1 b/man/man1/stty.1
new file mode 100644 (file)
index 0000000..3e39cb0
--- /dev/null
@@ -0,0 +1,49 @@
+.pa 1
+.he 'STTY (I)'6/12/72'STTY (I)'
+.ti 0
+NAME           stty -- set teletype options
+.sp
+.ti 0
+SYNOPSIS       stty\b\b\b\b____ option\e91\e8 ...
+.sp
+.ti 0
+DESCRIPTION    Stty\b\b\b\b____
+will set certain I/O options on the current output teletype.
+The option strings are
+selected from the following set:
+
+.in +3
+.nf
+even\b\b\b\b____   allow even parity.
+-even\b\b\b\b\b_____        disallow even parity.
+odd\b\b\b___      allow odd parity
+-odd\b\b\b\b____   disallow odd parity
+raw\b\b\b___      raw mode input
+       (no erase/kill/interrupt/quit/EOT)
+-raw\b\b\b\b____   negate raw mode
+-nl\b\b\b___      allow cr for lf (and echo lf cr)
+nl\b\b__ allow nl only
+echo\b\b\b\b____   echo back every character typed.
+-echo\b\b\b\b\b_____        do not echo characters.
+lcase\b\b\b\b\b_____        map upper case to lower case
+-lcase\b\b\b\b\b\b______     do not map case
+-tabs\b\b\b\b\b_____        replace tabs by spaces
+tabs\b\b\b\b____   preserve tabs
+delay\b\b\b\b\b_____        calculate cr and tab delays.
+-delay\b\b\b\b\b\b______     no cr/tab delays
+ebcdic\b\b\b\b\b\b______     ebcdic ball conversion (2741 only)
+corres\b\b\b\b\b\b______     correspondence ball conversion (2741 only)
+.in -3
+.sp
+.fi
+.ti 0
+FILES          standard output.
+.sp
+.ti 0
+SEE ALSO       stty(II)
+.sp
+.ti 0
+DIAGNOSTICS    "Bad options"
+.sp
+.ti 0
+BUGS           --