summaryrefslogtreecommitdiff
path: root/static/v10/man1/stty.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/stty.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/stty.1')
-rw-r--r--static/v10/man1/stty.149
1 files changed, 0 insertions, 49 deletions
diff --git a/static/v10/man1/stty.1 b/static/v10/man1/stty.1
deleted file mode 100644
index 3e39cb09..00000000
--- a/static/v10/man1/stty.1
+++ /dev/null
@@ -1,49 +0,0 @@
-.pa 1
-.he 'STTY (I)'6/12/72'STTY (I)'
-.ti 0
-NAME stty -- set teletype options
-.sp
-.ti 0
-SYNOPSIS stty____ option918 ...
-.sp
-.ti 0
-DESCRIPTION Stty____
-will set certain I/O options on the current output teletype.
-The option strings are
-selected from the following set:
-
-.in +3
-.nf
-even____ allow even parity.
--even_____ disallow even parity.
-odd___ allow odd parity
--odd____ disallow odd parity
-raw___ raw mode input
- (no erase/kill/interrupt/quit/EOT)
--raw____ negate raw mode
--nl___ allow cr for lf (and echo lf cr)
-nl__ allow nl only
-echo____ echo back every character typed.
--echo_____ do not echo characters.
-lcase_____ map upper case to lower case
--lcase______ do not map case
--tabs_____ replace tabs by spaces
-tabs____ preserve tabs
-delay_____ calculate cr and tab delays.
--delay______ no cr/tab delays
-ebcdic______ ebcdic ball conversion (2741 only)
-corres______ 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 --